-
Notifications
You must be signed in to change notification settings - Fork 4.1k
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
Add module_ctx.extension_metadata
#17970
Conversation
777d201
to
6d5cb9b
Compare
src/main/java/com/google/devtools/build/lib/bazel/bzlmod/ModuleExtensionContext.java
Show resolved
Hide resolved
module_ctx.extension_metadata
and module_ctx.use_all_repos
module_ctx.extension_metadata
ace1a4e
to
7a86b6d
Compare
@Wyverald I pushed a new version that supports the |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
looks good overall!
src/main/java/com/google/devtools/build/lib/bazel/bzlmod/ModuleExtensionUsage.java
Outdated
Show resolved
Hide resolved
src/main/java/com/google/devtools/build/lib/bazel/bzlmod/ModuleExtensionMetadata.java
Show resolved
Hide resolved
src/main/java/com/google/devtools/build/lib/bazel/bzlmod/ModuleExtensionMetadata.java
Outdated
Show resolved
Hide resolved
src/main/java/com/google/devtools/build/lib/bazel/bzlmod/ModuleExtensionMetadata.java
Outdated
Show resolved
Hide resolved
d7d1c56
to
fd7bcba
Compare
src/main/java/com/google/devtools/build/lib/bazel/bzlmod/ModuleKey.java
Outdated
Show resolved
Hide resolved
fd7bcba
to
6cdb42d
Compare
src/main/java/com/google/devtools/build/lib/bazel/bzlmod/ModuleKey.java
Outdated
Show resolved
Hide resolved
6cdb42d
to
399398f
Compare
Hi @fmeum, As this PR is awaiting to merge, could you please fix the buildkite error? Thanks! |
91c3948
to
642ec7b
Compare
@Pavank1992 I am pretty sure they are not caused by this PR, but I triggered a rerun. |
Hi @fmeum, Yes, it needs to be added some comments. I added the |
@bazel-io flag |
@bazel-io fork 6.2.0 |
Fixes #17908 Closes #17970. PiperOrigin-RevId: 525134299 Change-Id: I9088e3f4561c0c27135cfdd1e5be8390ea8da7eb Co-authored-by: Fabian Meumertzheim <[email protected]>
Fixes bazelbuild#17908 Closes bazelbuild#17970. PiperOrigin-RevId: 525134299 Change-Id: I9088e3f4561c0c27135cfdd1e5be8390ea8da7eb
Fixes #17908