[8.1.0] Add repository_ctx.original_name#25191
Merged
iancha1992 merged 1 commit intobazelbuild:release-8.1.0from Feb 5, 2025
Merged
[8.1.0] Add repository_ctx.original_name#25191iancha1992 merged 1 commit intobazelbuild:release-8.1.0from
repository_ctx.original_name#25191iancha1992 merged 1 commit intobazelbuild:release-8.1.0from
Conversation
This new attribute contains the original value of the `name` attribute at the instantiation site of the repo rule (e.g., `rctx.original_name` would be `foo` if `rctx.name` is `+ext+foo`). Fixes bazelbuild#24467 Closes bazelbuild#25121. RELNOTES: Added `repository_ctx.original_name`, which contains the original value of the `name` attribute as specified at the repo rule call site. PiperOrigin-RevId: 722731393 Change-Id: I2f7dada0c44b6bd4c0d2622fa1e97223382a8547 (cherry picked from commit 8bcfb06)
meteorcloudy
approved these changes
Feb 5, 2025
meteorcloudy
pushed a commit
to meteorcloudy/bazel
that referenced
this pull request
Sep 19, 2025
This new attribute contains the original value of the `name` attribute at the instantiation site of the repo rule (e.g., `rctx.original_name` would be `foo` if `rctx.name` is `+ext+foo`). Fixes bazelbuild#24467 Closes bazelbuild#25121. RELNOTES: Added `repository_ctx.original_name`, which contains the original value of the `name` attribute as specified at the repo rule call site. PiperOrigin-RevId: 722731393 Change-Id: I2f7dada0c44b6bd4c0d2622fa1e97223382a8547 (cherry picked from commit 8bcfb06) Fixes bazelbuild#25147
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.
This new attribute contains the original value of the
nameattribute at the instantiation site of the repo rule (e.g.,rctx.original_namewould befooifrctx.nameis+ext+foo).Fixes #24467
Closes #25121.
RELNOTES: Added
repository_ctx.original_name, which contains the original value of thenameattribute as specified at the repo rule call site.PiperOrigin-RevId: 722731393
Change-Id: I2f7dada0c44b6bd4c0d2622fa1e97223382a8547
(cherry picked from commit 8bcfb06)
Fixes #25147