JuliaLang / Pkg.jl

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

load the set of stdlibs during precompilation #3829

Open KristofferC opened 4 months ago

KristofferC commented 4 months ago

Otherwise Pkg becomes non relocatable. I remember doing this before but not sure why it didn't happen.

IanButterworth commented 4 months ago

https://github.com/JuliaLang/Pkg.jl/pull/2916 (see discussion)