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

Overview graph #117

Open
yforster opened this issue Mar 19, 2021 · 0 comments
Open

Overview graph #117

yforster opened this issue Mar 19, 2021 · 0 comments

Comments

@yforster
Copy link
Member

When @dominik-kirst was hunting the universe problem, I tried to create a dependency graph of the library, but without success. With the help of the Enrico Tassi I managed to do it based on some mathcomp scripts.

Here's the code:

-- coqdep -f _CoqProject > depend
-- cat depend | ./buildgraph > depend.dot
-- dot -Tsvg depend.dot > depend.svg

with the adapted buildlibgraph file from https://github.com/math-comp/math-comp/blob/master/etc/buildlibgraph as attached. I also attach the svg output and conclude that's it's pretty much useless unless one really has a specific dependency to trace for e.g. universe problems.

(GitHub doesn't allow me to upload arbitrary file endings. The buildlibgraph file should have no ending, the other one should be depend.svg)

buildlibgraph.txt
depend.txt

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

1 participant