JuliaLang / Pkg.jl

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

allow `resolve` to download packages added by URL that have been deleted from disk but has a manifest entry #3883

Closed KristofferC closed 2 months ago

KristofferC commented 2 months ago

Fixes https://github.com/JuliaLang/Pkg.jl/issues/3882, https://github.com/JuliaLang/Pkg.jl/issues/3859, https://github.com/JuliaLang/Pkg.jl/issues/860

We'll see if some tweaks are needed based on CI results.