prusti-dev icon indicating copy to clipboard operation
prusti-dev copied to clipboard

Missing edge in dependency_graph.py

Open fpoli opened this issue 2 years ago • 3 comments

The ./docs/dependency-graph/dependency_graph.py does not generate the dependency edge prusti-interface --> prusti-specs.

fpoli avatar Feb 08 '23 09:02 fpoli

Starting from Python 3.11, there is a built-in tomllib library that we could use instead of manually parsing the TOML file.

Aurel300 avatar Feb 08 '23 11:02 Aurel300

That would be great. We could also check if ./x.py metadata provides all the data that we need. That would be more robust than collecting Cargo.toml files.

fpoli avatar Feb 08 '23 11:02 fpoli

There's also cargo tree

JonasAlaif avatar Mar 09 '23 10:03 JonasAlaif