JuliaLang / Pkg.jl

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

do not precompile full env on `using` callback from REPL #3876

Closed KristofferC closed 2 months ago

KristofferC commented 2 months ago

@Keno was annoyed that calling using on some small package and having it auto install compiled the whole env. This disables that. I still think https://github.com/JuliaLang/Pkg.jl/pull/3848 is better but since that has some push back, this solves the immediate issue.