-
Notifications
You must be signed in to change notification settings - Fork 8
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
butido tree-of --dot #378
Comments
Is there some prefered method for showing this dot graph? Maybe the dot format which is used bu graphviz? There would also be a crate available for this: ("https://crates.io/crates/graphviz-rust") |
Yes, the issue description is a bit brief but It doesn't necessarily have to be DOT though but it makes sense as it's a common format. |
- Add `petgraph` as a dependency - New `--dot` argument for the `tree-of` command Fixes science-computing#378 Signed-off-by: Nico Steinle <nico.steinle@eviden.com>
- New `--dot` argument for the `tree-of` command - Add `petgraph` as a dependency Decided to use Petgraph instead of graphviz-rust because it looks better maintained. Fixes science-computing#378 Signed-off-by: Nico Steinle <nico.steinle@eviden.com>
- New `--dot` argument for the `tree-of` command. - Add `petgraph` as a dependency Decided to use Petgraph instead of graphviz-rust because it integrates with the daggy crate and looks better maintained. - Using dotted lines for build dependencies. Fixes science-computing#378 Signed-off-by: Nico Steinle <nico.steinle@eviden.com>
- New `--dot` argument for the `tree-of` command. - Add `petgraph` as a dependency Decided to use Petgraph instead of graphviz-rust because it integrates with the daggy crate and looks better maintained. - Using dotted lines for build dependencies. Fixes science-computing#378 Signed-off-by: Nico Steinle <nico.steinle@eviden.com>
- New `--dot` argument for the `tree-of` command. - Add `petgraph` as a dependency Decided to use Petgraph instead of graphviz-rust because it integrates with the daggy crate and looks better maintained. - Using dotted lines for build dependencies. Fixes science-computing#378 Signed-off-by: Nico Steinle <nico.steinle@eviden.com>
butido tree-of currently only presents a tree view of the DAG with lots of duplicates
butido tree-of --dot
to get a better overview over builds with a lot of deps we would be happy to have a graphical view (like dot files)
The text was updated successfully, but these errors were encountered: