Prettify labels in action progress messages with Bzlmod #17045
Closed
fmeum wants to merge 1 commit intobazelbuild:masterfrom
Closed
Prettify labels in action progress messages with Bzlmod #17045fmeum wants to merge 1 commit intobazelbuild:masterfrom
fmeum wants to merge 1 commit intobazelbuild:masterfrom
Conversation
b9f90ff to
2fc85c0
Compare
2fc85c0 to
a4aea06
Compare
Collaborator
Author
a4aea06 to
fb40308
Compare
Member
|
@zhengwei143 Could you please help with the failing test? Thanks! |
Contributor
|
Seems like you just need to set |
`UiStateTracker` is provided with the repository mapping of the main repository after the loading phase has been completed and uses this mapping to "unmap" canonical labels back to the apparent name used for them by the main repository.
fb40308 to
e106a2d
Compare
Collaborator
Author
|
@zhengwei143 Thanks, that seems to have worked, tests are passing now. |
Collaborator
Author
|
@Wyverald Friendly ping |
Wyverald
approved these changes
Jan 4, 2023
Member
Wyverald
left a comment
There was a problem hiding this comment.
Thanks, and sorry for the late review!
Collaborator
Author
|
@bazel-io flag |
Contributor
|
@bazel-io fork 6.1.0 |
hvadehra
pushed a commit
that referenced
this pull request
Feb 14, 2023
`UiStateTracker` is provided with the repository mapping of the main repository after the loading phase has been completed and uses this mapping to "unmap" canonical labels back to the apparent name used for them by the main repository. Fixes #17130 Closes #17045. PiperOrigin-RevId: 501256229 Change-Id: I796585da07773ee3a589bb83948b9e0667b2e799
ShreeM01
added a commit
that referenced
this pull request
Feb 14, 2023
`UiStateTracker` is provided with the repository mapping of the main repository after the loading phase has been completed and uses this mapping to "unmap" canonical labels back to the apparent name used for them by the main repository. Fixes #17130 Closes #17045. PiperOrigin-RevId: 501256229 Change-Id: I796585da07773ee3a589bb83948b9e0667b2e799 Co-authored-by: Fabian Meumertzheim <fabian@meumertzhe.im>
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.
UiStateTrackeris provided with the repository mapping of the main repository after the loading phase has been completed and uses this mapping to "unmap" canonical labels back to the apparent name used for them by the main repository.Fixes #17130