You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
PackageGraph
(Can't name PkgGraph cause General reg rules, no rename a package)
verts
edges
Package
name
loadtime
(Is in stdlib, is jll)
DirectDependency
from
to
It would make to_dot_str easier: it calls to_dot_str_line on all the edges and vertices individually
.. if we do this, then, and yes that's better, we should go
Package
name
extra_info
faded
Hah, you could have both this and the former; and deps-as-dot ..
Ah, right, this should instead be Node :)
So
DotGraph
Edge
Node
The text was updated successfully, but these errors were encountered:
PackageGraph
(Can't name PkgGraph cause General reg rules, no rename a package)
verts
edges
Package
name
loadtime
(Is in stdlib, is jll)
DirectDependency
from
to
It would make to_dot_str easier: it calls to_dot_str_line on all the edges and vertices individually
.. if we do this, then, and yes that's better, we should go
Package
name
extra_info
faded
Hah, you could have both this and the former; and deps-as-dot ..
Ah, right, this should instead be Node :)
So
DotGraph
Edge
Node
The text was updated successfully, but these errors were encountered: