chore(quantecon): track id 7 (cli-show-qe-version, #42)#43
Merged
Conversation
Records PR #42 (`myst --version` now prints `v1.9.1 (qe-v6)`) as id 7 with squash SHA 95494e4 and `tag: null`. Fork-only tooling — no UPSTREAM-PRS.yml entry, no upstream story (the qe-version field has no meaning on a non-fork build). Holding `qe_version: qe-v6` for now; will cut qe-v7 standalone or batched with the next feature. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
There was a problem hiding this comment.
Pull request overview
Updates the QuantEcon fork’s quantecon/VERSION.yml feature ledger to record the squash-merged inclusion of local PR #42 (cli-show-qe-version) as merged feature id 7, with tag assignment deferred (left as null) until the next checkpoint tag is cut.
Changes:
- Append
merged_featuresentry for id 7 (cli-show-qe-version) with local PR number and merge SHA. - Keep
qe_versionunchanged (qe-v6) and leavetag: nullto reflect a deferred checkpoint tag.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
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.
Summary
Appends id 7 (
cli-show-qe-version, local PR #42, merge_sha95494e41,tag: null) toquantecon/VERSION.yml > merged_features. Noqe_versionbump, noUPSTREAM-PRS.ymlchange.Why no upstream entry
PR #42 adds fork-only build tooling (the
myst --versionoutput gain(qe-vN)only makes sense in the QuantEcon fork — upstream has noqe_versionconcept and noquantecon/VERSION.yml). Same shape as earlier fork-tooling commits (#14, #23, #24) which never appeared in any upstream candidate.Why no
qe_versionbumpqe_versionrecords the most recent checkpoint tag, not the most recent commit. PR #42 lands but the next checkpoint is deferred — qe-v7 will be cut later, either dedicated to #42 or batched with the next feature PR. The header docs inVERSION.ymlexplicitly support both cadences. Thetag: nullplaceholder on id 7 gets filled in when that tag is cut.Test plan
95494e41)tag: null(deferred)qe_versionchangeUPSTREAM-PRS.ymlchange🤖 Generated with Claude Code