-
Notifications
You must be signed in to change notification settings - Fork 682
[ssr] Backport from MathComp #18374
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
[ssr] Backport from MathComp #18374
Conversation
The implicit status of some lemmas looks weird to me, and I don't know what to do with them. So, I'm postponing the backport of the following PRs: |
This has already been tested in mathcomp's CI so @pi8027 if you add a changelog entry telling |
Done. |
6cd8605
to
a545405
Compare
@coqbot merge now |
This broke CI jasmin https://gitlab.inria.fr/coq/coq/-/jobs/3672075 analysis https://gitlab.inria.fr/coq/coq/-/jobs/3672063 |
Analysis should be fixed. Maybe jasmin too, otherwise we can probably temporarily make jasmin allow_failure, it should soon move to MC 2 anyway jasmin-lang/jasmin#560 |
But indeed, I should have remembered that we still have MC1 in the CI here. |
You should have run full CI regardless |
Currently broken because I forgot to run CI before merging rocq-prover#18374 I'm currently working on a fix but it may take me a pair of days.
Metacoq also broke https://gitlab.inria.fr/coq/coq/-/jobs/3672093 |
I'm looking at it. |
Here is a fix for Metacoq: MetaRocq/metarocq#1028 |
Fix breakage from rocq-prover/rocq#18374
Te PR rocq-prover/rocq#18374 moved the "_ =1 _" notation of ssreflect from function_scope to type_scope. This requires some disembiguation wit the "_ =1 _" of Jasmin in vm_scope.
The PR rocq-prover/rocq#18374 moved the "_ =1 _" notation of ssreflect from function_scope to type_scope. This requires some disembiguation wit the "_ =1 _" of Jasmin in vm_scope.
This PR contains the backport of the following PRs:
fun_scope
withfunction_scope
math-comp/math-comp#1131[ ] Added / updated test-suite.[ ] Documented any new / changed user messages.[ ] Updated documented syntax by runningmake doc_gram_rsts
.