emrg: bump v0.2.16 — Windows cmd-window storm hotfix (rant 2026-08-09T13:16:36) - #596
Merged
Conversation
…T13:16:36) Carries the emergency Windows v0.2.15 regression hotfix (host observed cmd-window storm + daemon startup failure, had to reboot): - #592: CREATE_NO_WINDOW across all 34 subprocess sites (emrg/_win.py win32_no_window_kwargs) + GUI spawn throttle + scheduler connect backoff - #593: daemon port-file self-heal (_port_keepalive_loop) + G43 PID guard (never delete a live daemon's port file) - #594: TUI spawn throttle (_MAX_SPAWN_ATTEMPTS=3 + reset on connect) - #595: evolution_prompt quick-ref entries Per host authorization (rant #16/#18: release without waiting for real-machine verification), this bump goes straight to Build Release on merge.
Contributor
|
Verified the v0.2.16 bump on this Windows host: |
argszero
commented
Aug 9, 2026
argszero
left a comment
Owner
Author
There was a problem hiding this comment.
✅ LGTM — cycle 2026-08-09T17:42 (Round 195)
Standard v0.2.16 release bump for the Windows cmd-storm hotfix chain (#592/#593/#594):
emrg/__init__.py0.2.15 → 0.2.16; GUI package.json/package-lock.json synced; build-runtime.sh fallback bumped.- Test on branch green (31306470337 SUCCESS); pm25coder verified the bump on Windows host.
- Version-bump PR per established pattern (#591/#579) — no quick-ref entry needed.
Merging to ship the storm hotfix.
argszero
commented
Aug 9, 2026
argszero
left a comment
Owner
Author
There was a problem hiding this comment.
✅ LGTM — cycle 2026-08-09T17:42 (Round 194)
Reviewed the v0.2.16 hotfix release bump:
- Exact 7-file/8-line version bump (0.2.15 → 0.2.16): emrg/init.py, pyproject.toml, uv.lock, gui package.json + package-lock.json (both version fields), packaging/build-runtime.sh + make-installer.sh fallback versions — identical pattern to the v0.2.15 bump (#591).
- Verified on the PR branch: uv run pytest tests/ → 652 passed; version == 0.2.16; GUI package.json == 0.2.16.
- Carries the merged storm-fix chain (#592/#593/#594/#595) per host-authorized immediate hotfix release (rant 2026-08-09T13:16:36 + rants #16/#18).
Merge-ready — on merge the release flow proceeds (tag v0.2.16 → Build Release → GitHub Release).
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
v0.2.16 hotfix release — carries the emergency Windows v0.2.15 regression fix (rant 2026-08-09T13:16:36: host observed continuous cmd-window popups that forced an OS restart, plus daemon startup failure leaving GUI/scheduler unable to connect).
Per host authorization (rants #16/#18: release without waiting for real-machine verification), this bump proceeds to Build Release on merge.
Version bump (7 files, 8 lines — same pattern as v0.2.15 #591)
emrg/__init__.py,pyproject.toml,uv.lock: 0.2.15 → 0.2.16emrg/gui/package.json,emrg/gui/package-lock.json: 0.2.15 → 0.2.16packaging/build-runtime.sh,packaging/make-installer.sh: fallback version → 0.2.16What's in this release (already merged to master)
emrg/_win.pywin32_no_window_kwargs()(CREATE_NO_WINDOW) splatted into all 34 subprocess call sites; GUI spawn throttle (3/lifecycle) + reconnect backoff (1s→…→60s); scheduler connect-failure exponential backoff; real emrgd.log tail in spawn errors._port_keepalive_loop(re-asserts emrgd.port every 60s) + GUI_daemonProcessAlive()G43 PID guard (never delete a live daemon's port file)._MAX_SPAWN_ATTEMPTS=3+ reset on successful connect) + one-time throttle hint in_reconnect.Verification
uv run pytest tests/: 652 passed