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

[8.0.0] Re-enable symbolic macro attribute inheritance and remove --experimental_enable_macro_inherit_attrs flag #24445

Merged
merged 1 commit into from
Nov 21, 2024

Conversation

tetromino
Copy link
Contributor

After a2f1f58, macro inheritance API is in a good shape - and without macro inheritance, we wouldn't have any good way for symbolic macros in Bazel 8 to use testonly.

Considering for how little time the --experimental_enable_macro_inherit_attrs existed, and that no references to it was marked experimental, it seems safe to remove it directly without graveyarding.

Cherry-pick of
a39d181

RELNOTES: Re-enable symbolic macro attribute inheritance.
PiperOrigin-RevId: 698884636
Change-Id: I7f682949e96b6739e12d8f569a87ef2daf0ea41c

…xperimental_enable_macro_inherit_attrs flag

After bazelbuild@a2f1f58, macro inheritance API is in a good shape - and without
macro inheritance, we wouldn't have any good way for symbolic macros in
Bazel 8 to use `testonly`.

Considering for how little time the --experimental_enable_macro_inherit_attrs
existed, and that no references to it was marked experimental, it seems safe to
remove it directly without graveyarding.

Cherry-pick of
bazelbuild@a39d181

RELNOTES: Re-enable symbolic macro attribute inheritance.
PiperOrigin-RevId: 698884636
Change-Id: I7f682949e96b6739e12d8f569a87ef2daf0ea41c
@tetromino tetromino requested a review from a team as a code owner November 21, 2024 21:04
@github-actions github-actions bot added team-Configurability platforms, toolchains, cquery, select(), config transitions team-Documentation Documentation improvements that cannot be directly linked to other team labels awaiting-review PR is awaiting review from an assigned reviewer labels Nov 21, 2024
@iancha1992 iancha1992 added this to the 8.0.0 release blockers milestone Nov 21, 2024
@tetromino tetromino added team-Loading-API BUILD file and macro processing: labels, package(), visibility, glob and removed team-Configurability platforms, toolchains, cquery, select(), config transitions labels Nov 21, 2024
@iancha1992 iancha1992 added this pull request to the merge queue Nov 21, 2024
Merged via the queue into bazelbuild:release-8.0.0 with commit 16b6096 Nov 21, 2024
46 checks passed
@github-actions github-actions bot removed the awaiting-review PR is awaiting review from an assigned reviewer label Nov 21, 2024
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-Loading-API BUILD file and macro processing: labels, package(), visibility, glob
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants