Files
workinf_Blender_Wasm/docs/status/M16-GAP-00024.md
mes123456 10640aeb3c
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
Govern task context and advance execution pointer
2026-08-20 06:02:43 -04:00

27 lines
1.9 KiB
Markdown

# M16-GAP-00024 Status
status: done
task: Text data-block LOCAL_EXACT slice
updated: 2026-08-20 America/New_York
scope: Blender 5.2 `Text` identity and bounded internal text resource fields through the same generated fixture in desktop and WASM/Main: source content, SHA-256, UTF-8 byte length, line count, path, internal state, dirty state and module flag.
evidence:
- `tools/web/generated/M16-GAP-00024.py` deterministically creates `text:WebGapText` with two text lines and project-relative filepath.
- Desktop reopen report matches exactly: source hash `668dbf...15f82`, 39 UTF-8 bytes, three stored lines, `//WebGapText.txt`, and stable flags.
- The reader exports the bounded Text resource while preserving the existing blocked script-source inventory; protocol validation enforces source/hash/size/line budgets.
- WASM/Main opened the same fixture, matched every desktop Text field, saved and reopened with an identical snapshot, and rejected a truncated Blend without mutating the loaded Main.
- `build_blender_5.2.0/bin/blender -b --factory-startup --python tools/web/generated/M16-GAP-00024.py -- tests/files/web/generated/M16-GAP-00024-datablock-Text.blend` exited 0.
- `npm --prefix web run test:generated-gap -- --task M16-GAP-00024` exited 0.
- `node tools/web/check-generated-gap.mjs --task M16-GAP-00024` exited 0.
- `npm --prefix web run typecheck` exited 0.
artifacts: `tests/golden/M16-GAP-00024/manifest.json` contains SHA-256 for the parent manifest, fixture, generator, desktop/Web checkers, reader/protocol/runtime and both reports.
knownRisk: This closes only the `datablock:Text` resource-observability slice. Text editing UI, script execution and other data-blocks remain separate tasks.
rollback: remove this task's fixture, generator, desktop checker, checker branch, reader/protocol/runtime changes, reports, manifest, status and context; restore `M16-GAP-00023` as the queue tail without editing its successful evidence.
nextTask: `M16-GAP-00025`