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

[6.3.1] Mark isolated extension usages as experimental #19050

Merged
merged 1 commit into from
Jul 25, 2023
Merged

[6.3.1] Mark isolated extension usages as experimental #19050

merged 1 commit into from
Jul 25, 2023

Conversation

keertk
Copy link
Member

@keertk keertk commented Jul 25, 2023

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

Commit 3a4b04f

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
@keertk keertk requested a review from iancha1992 as a code owner July 25, 2023 12:32
@keertk keertk requested review from Wyverald and meteorcloudy and removed request for iancha1992 July 25, 2023 12:32
@keertk keertk added team-ExternalDeps External dependency handling, remote repositiories, WORKSPACE file. awaiting-review PR is awaiting review from an assigned reviewer labels Jul 25, 2023
@keertk keertk enabled auto-merge (squash) July 25, 2023 12:43
@keertk keertk merged commit 1cf3b7e into bazelbuild:release-6.3.1 Jul 25, 2023
1 check passed
@iancha1992 iancha1992 removed the awaiting-review PR is awaiting review from an assigned reviewer label 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.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
team-ExternalDeps External dependency handling, remote repositiories, WORKSPACE file.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants