JuliaLang / Pkg.jl

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

Add way to lock a Manifest.toml #3904

Open IanButterworth opened 1 month ago

IanButterworth commented 1 month ago

I think it would be useful/reassuring to add support for an optional locked=true field to a Manifest.toml which Pkg would respect. Specifically including the sandbox resolve that Pkg.test does.

When locked=true :

DilumAluthge commented 1 month ago

I think this would be very useful.