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
This issue is about ideas to improve the graph output.
Currently the data is partial, arbitrarily including dependencies only the first time they are encountered.
This is arguably better than including all possible paths, because the graph would quickly become huge.
Alternatives:
Include all possible paths (very ugly)
Include only the deepest path (from root) to each node. May be misleading if there are "more important" (subjectively) paths that are shorter.
Cluster big groups of shared dependencies and point to them from multiple dependents.
???
The text was updated successfully, but these errors were encountered:
This issue is about ideas to improve the graph output.
Currently the data is partial, arbitrarily including dependencies only the first time they are encountered.
This is arguably better than including all possible paths, because the graph would quickly become huge.
Alternatives:
The text was updated successfully, but these errors were encountered: