-
Notifications
You must be signed in to change notification settings - Fork 4.2k
bazel help flags-as-proto
incorrectly reports allows_multiple: false
for --bazelrc
#24730
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
Comments
Fixes bazelbuild#24730 Closes bazelbuild#24735. PiperOrigin-RevId: 713606521 Change-Id: If8578fcdfc30dcbfb6af283089614f3364eb30d8
Fixes bazelbuild#24730 Closes bazelbuild#24735. PiperOrigin-RevId: 713606521 Change-Id: If8578fcdfc30dcbfb6af283089614f3364eb30d8
Fixes #24730 Closes #24735. PiperOrigin-RevId: 713606521 Change-Id: If8578fcdfc30dcbfb6af283089614f3364eb30d8 Commit e78bab5 Co-authored-by: Fabian Meumertzheim <[email protected]>
Fixes #24730 Closes #24735. PiperOrigin-RevId: 713606521 Change-Id: If8578fcdfc30dcbfb6af283089614f3364eb30d8 Commit e78bab5 Co-authored-by: Fabian Meumertzheim <[email protected]>
A fix for this issue has been included in Bazel 8.0.1 RC1. Please test out the release candidate and report any issues as soon as possible. |
A fix for this issue has been included in Bazel 7.5.0 RC2. Please test out the release candidate and report any issues as soon as possible. |
Fixes bazelbuild#24730 Closes bazelbuild#24735. PiperOrigin-RevId: 713606521 Change-Id: If8578fcdfc30dcbfb6af283089614f3364eb30d8
Uh oh!
There was an error while loading. Please reload this page.
Description of the bug:
bazel help flags-as-proto
incorrectly reportsallows_multiple: false
for--bazelrc
Which category does this issue belong to?
CLI
What's the simplest, easiest way to reproduce this bug? Please provide a minimal example if possible.
outputs:
The
allows_multiple: false
directly contradicts the documentation two lines above it, claiming that "This option can also be specified multiple times."Which operating system are you running Bazel on?
Debian trixie
What is the output of
bazel info release
?release 8.0.0
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
?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?
I don't think there's anything that searching the web can help with here.
Any other information, logs, or outputs that you want to share?
No, I think what I've provided should be sufficient.
The text was updated successfully, but these errors were encountered: