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

[6.4.0] Ignore Starlark options on commands with allowResidue = False #19417

Merged
merged 1 commit into from
Sep 6, 2023

Commits on Sep 6, 2023

  1. Ignore Starlark options on commands with allowResidue = False

    Ensures that `bazel version` does not fail when a `common` line in `.bazelrc` contains a Starlark option (similar for `sync` and `shutdown`). There is very little chance for users being confused about these commands accepting and silently ignoring Starlark flags.
    
    Fixes bazelbuild#18130 (comment)
    
    Closes bazelbuild#19363.
    
    PiperOrigin-RevId: 562959337
    Change-Id: Ifb4f44d63f1801f6c5a8c2f421138b4014c49a06
    fmeum authored and bazel-io committed Sep 6, 2023
    Configuration menu
    Copy the full SHA
    1a6fecc View commit details
    Browse the repository at this point in the history