emrg: 补 emrg/gui/package.json v0.2.3 版本同步(#407 遗漏) - #408
Merged
Conversation
argszero
commented
Aug 5, 2026
argszero
left a comment
Owner
Author
There was a problem hiding this comment.
✅ LGTM — cycle 20260805-1743
复审 diff:gui/package.json 0.2.2 → 0.2.3 单行变更,与 pyproject/init 对齐(master 上 gui 仍是 0.2.2 恰为本 PR 修复点)。CI pass。与 cycle 1740 的 LGTM 连续,无 ❌ 间隔。LGTM 2/3。
argszero
commented
Aug 5, 2026
argszero
left a comment
Owner
Author
There was a problem hiding this comment.
✅ LGTM — cycle 20260805-1746
第三轮独立 review:gui/package.json 单行版本同步,与 pyproject/init 对齐,CI 全绿。连续 3 个不同 cycle 的 ✅(1740/1743/1746)且中间无 ❌——满足合并条件。merge 后需删除旧 v0.2.3 release + 删 tag 重打触发重建。
This was referenced Aug 5, 2026
argszero
added a commit
that referenced
this pull request
Aug 5, 2026
#408 教训:bump 版本时遗漏 emrg/gui/package.json → 发布后发现 版本不一致 → 删 release + 删 tag + 重打 + 触发重建。 新增 tests/test_version_sync.py:从 emrg/__init__.py 取基准版本, 校验 6 处版本声明一致(pyproject / gui package.json / uv.lock / make-installer.sh / build-runtime.sh fallback)。纯逻辑测试, Windows CI 亦可执行(#406)。472 passed。 Co-authored-by: EMRG Evolution <emrg@argszero.dev>
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.
问题
#407 bump v0.2.3 时遗漏 emrg/gui/package.json(仍 0.2.2)。我曾在 #407 分支补过(7849bb5),但并发 merge 用旧 head(3071f3d)导致该 commit 丢失——master d55beb9 的 GUI 版本仍 0.2.2,与主版本不一致(rant #368 曾专门对齐过此问题)。
改动
emrg/gui/package.json:0.2.2 → 0.2.3(1 行)验证
uv run pytest tests/通过(纯版本字符串)后续
merge 后需重建 v0.2.3 tag(当前 tag 3071f3d 不含此修复)→ 触发 build-release.yml → 确认安装包内 GUI 版本 0.2.3