-
Notifications
You must be signed in to change notification settings - Fork 11
Rocq 9.0 #24
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Rocq 9.0 #24
Conversation
…merge-fixpoint-cofixpoint Adapt to change of type of VernacFixpoint in Coq PR #19107
a078bde to
15803c7
Compare
|
CI is now green on my fork. |
|
Last time I compiled the case studies (on 8.20) there was a lot of noisy warnings, did you get rid of these too? |
|
There are some warnings indeed. I can fix them. |
|
I fixed those that were easy to fix, but not some related to |
|
Thanks for taking care of it! I guess it's fine if there are some left, we can always wait to when the warnings turn into errors (or the semantic change happen). |
|
The ones that are left are just incompatibilities between notations, unrelated to Rocq versions. |
|
Yeah, this can wait until we muster the will to clean-up the notation/typeclass mess ^^' |
|
Thanks a lot! The branch is here now: https://github.com/uds-psl/autosubst-ocaml/tree/rocq-9.0 |
This is my attempt to port to Rocq 9.0, including a renaming of the package.
Most of those changes would need to be ported to
mastertoo.I guess compatibility with older versions of Coq could be dropped at this point.