JuliaLang / Pkg.jl

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

Use more internal Pkg.add api to bypass auto-registry-install #3941

Open Keno opened 3 days ago

Keno commented 3 days ago

Fixes #3940. HistoryicalStdlibVersions has no dependencies, so the registry should not be required to install it.

IanButterworth commented 1 day ago

Might a cleaner way to do this be to git clone HistoryicalStdlibVersions at the right commit then Pkg.dev it?