3 Commits
Author SHA1 Message Date
Arzhan Kinzhalin f505975e63 Fix make-dot.py: account for inline comments 2019-03-11 14:54:56 -07:00
William Douglas e82afc14e2 make-dot.py: Fixups for pundles
Handle pundles being able to be included by other bundles.
2018-07-11 20:56:49 +00:00
George T Kramer 6eee712a5d Dynamically build bundle dependency graph by status
Converting perl script to python script to use data structures for quickly building a dependency graph.  The dependency graph is build dynamically and removes hard-coded bundle names to avoid needed to keep this updated.  With less bundles from recent bundle deletion efforts, there is less spaghetti in the generated graph. To help combat the spaghetti issue, tooltips have been added to all edges that show the dependency more clearly.  The generated graph groups and colors bundles by status to give a bundle maintainer a good picture of what the state of bundles looks like.
2017-03-03 18:16:56 -08:00