Skip to content
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

Improve output format of dependencies graph #36

Open
dlesnoff opened this issue Jun 16, 2023 · 1 comment
Open

Improve output format of dependencies graph #36

dlesnoff opened this issue Jun 16, 2023 · 1 comment

Comments

@dlesnoff
Copy link

Currently, it is possible to output the dependencies with a graph representation using GraphViz.
See: https://github.com/nim-lang/atlas/blob/master/src/atlas.nim#L446

« Ideally Atlas would output a graph representation that is not only useful for GraphViz. Maybe in JSON and then some external tool would render that in the browser. » Araq from this forum post.

@dlesnoff dlesnoff changed the title Improve Graph Representation of dependencies Improve Graph representation of dependencies Jun 16, 2023
@Araq
Copy link
Member

Araq commented Jun 19, 2023

The problem is not that the graph representation is bad (though it might be), the problem is that we don't dump out a graph representation that is more common and flexible than the .dot-file format.

@dlesnoff dlesnoff changed the title Improve Graph representation of dependencies Improve output format of dependencies graph Jun 19, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants