refactor(app): extract focused window lifetime
Move the exact retryable shutdown manifest, typed root snapshot, terminal reporting, and native-window-last release out of GameWindow. Keep session and GPU convergence as hard barriers while reporting persistent physical callback cleanup without stranding dependent owners. Co-authored-by: Codex <codex@openai.com>
This commit is contained in:
parent
5a55d08106
commit
31e6e192b3
21 changed files with 1297 additions and 572 deletions
|
|
@ -64,12 +64,14 @@ and attaches command/input owners before frame publication. I.8b composes and
|
|||
atomically publishes the complete frame pair and extracts lifecycle resource
|
||||
sampling. I.8c makes session start the terminal `OnLoad` operation.
|
||||
`GameWindow` is 1,945 raw lines after I.9 routes production through the exact
|
||||
tested pipeline with explicit prior-result dependencies. Checkpoint I is
|
||||
complete and checkpoints J–L remain active. Issue #232 tracks
|
||||
process-residency variance in the soak without loosening its leak threshold.
|
||||
The App gate passes 3,431 tests / 3 skips, the complete Release suite passes
|
||||
7,803 tests / 5 skips, and the complete Checkpoint-I corrected-diff review is
|
||||
clean.
|
||||
tested pipeline with explicit prior-result dependencies. Checkpoint J adds the
|
||||
focused `GameWindowLifetime`, immutable typed shutdown roots, hard dependency
|
||||
barriers, structured report-and-continue physical cleanup, retry/no-replay
|
||||
state, and native-window-last terminal reporting. The host is now 1,625 raw
|
||||
lines. Checkpoints K–L remain active; Issue #232 tracks process-residency
|
||||
variance in the soak without loosening its leak threshold. The App gate passes
|
||||
3,441 tests / 3 skips, the complete Release suite passes 7,813 tests / 5 skips,
|
||||
and the complete Checkpoint-J corrected-diff review is clean.
|
||||
|
||||
Carried:
|
||||
#153 far-teleport residual, #116 slide-response, the remaining R6 ownership cleanup plus
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue