[7.0.0] BAZEL_CURRENT_REPOSITORY double escaped when using param files#20412
Merged
iancha1992 merged 1 commit intobazelbuild:release-7.0.0from Dec 4, 2023
Merged
[7.0.0] BAZEL_CURRENT_REPOSITORY double escaped when using param files#20412iancha1992 merged 1 commit intobazelbuild:release-7.0.0from
iancha1992 merged 1 commit intobazelbuild:release-7.0.0from
Conversation
RELNOTES[INC]: The `BAZEL_CURRENT_REPOSITORY` preprocessor variable, which holds the canonical name of the Bazel repository containing a `cc_*` target, is now only set during compilation if the target depends on the C/C++ runfiles library `@bazel_tools//tools/cpp/runfiles` via `deps` or `implementation_deps`. Fixes bazelbuild#20371 Closes bazelbuild#20388. PiperOrigin-RevId: 587070254 Change-Id: I774dc38b031199179df1c63e04000a2ecc15e010
meteorcloudy
approved these changes
Dec 4, 2023
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
RELNOTES[INC]: The
BAZEL_CURRENT_REPOSITORYpreprocessor variable, which holds the canonical name of the Bazel repository containing acc_*target, is now only set during compilation if the target depends on the C/C++ runfiles library@bazel_tools//tools/cpp/runfilesviadepsorimplementation_deps.Fixes #20371
Closes #20388.
Commit 454b550
PiperOrigin-RevId: 587070254
Change-Id: I774dc38b031199179df1c63e04000a2ecc15e010