You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Sep 9, 2020. It is now read-only.
This is a proposal for creating relationship graphs of a dependency project and its relationship with other projects. The dependency graphs could be used to visualize the relationships set by constraints and imports between the projects and packages.
This would be based on the Project Status work that's going on in #1367 . The project status data of a given project could be visualized by showing:
PROJECT IMPORTERS - projects that import the given project.
CONSTRAINTS set on the project by other projects
PACKAGE IMPORTERS - packages that import the given project and its packages.
Implementation of this would require modifications in cmd/dep/graphviz.go to generate dot outputs for the aforementioned data from project status.
Any corrections, additions and questions are welcome.
The text was updated successfully, but these errors were encountered:
This is a proposal for creating relationship graphs of a dependency project and its relationship with other projects. The dependency graphs could be used to visualize the relationships set by constraints and imports between the projects and packages.
This would be based on the Project Status work that's going on in #1367 . The project status data of a given project could be visualized by showing:
PROJECT IMPORTERS
- projects that import the given project.CONSTRAINTS
set on the project by other projectsPACKAGE IMPORTERS
- packages that import the given project and its packages.Implementation of this would require modifications in
cmd/dep/graphviz.go
to generate dot outputs for the aforementioned data from project status.Any corrections, additions and questions are welcome.
The text was updated successfully, but these errors were encountered: