-
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
Decanonicalize labels emitted by {a,c,}query if possible #16483
Conversation
cb269bb
to
edc9166
Compare
src/main/java/com/google/devtools/build/lib/cmdline/RepositoryMapping.java
Outdated
Show resolved
Hide resolved
031673b
to
30b3d98
Compare
Stacked on #16482 and thus in draft state, but otherwise ready for review. |
30b3d98
to
b897596
Compare
37eefc6
to
dba373e
Compare
I pushed a commit that updates more formatters. This PR doesn't cover the |
b4c225c
to
566113c
Compare
566113c
to
c341e14
Compare
@Wyverald I rebased onto master, this is ready for review now. |
src/main/java/com/google/devtools/build/lib/query2/engine/QueryEnvironment.java
Outdated
Show resolved
Hide resolved
c341e14
to
1ab51de
Compare
@bazel-io flag |
Uses the newly added `PackageIdentifier#getDisplayForm` to turn labels in the output of query, aquery, and cquery into the most concise representation that allows them to be resolved from the context of the main repository.
1ab51de
to
5a0c70a
Compare
Hello @Wyverald, As I could see we are good to merge the PR, does it require any further review? Thanks! |
@kshyanashree Yes, this is good to merge! |
@bazel-io fork 6.0.0 |
Uses the newly added `PackageIdentifier#getDisplayForm` to turn labels in the output of query, aquery, and cquery into the most concise representation that allows them to be resolved from the context of the main repository. Closes bazelbuild#16483. PiperOrigin-RevId: 485584469 Change-Id: I9037bf128713af75b6741eca42b25e3beeb112f7
Uses the newly added `PackageIdentifier#getDisplayForm` to turn labels in the output of query, aquery, and cquery into the most concise representation that allows them to be resolved from the context of the main repository. Closes #16483. PiperOrigin-RevId: 485584469 Change-Id: I9037bf128713af75b6741eca42b25e3beeb112f7 Co-authored-by: kshyanashree <[email protected]>
merged in #16638 |
Uses the newly added
PackageIdentifier#getDisplayForm
to turn labelsin the output of query, aquery, and cquery into the most concise
representation that allows them to be resolved from the context of the
main repository.