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.
[aquery] Handle the case of aspect-on-aspect.
Problems: Current aquery output: - In the case of aspect-on-aspect: does include the full aspect path, but in reversed order. - Lists the Target label as the "Owner" of an action that was generated from an Aspect applied on that Target. Technically the Owner of the action should be the Aspect. Changes: - AspectDescriptors now represent the aspect path (sorted by topological order of the dependency graph). - Replace "Owner" by "Target" in aquery text output (there's no "Owner" field in proto output). RELNOTES: [aquery] Handle the case of aspect-on-aspect. PiperOrigin-RevId: 230528732
- Loading branch information
Showing
5 changed files
with
537 additions
and
10 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
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.