tfiers / PkgGraph.jl

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

Find packages in active 'parent'/global projects too #102

Open tfiers opened 1 year ago

tfiers commented 1 year ago

originally from

DepGraphs.is_in_project is not enough: it can also be importable if in a parent project (hm, maybe depgraphs should look into parent/global projects too)

from

Has sth to do w/

julia> LOAD_PATH
3-element Vector{String}:
 "@"
 "@v#.#"
 "@stdlib"
tfiers commented 1 year ago

So maybe: is_in_projectis_loadable