Ask HN: How to visualize dependency graphs?
https://news.ycombinator.com/item?id=12158593My implementation of DJB redo [1] can output build dependency graphs that can be rendered with Graphviz. A recurring problem I have been having is that often, a target has many dependencies that share their dependencies, leading to unreadable graphs [2].
How could I create a readable dependency graph for such cases?
[1] http://news.dieweltistgarnichtso.net/bin/redo-sh.html [2] http://daten.dieweltistgarnichtso.net/pics/graphs/redo/liberation-circuit-deps.png