qc: rename QuickChick Derive commands to QCDerive (not backwards compatible; required for QuickChick master)#23
Open
JasonGross wants to merge 1 commit into
Open
Conversation
QuickChick renamed its Derive vernacular to QCDerive (QuickChick's 24284a9 "Add QCDerive to disambiguate from Derive from other plugins", with the old command since removed), so the qc volume no longer compiles against coq-quickchick dev. Rename the ten command occurrences; requires a QuickChick with QCDerive (dev). Co-Authored-By: Claude Fable 5 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_019ttctspSoVoquHLQtbPVZw
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.
Written by Claude (Anthropic AI) at the request of and under the supervision of @JasonGross.
QuickChick renamed its
Derivevernacular toQCDeriveto disambiguate it from theDerivecommands of other plugins (QuickChick/QuickChick@24284a9, "Add QCDerive to disambiguate from Derive from other plugins"), and the oldDerive/Derive Instancespellings have since been removed (QuickChick/QuickChick@5a6c291). As a result theqcvolume no longer compiles against QuickChick master:This PR renames the ten command occurrences (
QC.v,TImp.v,QuickChickTool.v) toQCDerive. Verified thatmake -C qc-currentthen succeeds with QuickChick master (on Rocq dev).⚠ Not backwards compatible:
QCDerivedoes not exist in any released QuickChick (≤ current releases), so with this change the volume requires a QuickChick containing the rename (currently only QuickChick master, presumably the next release). Merge whenever the QuickChick side is where you want the volume to sit; there is no single spelling that works on both sides of the rename.Note: the surrounding prose (e.g. the discussion in
QC.vand the interface listing inQuickChickInterface.v) still refers to the command asDerive; this PR only touches the actual commands so that the volume compiles, leaving the accompanying text to the authors' preferred wording.🤖 Generated with Claude Code
https://claude.ai/code/session_019ttctspSoVoquHLQtbPVZw