tfiers / PkgGraph.jl

Visualize the dependency graph of a Julia package
https://tfiers.github.io/PkgGraph.jl
MIT License
43 stars 2 forks source link

Layout for the same package differs (project vs registry) #78

Open tfiers opened 1 year ago

tfiers commented 1 year ago

Registry and Manifest may order packages differently. That means dot renders something different, depending on whether the queried package is part of the active project or not.

Unitful in active project:

Unitful not in active project (info from General registry):

(Originally from https://github.com/tfiers/PkgGraph.jl/issues/5#issuecomment-1383220720)

tfiers commented 1 year ago

And now something else entirely: image (WSL, from registry)

(and it's not the different dot version (thx to Graphviz_jll); dreampuf does it too: link)