Add coq-of-ocaml 2.5.3+4.14 with modern typeclass visibility - #3792
Open
JasonGross wants to merge 4 commits into
Open
Add coq-of-ocaml 2.5.3+4.14 with modern typeclass visibility#3792JasonGross wants to merge 4 commits into
JasonGross wants to merge 4 commits into
Conversation
Member
Author
|
End-to-end validation now passes in
|
JasonGross
force-pushed
the
codex/coq-of-ocaml-2.5.3-rocq-dev
branch
from
July 31, 2026 19:22
4dd07ef to
f8f0de9
Compare
JasonGross
force-pushed
the
codex/coq-of-ocaml-2.5.3-rocq-dev
branch
from
July 31, 2026 19:46
f8f0de9 to
23d08f2
Compare
JasonGross
marked this pull request as ready for review
August 6, 2026 04:10
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.
Adds coq-of-ocaml 2.5.3 for OCaml 4.14, backports 79a5f9fd for current typeclass visibility, and permits coexistence with split
coq-core.Unpatched 2.5.3 fails in
proofs/List.vbecause localStrictOrderandOrderDecinstances are no longer visible tomerge. The OCaml 4.14.2 testing switch cannot use the+4.13archive's vendored Merlin;+4.14has the matching sources. Thecoq-coreconflict is stale: it is now a normal Coq/Rocq component, while opam orders literalcoq.devbelow8.11.The patch exactly backports formal-land/rocq-of-ocaml commit 79a5f9fd. Validation applied it to a fresh
+4.14archive, built the complete proofs library withcoq-core.devandcoq-tactician.devinstalled, built the complete dune package with OCaml 4.14.2, passedopam lint, and reapplied cleanly to a fresh archive, without modifying the switch.The
opam-build:4.09.0CI failure never reached these packages: on a coldOPAM_ROOT_CACHE,scripts/opam-coq-initfailed withMissing dependency: ocaml-system = 4.09.0 — unmet availability conditions: 'sys-ocaml-version = "4.09.0"'. The runner's system OCaml is not 4.09.0; rebasing onto master re-runs against a warm cache.Wordsmithed by Codex.