@@ -31,28 +31,25 @@ distribution rather than missing editor breadth.
3131## Current priorities
3232
33331 . Obtain native standalone Windows qualification (` SYS-W11-06 ` ). The
34- release-readiness changes are published on ` develop ` ; await the first
35- remote ` windows-2022 ` CTest/artifact evidence — see "Session log" below,
36- its first real run already landed and found real issues.
37- 2 . Autonomous continuation in progress on the freshly-added ` [PROPOSED] `
38- backlog (` SYS-W9-06/07 ` , ` SYS-W1-08 ` , ` SYS-W2-06 ` , ` SYS-W11-08/09/10 ` ,
39- ` SYS-W13-03 ` , ` SYS-W3-05 ` ). ** 8 of 9 DONE as of this update** :
40- ` SYS-W9-06 ` , ` SYS-W2-06 ` , ` SYS-W1-08 ` , ` SYS-W9-07 ` , ` SYS-W13-03 ` ,
41- ` SYS-W11-08 ` , ` SYS-W11-09 ` all landed, each its own commit, build-verified
42- and tested before committing.
43- ** ` SYS-W11-09 ` found a real heap-use-after-free bug** in
34+ release-readiness changes are published on ` develop ` ; await the next
35+ remote ` windows-2022 ` CTest/artifact evidence run — the first real run
36+ found 6 concrete regressions (see "Session log" below), all 6 now fixed
37+ and pushed, but none re-verified on an actual Windows runner yet (no
38+ Wine in this sandbox).
39+ 2 . The freshly-added ` [PROPOSED] ` backlog (` SYS-W9-06/07 ` , ` SYS-W1-08 ` ,
40+ ` SYS-W2-06 ` , ` SYS-W11-08/09/10 ` , ` SYS-W13-03 ` , ` SYS-W3-05 ` ) is
41+ ** all 9 DONE** . ` SYS-W11-09 ` found a real heap-use-after-free bug in
4442 ` EventPreviewRunner::execute() ` 's RunScript step (` ff62004 ` ) — a stale
4543 ` working.scripts ` iterator read again after ` LuaScriptRunner::run() `
46- already replaced ` working ` via move-assignment. Fixed. Also fixed 4
47- instances of a known-shape LeakSanitizer finding (deliberately cyclic
48- ` shared_ptr ` test fixtures) and guarded ` package_consumer_smoke ` out
49- under ` MESHCRAFT_SANITIZE=ON ` (structurally incompatible with that test's
50- own purpose, not a bug). ` build-asan/ ` is ~ 5.7 GB on disk, kept for
51- incremental reuse rather than deleted.
52- Remaining: ` SYS-W11-10 ` (RC process/versioning), ` SYS-W3-05 `
53- (decompose ` EditorAlgorithms.hpp ` , doing this one last per the original
54- review's own recommended ordering: architecture after correctness). See
55- ` plan.md ` for full evidence on everything done so far.
44+ already replaced ` working ` via move-assignment. Fixed. See ` plan.md ` for
45+ full evidence on everything done.
46+ 3 . All 6 of the deferred CI-red regressions from that first Windows run are
47+ now fixed and pushed (see "Session log" below for each one's root cause
48+ and evidence) — still awaiting real Windows re-verification for the 3
49+ Windows-specific fixes (` mc3_roundtrip ` , ` mcb_load_policy ` , ` mc3togltf `
50+ DLL staging).
51+ 4 . ` SYS-W11-11 ` (the first-release version-number decision) is deliberately
52+ left ` [BLOCKED] ` per the user's explicit choice not to decide yet.
5653
5754` SYS-W14-40 ` is complete: the explicit bounded Event Preview/Play mode is
5855covered by ` event_preview_runner ` . See ` plan.md ` for the remaining Windows
0 commit comments