Guard G92 persistence staging
This commit is contained in:
67
text7.txt
67
text7.txt
@@ -824,3 +824,70 @@ table runtime state tests 和 blocked runtime promotion。
|
||||
```bash
|
||||
git status --short && git log -5 --oneline && tail -n 120 text7.txt && awk '/^[一二三四五六七八九十百]+、/ {print}' text7.txt | sort | uniq -d
|
||||
```
|
||||
|
||||
十六、2026-06-13 继续执行记录:G92 persistence staging manifest guard
|
||||
|
||||
1. 本批目标。
|
||||
|
||||
继续 staged path guard inventory 第十一轮,处理 Node/browser 成对覆盖的
|
||||
`g52/g92-persistence` 固定 staging directory:
|
||||
|
||||
```text
|
||||
test.ngc
|
||||
startup.var
|
||||
persist.ini
|
||||
disabled.ini
|
||||
```
|
||||
|
||||
2. 已完成改动。
|
||||
|
||||
- Node 侧新增 `writeG92PersistenceStaging(...)`;
|
||||
- browser 侧新增 `writeG92PersistenceStaging(...)`;
|
||||
- 四个 generated fixture 文件增加 fixed manifest、duplicate-free 和 root/path
|
||||
parity guard;
|
||||
- enabled/disabled 两个 G92 persistence 验证均改为使用 helper 返回的 guarded path;
|
||||
- browser 侧仍不枚举目录;
|
||||
- 未修改 generated fixture 内容、expected output、parameter semantics 或 interpreter
|
||||
语义。
|
||||
|
||||
涉及文件:
|
||||
|
||||
```text
|
||||
wasm-port/tests/wasm/node/verify_interp_wasm.mjs
|
||||
wasm-port/tests/browser/interp_smoke.html
|
||||
```
|
||||
|
||||
3. 已完成的目标验证。
|
||||
|
||||
```bash
|
||||
git diff --check
|
||||
SKIP_INTERP_BUILD=1 wasm-port/tests/wasm/node/verify_interp_wasm.sh
|
||||
SKIP_INI_BUILD=1 SKIP_INTERP_BUILD=1 wasm-port/tests/browser/verify_interp_browser.sh
|
||||
```
|
||||
|
||||
4. 本批剩余建议验证。
|
||||
|
||||
```bash
|
||||
wasm-port/tools/verify_vendor_sync.sh
|
||||
wasm-port/tools/verify_no_standalone_cnc_semantics.sh
|
||||
SKIP_INTERP_BUILD=1 wasm-port/tests/wasm/node/verify_sim_configs_inventory_wasm.sh
|
||||
wasm-port/tests/host/verify_host_smokes.sh
|
||||
```
|
||||
|
||||
如果通过,提交建议:
|
||||
|
||||
```text
|
||||
Guard G92 persistence staging
|
||||
```
|
||||
|
||||
5. 下一步工作建议。
|
||||
|
||||
继续 staged path guard inventory 第十二轮,优先扫描剩余 generated/direct staging
|
||||
点;可选候选包括 user-M helper staging 或 restore-parameter negative fixtures,但继续
|
||||
避开 parameter/tool table runtime state semantics 和 blocked runtime promotion。
|
||||
|
||||
下一轮第一条命令仍保持:
|
||||
|
||||
```bash
|
||||
git status --short && git log -5 --oneline && tail -n 120 text7.txt && awk '/^[一二三四五六七八九十百]+、/ {print}' text7.txt | sort | uniq -d
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user