Skip to content
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

Support coq-mathcomp-field >= 2.0 #19

Merged
merged 1 commit into from
Feb 6, 2024
Merged

Support coq-mathcomp-field >= 2.0 #19

merged 1 commit into from
Feb 6, 2024

Conversation

erikmd
Copy link
Member

@erikmd erikmd commented Feb 2, 2024

No description provided.

@erikmd
Copy link
Member Author

erikmd commented Feb 2, 2024

Hi @proux01, FYI:

  • I fixed the opam issue (extra-dev was temporarily needed)

  • Now it seems the proof goes beyond the previous attempt, but the CI still fails.

IIUC (just skimmed the log), validsdp.v compiles But testsuite.v doesn't:

  - for f in test-suite/matrices.v test-suite/testsuite.v test-suite/test_validsdp.v test-suite/test_validsdp_intro.v ; do \
  -   "/home/coq/.opam/4.13.1+flambda/bin///coqc"  -q '-w' '-notation-overridden' '-w' '-ambiguous-paths'  "-w" "-deprecated-native-compiler-option" "-native-compiler" "no" -I plugins/soswitness/src  -R plugins/soswitness/theories ValidSDP -R plugins/soswitness/src ValidSDP -R plugins/soswitness/test-suite ValidSDP -R test-suite ValidSDP -R theories ValidSDP $f ; \
  - done
  - File "./test-suite/testsuite.v", line 2, characters 0-51:
  Error: - Error: Universe inconsistency. Cannot enforce prod.u0 <=
  - hrel.hrespectful.u0 because hrel.hrespectful.u0 <= eqtype.isSub.axioms_.u1
  - < eqtype.isSub.axioms_.u0 <= eqtype.isSub.phant_axioms.u2 <= prod.u0.
  - 
  - File "./test-suite/test_validsdp.v", line 2, characters 0-51:
  Error: - Error: Universe inconsistency. Cannot enforce prod.u0 <=
  - hrel.hrespectful.u0 because hrel.hrespectful.u0 <= eqtype.isSub.axioms_.u1
  - < eqtype.isSub.axioms_.u0 <= eqtype.isSub.phant_axioms.u2 <= prod.u0.
  - 
  - File "./test-suite/test_validsdp_intro.v", line 2, characters 0-51:
  Error: - Error: Universe inconsistency. Cannot enforce prod.u0 <=
  - hrel.hrespectful.u0 because hrel.hrespectful.u0 <= eqtype.isSub.axioms_.u1
  - < eqtype.isSub.axioms_.u0 <= eqtype.isSub.phant_axioms.u2 <= prod.u0.
  - 
  - make[1]: *** [Makefile.coq.local:34: test] Error 1   # hrel.hrespectful.u0 because hrel.hrespectful.u0 <= eqtype.isSub.axioms_.u1

@proux01
Copy link
Contributor

proux01 commented Feb 3, 2024

Fixed

Note: a coqeal release (2.0.2) was needed to workaround/remove some
spurious universe constraints.

Co-authored-by: Erik Martin-Dorel <[email protected]>
Co-authored-by: Pierre Roux <[email protected]>
@erikmd erikmd merged commit fb5dc36 into master Feb 6, 2024
0 of 4 checks passed
@erikmd erikmd deleted the mc2 branch February 6, 2024 09:34
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants