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

Commits on Jul 27, 2023

  1. feat: expose a flag name for allow_unresolved_symlinks

    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
    alexeagle committed Jul 27, 2023
    Configuration menu
    Copy the full SHA
    acfd97d View commit details
    Browse the repository at this point in the history
  2. code review comments

    alexeagle committed Jul 27, 2023
    Configuration menu
    Copy the full SHA
    d20b88f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    16bbc66 View commit details
    Browse the repository at this point in the history