Ask HN: How to visualize dependency graphs?

https://news.ycombinator.com/item?id=12158593
by erlehmann_ • 10 years ago
6 6 10 years ago

My 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

Related Stories

Loading related stories...

Source preview

news.ycombinator.com