Skip to content

fix(bazel): do not error if files part of srcs are outside of package#45622

Closed
devversion wants to merge 1 commit intoangular:masterfrom
devversion:gracefully-skip-external-files
Closed

fix(bazel): do not error if files part of srcs are outside of package#45622
devversion wants to merge 1 commit intoangular:masterfrom
devversion:gracefully-skip-external-files

Conversation

@devversion
Copy link
Member

@devversion devversion commented Apr 13, 2022

We recently refactored how the ng package rule deals with static files.
As part of this refactoring, transitive files outside of the current
Bazel package were flagged as errors, while previously this was just
ignored. We need to revert back to this behavior (even though code remains
much simpler and predicable now) since sass library targets for example
reference all transitive files in the default info and break package composition then

We recently refactored how the ng package rule deals with static files.
As part of this refactoring, transitive files outside of the current
Bazel package were flagged as errors, while previously this was just
ignored. We need to revert back this behavior (even though code remains
much simpler and predicable now) since sass library targets for example
reference all transtive files in the default info and break packages then
@devversion devversion added action: review The PR is still awaiting reviews from at least one requested reviewer target: major This PR is targeted for the next major release labels Apr 13, 2022
@devversion devversion added the hotlist: components team Related to Angular CDK or Angular Material label Apr 13, 2022
Copy link
Member

@josephperrott josephperrott left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@devversion devversion added action: merge The PR is ready for merge by the caretaker and removed action: review The PR is still awaiting reviews from at least one requested reviewer labels Apr 14, 2022
@dylhunn
Copy link
Contributor

dylhunn commented Apr 14, 2022

This PR was merged into the repository by commit f8a1ea0.

@angular-automatic-lock-bot
Copy link

This issue has been automatically locked due to inactivity.
Please file a new issue if you are encountering a similar or related problem.

Read more about our automatic conversation locking policy.

This action has been performed automatically by a bot.

@angular-automatic-lock-bot angular-automatic-lock-bot bot locked and limited conversation to collaborators May 15, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

action: merge The PR is ready for merge by the caretaker hotlist: components team Related to Angular CDK or Angular Material target: major This PR is targeted for the next major release

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants