You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[6.4.0] Ignore Starlark options on commands with allowResidue = False (#19417)
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#18130 (comment)Closes#19363.
Commit
954b4d9
PiperOrigin-RevId: 562959337
Change-Id: Ifb4f44d63f1801f6c5a8c2f421138b4014c49a06
Co-authored-by: Fabian Meumertzheim <[email protected]>
0 commit comments