Skip to content
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

feat: expose a flag name for allow_unresolved_symlinks #15

Merged
merged 3 commits into from
Jul 27, 2023

Conversation

alexeagle
Copy link
Contributor

Allows a principled solution for rules like rules_js that need to have starlark logic conditional on the value, without a breaking change in Bazel 7 as the flag has been renamed.

Unblocks aspect-build/rules_js#1102
Alternative to #14

Allows a principled solution for rules like rules_js that need to have starlark logic conditional on the value, without a breaking change in Bazel 7 as the flag has been renamed.

Unblocks aspect-build/rules_js#1102
Alternative to #14
@fmeum
Copy link
Member

fmeum commented Jul 27, 2023

Since we may need to add more flag names in the future, how about moving this into a new flags subfield of the main struct instead of adding it on the top level?

@alexeagle
Copy link
Contributor Author

Yes, thanks I didn't look closely enough at the existing structure of the file, fixed.

@alexeagle alexeagle enabled auto-merge (squash) July 27, 2023 15:23
features.bzl Outdated Show resolved Hide resolved
@alexeagle alexeagle disabled auto-merge July 27, 2023 17:02
@alexeagle alexeagle merged commit 9da382d into main Jul 27, 2023
5 checks passed
@alexeagle alexeagle deleted the allow_unresolved_symlinks2 branch July 27, 2023 17:02
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants