JuliaLang / Pkg.jl

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

resolve errors if some packages are missing on disk #3859

Open fredrikekre opened 3 months ago

fredrikekre commented 3 months ago

Requires instantiate + resolve.

IanButterworth commented 3 months ago

Isn't this expected because of dev-ed packages and the resolver needing to read their Project.toml rather than the registry info?

Or is it happening in the absence of dev-ed packages?

fredrikekre commented 3 months ago

The error wasn't for a devd package, but I think for a added-by-branch one.