chore(quantecon): cut qe-v7 (cli-show-qe-version, #42)#44
Merged
Conversation
Bumps `qe_version: qe-v6` → `qe-v7` and sets `tag: qe-v7` on the previously-untagged id 7 entry. Also regenerates the committed `packages/mystmd/src/qe-version.ts` so anyone who `cat`s either file at the qe-v7 tag sees self-consistent state (qe_version matches the tag and the CLI prints `v1.9.1 (qe-v7)` without rebuilding). qe-v7 is a one-feature checkpoint — covers just PR #42 (fork-only build tooling). Per VERSION.yml's preamble, the tag will be cut on the squash-merged commit of this PR after it lands. 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 checkpoint metadata to qe-v7 and regenerates the baked-in CLI identifier so myst --version reports the new fork build tag.
Changes:
- Bump
qe_versionfromqe-v6toqe-v7inquantecon/VERSION.yml. - Set merged feature id 7’s
tagtoqe-v7inquantecon/VERSION.yml. - Regenerate
packages/mystmd/src/qe-version.tsto exportqe-v7.
Reviewed changes
Copilot reviewed 2 out of 2 changed files in this pull request and generated no comments.
| File | Description |
|---|---|
| quantecon/VERSION.yml | Advances the fork checkpoint/version metadata to qe-v7 and records the qe-v7 tag for feature id 7. |
| packages/mystmd/src/qe-version.ts | Updates the generated baked-in qeVersion constant to qe-v7 for CLI version labeling. |
💡 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
Cuts the qe-v7 checkpoint covering PR #42 (
cli-show-qe-version, fork-only build tooling).Changes:
quantecon/VERSION.yml:qe_version: qe-v6→qe-v7, andtag: null→tag: qe-v7on id 7.packages/mystmd/src/qe-version.ts: regenerated from the bumped VERSION.yml. Verified locally —myst --versionnow printsv1.9.1 (qe-v7).After merge
Per the workflow documented in
VERSION.yml's preamble, cut the tag on the resultingmaincommit:Doing the doc bump first means anyone who
catsVERSION.ymlat theqe-v7tag sees a self-consistent file (qe_version: qe-v7matches the tag).Test plan
qe_versionbumped toqe-v7tag: null→tag: qe-v7qe-version.tsmatches (bake-in verified: built CLI printsv1.9.1 (qe-v7))UPSTREAM-PRS.ymlchange (fork-only checkpoint, no upstream story)🤖 Generated with Claude Code