[9.3.0] Add --incompatible_require_repo_extension_metadata (https://github.co… - #30580
Draft
iancha1992 wants to merge 2 commits into
Draft
[9.3.0] Add --incompatible_require_repo_extension_metadata (https://github.co…#30580iancha1992 wants to merge 2 commits into
iancha1992 wants to merge 2 commits into
Conversation
This flag allows you to enforce that all module_extensions and repository_rules return metadata. This metadata is used to determine how to handle the extension for the lockfile and R2C2 respectively. You can either error on any of these missing metadata, or just ones defined in the root module. Eventually it would be ideal to flip this but that likely requires a lot of backfilling (that we want to do anyways) Closes bazelbuild#30202. PiperOrigin-RevId: 955379016 Change-Id: I8facf9291188f503d8f82e77e8f63e20cec9a828
iancha1992
enabled auto-merge
August 4, 2026 22:05
iancha1992
marked this pull request as draft
August 4, 2026 22:39
auto-merge was automatically disabled
August 4, 2026 22:39
Pull request was converted to draft
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.
…m//pull/30202)
This flag allows you to enforce that all module_extensions and repository_rules return metadata. This metadata is used to determine how to handle the extension for the lockfile and R2C2 respectively. You can either error on any of these missing metadata, or just ones defined in the root module. Eventually it would be ideal to flip this but that likely requires a lot of backfilling (that we want to do anyways)
Closes #30202.
PiperOrigin-RevId: 955379016
Change-Id: I8facf9291188f503d8f82e77e8f63e20cec9a828
Description
Motivation
Build API Changes
No
Checklist
Release Notes
RELNOTES: None
Commit d194e06