CliMA / PkgDevTools.jl

Some utility functions for helping with customized Pkg.jl operations
MIT License
4 stars 1 forks source link

Support for versioned Manifest.toml files (>= julia 1.11) #11

Open Sbozzolo opened 3 weeks ago

Sbozzolo commented 3 weeks ago

Unfortunately, Julia 1.10 and Julia 1.11 have incompatible Manifests, which leads to the need for versioning the Manifest with Manifest-v1.11.toml. It would be nice if PkgDevTools supported versioned Manifests and updated the correct files depending on the version of Julia used.

charleskawczynski commented 3 weeks ago

Ah, yeah, good point and good idea