extra-dev: coq-prosa compatibility shim for rocq-prosa - #3822
Merged
Conversation
Split out of rocq-prover#3821 so that the four shims whose dependency builds at dev can merge on a green CI. This row is expected to be RED for now, and not because of the shim: the pre-existing rocq-prosa.dev does not build against the dev prover. Both CI legs of rocq-prover#3821 (4.14.2 and 5.3.0) resolved rocq-prosa at dev and failed inside its own sources: File "./util/tactics.v", line 125, characters 21-35: Error: The reference ssreflect.done was not found in the current environment. The shim itself installs no files and only adds a dependency, so it will go green as soon as rocq-prosa builds at dev. Co-Authored-By: Claude Opus 5 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01L9BGQT7XUuubV6C619DW4b
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Split out of #3821, which adds the same shim for four other packages. Opened as a
draft because this row is expected to be red, and not because of the shim.
coq-prosahas no.devrow while its twinrocq-prosadoes, and both install tologpath:prosa. So on a dev switch there is nothing at thecoq-prosaname thatresolves without overwriting the twin's files. This adds a
coq-prosa.devthatinstalls no files of its own and only depends on
rocq-prosa {= version}— the sameshape as the 14
coq-*/rocq-*pairs already inextra-devthat are wrapped thisway (
coq-mathcomp-*,coq-equations,coq-elpi,coq-hierarchy-builder, ...).Why it is red
The pre-existing
rocq-prosa.devdoes not build against the dev prover. CI builds achanged package's dependencies, so adding a dependency on it is enough to surface the
failure. Both legs of #3821 (4.14.2 and 5.3.0) resolved
rocq-prosaatdevand diedinside its own sources:
Nothing in this PR touches
rocq-prosa.dev; the diff is one new file. The shim willgo green as soon as
rocq-prosabuilds at dev, at which point this can be undraftedand merged as-is.
🤖 Generated with Claude Code
https://claude.ai/code/session_01L9BGQT7XUuubV6C619DW4b