JuliaLang / Pkg.jl

Pkg - Package manager for the Julia programming language
https://pkgdocs.julialang.org
Other
609 stars 251 forks source link

`instantiate` always instantiates whole workspace #3857

Open KristofferC opened 3 months ago

KristofferC commented 3 months ago

https://github.com/JuliaLang/Pkg.jl/blob/162634c5615d12b889e4b64f3cff95d1c377f189/src/API.jl#L1274-L1276

will download all packages + artfacts from packages in the manifest (which will be the whole workspace), not limited to the currently active project.