JuliaLang / Pkg.jl

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

Backport 1.9: remove recompilation dependency check in Pkg.precompile (#3696) #3697

Closed KristofferC closed 10 months ago

KristofferC commented 10 months ago

Co-authored-by: Ian Butterworth i.r.butterworth@gmail.com (cherry picked from commit debc38b9a2d800f035a17f42a01c14a3775fa859)

IanButterworth commented 10 months ago

@giordano I just double checked this on the release-1.9 julia branch by doing

pkg> add Plots
pkg> add OrdinaryDiffEq
pkg> add DataFrames, CSV
julia> using Plots, OrdinaryDiffEq, DataFrames, CSV

and didn't see notable re-precompilation during the add phases and none during the using