-
Notifications
You must be signed in to change notification settings - Fork 6.8k
build: apply angular bazel ng_module fix to unblock framework #19276
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
build: apply angular bazel ng_module fix to unblock framework #19276
Conversation
Marking as blocked temporarily until it's clear whether the framework PR will land or not. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
Due to our weird cyclic dependency with the framework repository, we need to apply changes from angular/angular#36971 before the PR can actually land in framework. This is because the changes of that PR fail in the components repo job as we apply patches that conflict with the new changes. At the same time though, we cannot make the components repo compatible until the framework PR landed. We work around this as usually done, by applying the upstream changes through a patch. Then we can resolve conflicts and the framework PR can land. Eventually we can then remove the patch again from the components repo.
693ed56
to
030609f
Compare
Looks the PR is upstream now approved and we are good to go with landing this.. so that we can clean up things upstream in the |
Due to our weird cyclic dependency with the framework repository, we need to apply changes from angular/angular#36971 before the PR can actually land in framework. This is because the changes of that PR fail in the components repo job as we apply patches that conflict with the new changes. At the same time though, we cannot make the components repo compatible until the framework PR landed. We work around this as usually done, by applying the upstream changes through a patch. Then we can resolve conflicts and the framework PR can land. Eventually we can then remove the patch again from the components repo.
This issue has been automatically locked due to inactivity. Read more about our automatic conversation locking policy. This action has been performed automatically by a bot. |
Due to our weird cyclic dependency with the framework repository,
we need to apply changes from angular/angular#36971
before the PR can actually land in framework. This is because the
changes of that PR fail in the components repo job as we apply patches
that conflict with the new changes.
At the same time though, we cannot make the components repo compatible
until the framework PR landed. We work around this as usually done, by
applying the upstream changes through a patch. Then we can resolve
conflicts and the framework PR can land. Eventually we can then
remove the patch again from the components repo.