Guard restore-parameter negative staging
This commit is contained in:
66
text7.txt
66
text7.txt
@@ -955,3 +955,69 @@ filesystem staging guard,不改变 parameter runtime semantics。
|
||||
```bash
|
||||
git status --short && git log -5 --oneline && tail -n 120 text7.txt && awk '/^[一二三四五六七八九十百]+、/ {print}' text7.txt | sort | uniq -d
|
||||
```
|
||||
|
||||
十八、2026-06-13 继续执行记录:restore-parameter negative staging guard
|
||||
|
||||
1. 本批目标。
|
||||
|
||||
继续 staged path guard inventory 第十三轮,处理 Node/browser 成对覆盖的
|
||||
restore-parameter negative fixture paths:
|
||||
|
||||
```text
|
||||
missing.var
|
||||
out-of-order.var
|
||||
missing-required.var
|
||||
```
|
||||
|
||||
2. 已完成改动。
|
||||
|
||||
- Node 侧新增 `generatedParameterPath(...)`;
|
||||
- Node 侧新增 `writeGeneratedParameterFixture(...)`;
|
||||
- browser 侧新增 `generatedParameterPath(...)`;
|
||||
- browser 侧新增 `writeGeneratedParameterFixture(...)`;
|
||||
- missing-file、out-of-order、missing-required 三类 restore-parameter path 均增加
|
||||
explicit path parity guard;
|
||||
- 未修改 generated parameter fixture 内容、expected output 或 parameter runtime
|
||||
semantics。
|
||||
|
||||
涉及文件:
|
||||
|
||||
```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 restore-parameter negative staging
|
||||
```
|
||||
|
||||
5. 下一步工作建议。
|
||||
|
||||
继续 staged path guard inventory 第十四轮,优先扫描剩余 direct generated staging
|
||||
点;可选择普通 restore-parameter direct fixture 或 tool-table direct fixture,但仍需
|
||||
只加 filesystem path guard,不改变 parameter/tool table runtime semantics。
|
||||
|
||||
下一轮第一条命令仍保持:
|
||||
|
||||
```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