Page MenuHomeSoftware Heritage

dependency graph: do not show extras as separate nodes
ClosedPublic

Authored by zack on Sep 24 2019, 10:20 AM.

Details

Summary

Currently, the dependency graph shows different nodes for, e.g., "swh.core" and
"swh.core[db]". With this change the two nodes are merged together.

While it is interesting to know which precise part of a module others depend
on, that is not the purpose of the dependency graph, which is meant to give
only a high-level view of dependencies.

Diff Detail

Repository
rDDOC Development documentation
Lint
Automatic diff as part of commit; lint not applicable.
Unit
Automatic diff as part of commit; unit tests not applicable.