JuliaLang / Pkg.jl

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

Show manifest julia version in `status` #4059

Open IanButterworth opened 1 week ago

IanButterworth commented 1 week ago

instantiate will warn if the julia version of the manifest is from a different minor release etc.

I think it would be helpful to also present the information in status and I'm thinking a field of status with a warn, rather than a full warning that only shows if it's different.

Also show even in non manifest status mode.

Something like:

(Foo) pkg> st
Status `~/Foo/Project.toml`
  [295af30f] Revise v3.6.2
  Manifest julia version v1.11.1 (potentially incompatible with this version)

But it's not quite right.