forked from pantsbuild/pants
-
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.
This changes the default mode of the JVM dependency usage task to make it more useful for end users. - Add a `summary` mode which sorts dependencies by how "bad" they are (see new docs) - Output to stdout by default - Fix issue where the node object not being initialized in a loop caused the wrong target to be blamed - Fix an issue where `source->source` dependencies weren't being normalized to classfile fractions - Label dependency edges as declared/undeclared/self - Add integration/coverage tests for both modes - Added documentation Testing Done: pantsbuild#2226 Reviewed at https://rbcommons.com/s/twitter/r/2851/
- Loading branch information
Showing
6 changed files
with
289 additions
and
170 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.