JuliaLang / Pkg.jl

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

fix preferential Manifest.toml naming #3731

Closed IanButterworth closed 8 months ago

IanButterworth commented 8 months ago

Reverts https://github.com/JuliaLang/Pkg.jl/pull/3000 and adapts for the latest https://github.com/JuliaLang/julia/pull/43845

Because the lengths of the Base.project_names and Base.manifest_names tuples have diverged, we can no longer rely on idx lookups, so this just does a bit more hardcoding.