[6.3.1] Mark isolated extension usages as experimental#19050
Merged
keertk merged 1 commit intobazelbuild:release-6.3.1from Jul 25, 2023
keertk:cp19021
Merged
[6.3.1] Mark isolated extension usages as experimental#19050keertk merged 1 commit intobazelbuild:release-6.3.1from keertk:cp19021
keertk merged 1 commit intobazelbuild:release-6.3.1from
keertk:cp19021
Conversation
The `isolate` parameter of `use_extension` and the `is_isolated` field on `module_ctx` are only available with the `--experimental_isolated_extension_usages` flag. Closes #19021. PiperOrigin-RevId: 550582124 Change-Id: I7486a3b344ca9d29614c26044f1943bfedfcc654
This was referenced Jul 25, 2023
meteorcloudy
approved these changes
Jul 25, 2023
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.
The
isolateparameter ofuse_extensionand theis_isolatedfield onmodule_ctxare only available with the--experimental_isolated_extension_usagesflag.Closes #19021.
PiperOrigin-RevId: 550582124
Change-Id: I7486a3b344ca9d29614c26044f1943bfedfcc654
Commit 3a4b04f