This repository has been archived by the owner on Sep 9, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
status: Add projectConstraint & constraintsCollection
The resultant collection obtained from collectConstraints() should contain data about which project set a particular constraint on a dependency project. `projectConstraint` consists of the project and the constraint it sets on a given dependency. And `constraintsCollection` is a map to store the pair of dependency project and a collection of `projectConstraint` for different constraints. This would be used by project argument status (status for a single project), to show the importers of the project.
- Loading branch information
Showing
2 changed files
with
35 additions
and
12 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