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
DerivetoQCDerive(QuickChick/QuickChick@24284a9), then removedDerive/Derive Instance(QuickChick/QuickChick@5a6c291). Theqcvolume no longer compiles against QuickChick master:This renames the ten occurrences in
QC.v,TImp.v, andQuickChickTool.vtoQCDerive.make -C qc-currentsucceeds with QuickChick master on Rocq dev.Not backwards compatible:
QCDerivedoes not exist in any released QuickChick (≤ current releases), so this currently requires QuickChick master. No spelling works on both sides of the rename.Prose and the interface listing in
QuickChickInterface.vstill useDerive; only commands change.🤖 Generated with Claude Code
Wordsmithed by Codex.