Guard oword/namedparam staging paths
This commit is contained in:
40
text6.txt
40
text6.txt
@@ -246,3 +246,43 @@ awk '/^[一二三四五六七八九十百]+、/ {print}' text6.txt | sort | uniq
|
||||
```
|
||||
|
||||
如果输出显示工作区 clean 且 `text6.txt` 无重复标题,再执行第五部分第一候选批次。
|
||||
|
||||
七、2026-06-13 继续执行记录:oword/namedparam staging path guard
|
||||
|
||||
本批按第五部分第一候选批次完成 3 个 early direct-file fixture 的 staged path guard:
|
||||
|
||||
- `oword-bug315/test.ngc`
|
||||
- `oword-bug315-p2/test.ngc`
|
||||
- `namedparam-bug424/test.ngc`
|
||||
|
||||
完成内容:
|
||||
|
||||
- Node 侧为上述 3 个 fixture 增加 fixed `.ngc` manifest;
|
||||
- Node 侧用 `interpRegressionNgcFilesRecursive(...)` 与 upstream vendored fixture
|
||||
精确对账;
|
||||
- Node 侧检查 staged path 与 fixed manifest 一致;
|
||||
- browser 侧增加 fixed-count 与 duplicate-free guard;
|
||||
- browser 侧检查 staged path 去掉 `/work/browser-interp/.../` 前缀后与 fixed
|
||||
manifest 一致;
|
||||
- browser 仍不依赖目录枚举。
|
||||
|
||||
已运行验证:
|
||||
|
||||
```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
|
||||
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
|
||||
```
|
||||
|
||||
结果:全部通过。
|
||||
|
||||
下一步建议:
|
||||
|
||||
继续按“小批量 direct-file/staging helper guard”原则推进。优先从已有 Node/browser
|
||||
coverage、且不依赖 HAL/task/tool DB/Python remap/user-M process 的 interp fixture 中,
|
||||
再选择 2 到 3 个只需要 host/filesystem staging 对账的 case。不要推进 blocked runtime
|
||||
promotion,也不要扩展 browser full 159 sim-config inventory。
|
||||
|
||||
Reference in New Issue
Block a user