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

Fix documentation for must_keep_debug #18220

Closed

Conversation

jvolkman
Copy link
Contributor

The logic in the documentation was reversed. Setting the flag to False (opposite of the default) exposes the strip_debug_symbols variable.

Fixes #14322

@github-actions github-actions bot added the awaiting-review PR is awaiting review from an assigned reviewer label Apr 25, 2023
@sgowroji sgowroji added team-Rules-CPP Issues for C++ rules team-Documentation Documentation improvements that cannot be directly linked to other team labels labels Apr 26, 2023
@oquenchil oquenchil self-assigned this May 5, 2023
@oquenchil oquenchil added awaiting-PR-merge PR has been approved by a reviewer and is ready to be merge internally and removed awaiting-review PR is awaiting review from an assigned reviewer labels May 5, 2023
@Pavank1992
Copy link
Contributor

Pavank1992 commented May 8, 2023

@jvolkman, As this PR is approved for merge, could you please fix these buildkite error? Thanks!

The logic in the documentation was reversed.  Setting the flag to `False` (opposite of the default) exposes the `strip_debug_symbols` variable.
@jvolkman
Copy link
Contributor Author

jvolkman commented May 8, 2023

@jvolkman, As this PR is approved for merge, could you please fix these buildkite error? Thanks!

All green now @Pavank1992

@Pavank1992 Pavank1992 removed the awaiting-PR-merge PR has been approved by a reviewer and is ready to be merge internally label May 15, 2023
fweikert pushed a commit to fweikert/bazel that referenced this pull request May 25, 2023
The logic in the documentation was reversed.  Setting the flag to `False` (opposite of the default) exposes the `strip_debug_symbols` variable.

Fixes bazelbuild#14322

Closes bazelbuild#18220.

PiperOrigin-RevId: 532039110
Change-Id: Ic58b8a5a139ca43cae8a0eacb2d6b1f97fd669bf
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
team-Documentation Documentation improvements that cannot be directly linked to other team labels team-Rules-CPP Issues for C++ rules
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Docs disagree with actual behavior of must_keep_debug link variable
4 participants