[6.3.1] Fix a bug where frozen targets list was mutated while expanding env attribute for cc_test#19052
Merged
keertk merged 2 commits intorelease-6.3.1from Jul 25, 2023
Conversation
…ttribute for cc_test. Add a test covering the behavior. PiperOrigin-RevId: 504294442 Change-Id: If9f96b631ca958e746613563c56103044c973277 (cherry picked from commit a63d8eb)
buildbreaker2021
approved these changes
Jul 25, 2023
…ist-was-mutated-while-expanding-env-attribute
apattidb
pushed a commit
to databricks/bazel
that referenced
this pull request
Jul 26, 2023
…ttribute (bazelbuild#19052) for cc_test. Add a test covering the behavior. PiperOrigin-RevId: 504294442 Change-Id: If9f96b631ca958e746613563c56103044c973277 (cherry picked from commit a63d8eb) Co-authored-by: Googler <[email protected]>
copybara-service bot
pushed a commit
that referenced
this pull request
Jul 31, 2023
Baseline: 0f231ac Release Notes: + Mark isolated extension usages as experimental (#19050) + Fix a bug where frozen targets list was mutated while expanding env attribute (#19052) + Add documentation for --experimental_isolated_extension_usage (#19071) + Advertise CcInfo from cc_import (#19086) + Create .bazelversion to address postsubmit issues (#19089) + Update java_tools version to 12.6 (#19091) + Disable lockfiles by default (#19106) Acknowledgements: This release contains contributions from many people at Google, as well as Brentley Jones, Fabian Meumertzheim, oquenchil, Xùdōng Yáng.
apattidb
pushed a commit
to databricks/bazel
that referenced
this pull request
Aug 3, 2023
Baseline: 0f231ac Release Notes: + Mark isolated extension usages as experimental (bazelbuild#19050) + Fix a bug where frozen targets list was mutated while expanding env attribute (bazelbuild#19052) + Add documentation for --experimental_isolated_extension_usage (bazelbuild#19071) + Advertise CcInfo from cc_import (bazelbuild#19086) + Create .bazelversion to address postsubmit issues (bazelbuild#19089) + Update java_tools version to 12.6 (bazelbuild#19091) + Disable lockfiles by default (bazelbuild#19106) Acknowledgements: This release contains contributions from many people at Google, as well as Brentley Jones, Fabian Meumertzheim, oquenchil, Xùdōng Yáng.
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.
Resolves #19046.
Add a test covering the behavior.
PiperOrigin-RevId: 504294442
Change-Id: If9f96b631ca958e746613563c56103044c973277
(cherry picked from commit a63d8eb)