Hi, trying to build our math-comp addon. Versions 1.11 and 1.12 seem to be incompatible with Coq 8.13. I do not see a tag for a later release; the master branch does seem to build, although @Emilio Jesús Gallego Arias's fast-load patch needs to be updated (or have you gotten it accepted upstream, finally). Anyone knows what the situation is?
Correction: 1.12 does build with Coq 8.13; it is only the patch that is incompatible. The ball is yours @Emilio Jesús Gallego Arias :)
Will fix ASAP, sorry for the trouble.
No trouble at all :) I think I figured out the problem, a new lemma count_subseqP
in ssreflect.seq
requires something that was removed by the patch.
This ma new patch: https://github.com/jscoq/addon-mathcomp/blob/mathcomp-1.12.0/mathcomp-fast-load.patch
Notice that I had to also import Ring
in ssrAC.v
. Hope that's ok.
Last updated: May 31 2023 at 03:30 UTC