Closed Lysxia closed 1 month ago
ping @gilhur
@Lysxia, I am sorry about the trouble. I just fixed it and pushed the update. Thanks!
Still seems to fail although with a different error now https://gitlab.inria.fr/coq/coq/-/jobs/4810118
File "./extra/Dijkstra/ITreeDijkstra.v", line 263, characters 37-70:
Error: Tactic failure: Incorrect number of goals (expected 1 tactic).
I will take a look and hopefully have it fixed today.
@Lysxia and @SkySkimmer, I released Paco v4.2.1 and also made a pull request for ITree that removes workaround code due to a bug in pclearbot, which is no longer needed.
Thanks Gil. I've merged your PR so the Coq CI build should be fixed now. I also submitted a PR to opam for the new version of paco https://github.com/coq/opam/pull/3178
@gilhur Note that paco should have a CI testing all reverse dependencies tested in Coq CI (which includes itree) and nothing should be pushed to paco until that CI passes. Otherwise, this kind of mistakes is bound to happen again in the future.
@Lysxia Thanks! @proux01 Yes, you are right :) I will have a CI testing set up for our projects.
Thanks
Some proofs in itree were broken by the two latest commits on the master branch of paco. This was noticed after Coq CI started failing, cf coq/coq#19641.
It seems that
pclearbot
no longer clearsupaco2 _ bot2
when it's under aforall
. Is this intentional? Should this be fixed in paco or in itree?Previously this worked: