-
Notifications
You must be signed in to change notification settings - Fork 4.1k
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
Flags out of scope for the command are ignored via --config #22980
Comments
That seems likely indeed. I'm OOO at the moment, but could look into it in ~2 weeks. |
I looked into this and confirm that my change causes this: In order to support ignoring The most straightforward fix I can think of is to annotate each individual arg with the I now think that the main |
I looked into this too and see the complications. By "main I think what you said about In the non-config case where all args get the same fallback data, we can use a lazy There are some potential complications with that |
I started out with |
This regressed in bazelbuild@44d3953. Fixes bazelbuild#22980 Closes bazelbuild#23105. PiperOrigin-RevId: 657276908 Change-Id: If2e88455a344082bfbec405c30c148c0d044adb6
This regressed in bazelbuild@44d3953. Fixes bazelbuild#22980 Closes bazelbuild#23105. PiperOrigin-RevId: 657276908 Change-Id: If2e88455a344082bfbec405c30c148c0d044adb6
A fix for this issue has been included in Bazel 7.4.0 RC1. Please test out the release candidate and report any issues as soon as possible. |
Description of the bug:
This is expected because
--verbose_test_summary
is only for thetest
command and notbuild
. However, the following succeeds:Which category does this issue belong to?
No response
What's the simplest, easiest way to reproduce this bug? Please provide a minimal example if possible.
No response
Which operating system are you running Bazel on?
No response
What is the output of
bazel info release
?No response
If
bazel info release
returnsdevelopment version
or(@non-git)
, tell us how you built Bazel.No response
What's the output of
git remote get-url origin; git rev-parse HEAD
?No response
If this is a regression, please try to identify the Bazel commit where the bug was introduced with bazelisk --bisect.
No response
Have you found anything relevant by searching the web?
No response
Any other information, logs, or outputs that you want to share?
No response
The text was updated successfully, but these errors were encountered: