-
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
bazel help flags-as-proto
incorrectly reports has_negative: false
for --experimental_convenience_symlinks
and --subcommands
#24882
Comments
Fixes bazelbuild#24882 Closes bazelbuild#24883. PiperOrigin-RevId: 714854122 Change-Id: I5e48e84f88606320223a9969e8367924aeeb13dd
Fixes bazelbuild#24882 Closes bazelbuild#24883. PiperOrigin-RevId: 714854122 Change-Id: I5e48e84f88606320223a9969e8367924aeeb13dd
…...` (#24909) Fixes #24882 Closes #24883. PiperOrigin-RevId: 714854122 Change-Id: I5e48e84f88606320223a9969e8367924aeeb13dd Commit 6423b04 Co-authored-by: Fabian Meumertzheim <[email protected]>
…...` (#24908) Fixes #24882 Closes #24883. PiperOrigin-RevId: 714854122 Change-Id: I5e48e84f88606320223a9969e8367924aeeb13dd Commit 6423b04 Co-authored-by: Fabian Meumertzheim <[email protected]>
Fixes bazelbuild#24882 Closes bazelbuild#24883. PiperOrigin-RevId: 714854122 Change-Id: I5e48e84f88606320223a9969e8367924aeeb13dd
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#24882 Closes bazelbuild#24883. PiperOrigin-RevId: 714854122 Change-Id: I5e48e84f88606320223a9969e8367924aeeb13dd
Description of the bug:
bazel help flags-as-proto
incorrectly reportshas_negative: false
for--experimental_convenience_symlinks
and--subcommands
.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:
This contradicts the bazel documentation here:
and here:
, respectively.
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 response
The text was updated successfully, but these errors were encountered: