forked from bazelbuild/bazel
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
evaluate bzlmod module extensions independently
- evaluate each module extension independently, on request. this change is intended to allow loading repositories generated by other module extensions inside a module extension's implementation, as requested in bazelbuild#16143). - `BazelModuleResolutionFunction` is removed until further need, as now `RepositoryDelegatorFunction` directly calls `SingleExtensionEvalFunction` to resolve the necessary module extension. PiperOrigin-RevId: 469971208 Change-Id: Iad4ecd926024564209765386496a7491146c2f2b
- Loading branch information
Showing
13 changed files
with
206 additions
and
241 deletions.
There are no files selected for viewing
This file contains 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
This file contains 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
94 changes: 0 additions & 94 deletions
94
...in/java/com/google/devtools/build/lib/bazel/bzlmod/ModuleExtensionResolutionFunction.java
This file was deleted.
Oops, something went wrong.
61 changes: 0 additions & 61 deletions
61
src/main/java/com/google/devtools/build/lib/bazel/bzlmod/ModuleExtensionResolutionValue.java
This file was deleted.
Oops, something went wrong.
This file contains 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
This file contains 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
This file contains 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
This file contains 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
Oops, something went wrong.