Update Rocq to 9.2.0#832
Merged
Merged
Conversation
Pin rocq-core 9.2.0 and rocq-stdlib 9.1.0 (the stdlib is now versioned independently of the prover core). This entails: - Removing the 'Loose Hint Behavior' flag, which no longer exists. - Adapting proofs in icbics.v, local_closure.v, and opening.v, where the stronger 'search' tactic now closes goals that previously required manual steps. - Importing Stdlib.Vectors.FinFun in icbics.v, where Permutation_nth moved. - Explicitly creating the 'main' hint databases in tactics.v and generating the rewriting schemes for the custom equality in lesson3_logic.v, as implicit creation is deprecated since 9.2. The implicit-creation warnings are escalated to errors so that lint-imports recognizes hint-database dependencies. - Removing imports that are no longer needed with the new stdlib. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
Unlike "9.0.0", opam doesn't recognize "meta.1" as a version, so without an explicit kind it interprets the pin target as a path. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
The build is warning-free, so this enforces that it stays that way. This subsumes the implicit-create-hint-db escalations and also turns unknown options, deprecated definitions, etc. into hard errors. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
'Printing Primitive Projection Parameters' is off by default. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
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.
Update the Rocq pins from 9.0.0 to rocq-core 9.2.0 and rocq-stdlib 9.1.0 (the stdlib is now versioned independently of the prover core;
rocq-provermoves to itsmeta.1marker version). The upgrade entails:Loose Hint Behaviorflag, which no longer exists in 9.2, from_RocqProjectand the lint commands.icbics.v,local_closure.v, andopening.v: thesearchtactic now closes goals under 9.2 that previously required manual steps, so those steps became dead code that the!goal selector rejects.Stdlib.Vectors.FinFuninicbics.v, sincePermutation_nthmoved there.mainhint databases (regular and rewrite) intactics.v, and generating the rewriting schemes for the tutorial's custom equality viaScheme Rewriting for eqinlesson3_logic.v— implicit creation of both is deprecated since 9.2. The generatedeq_symscheme shadowsLogic.eq_sym, so one use is now qualified. The implicit-creation warnings are escalated to errors solint-importsrecognizes hint-database dependencies (this is also whykleene_data.vnow requiresmain.tacticsinstead of implicitly creating the databases).Requireimports across nine files that the new stdlib renders unnecessary (flagged bylint-imports).Verified locally: clean
makewith zero warnings,tagref,lint-general, and bothlint-importspasses.Status: Ready
Fixes: N/A
🤖 Generated with Claude Code