The Docker CI for 8.13 failed with the following message:
Error: Package conflict!
* Missing dependency:
- coq >= 8.14~
not available because the package is pinned to version 8.13.2
@Pierre Castéran the problem is as follows and specific to the coq-goedel
package. We can only use the coq-coqprime.dev
package as a dep for coq-goedel
, since the changes from pocklington we added are not in a release of coq-coqprime
yet. And the coq-coqprime.dev
package recently started to require Coq 8.14 or later (this package update)
there are two solutions here:
coq-goedel
. This is quite easy to do, but would be a bit ad-hoc.let me know what you prefer
I’m fine with dropping compatibility with 8.13.
Anyway, we have archives for old versions of Coq?
sure, we did a release in May this year. Maybe we can follow the general approach of making one tag per major Coq release (Platform release)
I guess we are doing PR reviews these days? https://github.com/coq-community/hydra-battles/pull/140
Last updated: Jun 11 2023 at 00:30 UTC