You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am trying the RC for Rocq 9.0, and it turns out that opam install rocq.9.0+rc1 pulls in the dev version of rocq-stdlib. That's not what I expected, I don't want it to fetch the latest version from git (which has to be rebuilt after every opam update). I know I can work around this with pins, but then I will have to remember to update 2 pins (rocq and rocq-stdlib) every time I change the Rocq version, which is not great.
Expected behavior would be that it automatically installs version 9.0+rc1 of rocq-stdlib.
The text was updated successfully, but these errors were encountered:
I believe it's "expected", because if you don't say anything more to opam than "install rocq.9.0+rc1", given this kind of flexibility is allowed by rocq-prover.opam:
I am trying the RC for Rocq 9.0, and it turns out that
opam install rocq.9.0+rc1
pulls in thedev
version of rocq-stdlib. That's not what I expected, I don't want it to fetch the latest version from git (which has to be rebuilt after everyopam update
). I know I can work around this with pins, but then I will have to remember to update 2 pins (rocq and rocq-stdlib) every time I change the Rocq version, which is not great.Expected behavior would be that it automatically installs version
9.0+rc1
ofrocq-stdlib
.The text was updated successfully, but these errors were encountered: