Complete M16 action select column parity
Some checks failed
M6 deployable RC / quick (push) Has been cancelled
M6 deployable RC / chromium (push) Has been cancelled
M6 deployable RC / release (push) Has been cancelled

This commit is contained in:
mes123456
2026-08-20 23:02:40 -04:00
parent 6a0b980d75
commit 7440b51394
16 changed files with 572 additions and 14 deletions

View File

@@ -0,0 +1,37 @@
# M16-GAP-00137: operator:action.select_column LOCAL_EXACT slice
- task: M16-GAP-00137
- parent: M16-GAP-00136
- status: in_progress
- gap: operator:action.select_column
- ownerFamily: OPERATOR
- targetImplementationClass: LOCAL_EXACT
## 目标
Make the same minimal fixture produce observable operator:action.select_column data in Blender desktop and WASM/Main, with save/reopen stability. Change only this gap; do not expand to other data-blocks, editors, or browsers.
## 输入与范围
- Fixture: `tests/files/web/generated/M16-GAP-00137-operator-action.select_column.blend`
- Generator: `tools/web/generated/M16-GAP-00137.py`
- Production: `blender-5.2.0/source/blender/web_engine/web_engine_blend_reader.cpp`
- Checker: `tools/web/check-generated-gap.mjs`
- Do: field read, desktop/WASM comparison, save/reopen, structured report.
- Do not: other gaps, Firefox/WebKit, or full editor behavior.
## 验收
build_blender_5.2.0/bin/blender -b --factory-startup --python tools/web/generated/M16-GAP-00137.py -- tests/files/web/generated/M16-GAP-00137-operator-action.select_column.blend
npm --prefix web run test:generated-gap -- --task M16-GAP-00137
node tools/web/check-generated-gap.mjs --task M16-GAP-00137
Malformed/unsupported, cancellation, duplicate, over-budget, or hash-drift cases must keep in_progress; they must not change Main revision or advance nextTask.
## 交付与回滚
- Reports: `tests/golden/M16-GAP-00137/`
- Status: `docs/status/M16-GAP-00137.md`
- Manifest: `tests/golden/M16-GAP-00137/manifest.json`
- Handoff: `node tools/web/check-task-context.mjs --task M16-GAP-00137 --write`
- Rollback: remove this task production entry, fixture, tests, reports, manifest, status, and context; restore the parent as queue tail without rewriting parent evidence.

View File

@@ -0,0 +1,37 @@
# M16-GAP-00138: operator:action.select_lasso LOCAL_EXACT slice
- task: M16-GAP-00138
- parent: M16-GAP-00137
- status: in_progress
- gap: operator:action.select_lasso
- ownerFamily: OPERATOR
- targetImplementationClass: LOCAL_EXACT
## 目标
Make the same minimal fixture produce observable operator:action.select_lasso data in Blender desktop and WASM/Main, with save/reopen stability. Change only this gap; do not expand to other data-blocks, editors, or browsers.
## 输入与范围
- Fixture: `tests/files/web/generated/M16-GAP-00138-operator-action.select_lasso.blend`
- Generator: `tools/web/generated/M16-GAP-00138.py`
- Production: `blender-5.2.0/source/blender/web_engine/web_engine_blend_reader.cpp`
- Checker: `tools/web/check-generated-gap.mjs`
- Do: field read, desktop/WASM comparison, save/reopen, structured report.
- Do not: other gaps, Firefox/WebKit, or full editor behavior.
## 验收
build_blender_5.2.0/bin/blender -b --factory-startup --python tools/web/generated/M16-GAP-00138.py -- tests/files/web/generated/M16-GAP-00138-operator-action.select_lasso.blend
npm --prefix web run test:generated-gap -- --task M16-GAP-00138
node tools/web/check-generated-gap.mjs --task M16-GAP-00138
Malformed/unsupported, cancellation, duplicate, over-budget, or hash-drift cases must keep in_progress; they must not change Main revision or advance nextTask.
## 交付与回滚
- Reports: `tests/golden/M16-GAP-00138/`
- Status: `docs/status/M16-GAP-00138.md`
- Manifest: `tests/golden/M16-GAP-00138/manifest.json`
- Handoff: `node tools/web/check-task-context.mjs --task M16-GAP-00138 --write`
- Rollback: remove this task production entry, fixture, tests, reports, manifest, status, and context; restore the parent as queue tail without rewriting parent evidence.