cnc
|
0d4e248811
|
参考所有分组,完成尽量多的内容。禁止顺手扩功能 smoke
结论:按 align-linuxcnc 约束收窄 OPFS removeFile 和 LinuxCNC 参数 .new/.bak 清理为文件专用语义,避免把同名目录递归删除。依据 ../linuxcnc/src/emc/rs274ngc/rs274ngc_pre.cc save_parameters() 的 fopen(filename.new)、unlink(filename.bak)、link、rename 行为。
验证:./test-native.sh 通过;./test-linuxcnc-source-link.sh 通过。
|
2026-06-03 13:28:15 +08:00 |
|
cnc
|
5481ab3bff
|
参考所有分组:锁定kinematics源约束守护
结论:按 align-linuxcnc 约束把 generated component manpage metadata 和已知不可解析 TOOL_TABLE 基线纳入 native/all-native guardrail,防止 kinematics manifest/source 校验被削弱。
验证:check-linuxcnc-inputs --require-kinematics-complete、check-linuxcnc-switchkins-remap-table、CNC_SIM_ALL_NATIVE_GUARDRAILS_ONLY=1 test-all-native、test-native、test-linuxcnc-source-link 均通过。
|
2026-06-03 11:36:09 +08:00 |
|
cnc
|
8ff22065dd
|
参考所有分组:补生成组件manpage源约束
结论:按 align-linuxcnc 约束补齐 kinematics manifest 的 halcompile generated manpage metadata,并让 M428/M429/M430 INI TOOL_TABLE 的不可解析 LinuxCNC 源现状成为显式基线。
验证:check-linuxcnc-inputs --require-kinematics-complete、check-linuxcnc-switchkins-remap-table、test-native、test-linuxcnc-source-link 均通过。
|
2026-06-03 11:29:47 +08:00 |
|
cnc
|
5c2d5cfa05
|
参考所有分组:保持OPFS备份失败非致命
结论:按 LinuxCNC rs274ngc_pre.cc save_parameters() 中 unlink/link 失败不阻止 rename 主参数文件的语义,OPFS 参数 .bak 写入失败时不让解析保存失败,并避免把目录当作可 unlink 的备份文件删除;未扩展 smoke 解析行为。
验证:./test-native.sh;./test-linuxcnc-source-link.sh;./test-web-wasm-browser-smoke.sh。
|
2026-06-03 11:22:08 +08:00 |
|
cnc
|
f98a715ed7
|
参考所有分组:替换陈旧OPFS参数备份
结论:按 LinuxCNC rs274ngc_pre.cc save_parameters() 先 unlink 旧 .bak 再 link 当前参数文件的语义,浏览器 OPFS 成功保存时总是用解析前主参数文件刷新 .bak;未扩展 smoke 解析行为。
验证:./test-native.sh;./test-linuxcnc-source-link.sh;./test-web-wasm-browser-smoke.sh。
|
2026-06-03 11:11:40 +08:00 |
|
cnc
|
1928ff3b6a
|
参考所有分组:补充OPFS失败解析备份断言
结论:按 LinuxCNC rs274ngc_pre.cc 仅成功解释后执行 save_parameters() 的语义,验证浏览器 OPFS 参数 .bak 不会在失败解析后被替换;未扩展 smoke 解析行为。
验证:./test-native.sh;./test-linuxcnc-source-link.sh;./test-web-wasm-browser-smoke.sh。
|
2026-06-03 11:04:35 +08:00 |
|
cnc
|
6cf7c73392
|
参考所有分组:完善OPFS参数备份桥接
结论:按 LinuxCNC rs274ngc_pre.cc save_parameters()/restore_parameters() 语义,补齐浏览器 OPFS 参数文件 .bak 持久化;未扩展 smoke 解析行为。
验证:./test-native.sh;./test-linuxcnc-source-link.sh;./test-web-wasm-node-smoke.sh;./test-web-wasm-browser-smoke.sh。
|
2026-06-03 10:58:05 +08:00 |
|
cnc
|
028825cd9c
|
参考所有分组:补 source 覆盖文档登记,测试通过
|
2026-06-03 10:21:39 +08:00 |
|
cnc
|
e778a37fdb
|
参考所有分组:补 native numeric O-word source 覆盖,测试通过
|
2026-06-03 10:17:10 +08:00 |
|
cnc
|
6cc07c2950
|
参考所有分组:补 native read path source 覆盖,测试通过
|
2026-06-03 10:10:45 +08:00 |
|
cnc
|
c5a1d655b0
|
参考所有分组:补 program end source 覆盖,测试通过
|
2026-06-03 10:04:46 +08:00 |
|
cnc
|
0895c04ab1
|
参考所有分组:补 G4 dwell source 边界覆盖,测试通过
|
2026-06-03 09:58:44 +08:00 |
|
cnc
|
c932e10801
|
参考所有分组:补 modal group source 覆盖,测试通过
|
2026-06-03 09:41:26 +08:00 |
|
cnc
|
d1e0152eb8
|
参考所有分组:补 G10 tool source 覆盖,测试通过
|
2026-06-03 09:36:47 +08:00 |
|
cnc
|
a134dcef7d
|
参考所有分组:补 G10 source 覆盖,测试通过
|
2026-06-03 09:32:16 +08:00 |
|
cnc
|
bbd5739e7a
|
参考所有分组:补 polar 和 NURBS source 覆盖,测试通过
|
2026-06-03 09:27:04 +08:00 |
|
cnc
|
611e6417b4
|
参考所有分组:补 NURBS source 覆盖,测试通过
|
2026-06-03 09:22:26 +08:00 |
|
cnc
|
fa4296d730
|
参考所有分组:补 percent 错误 source 覆盖,测试通过
|
2026-06-03 09:12:17 +08:00 |
|
cnc
|
2dd9847a7b
|
参考所有分组:补 comment 错误 source 覆盖,测试通过
|
2026-06-03 09:04:26 +08:00 |
|
cnc
|
9bf9206869
|
参考所有分组:补 percent 文件 source 覆盖,测试通过
|
2026-06-03 08:56:30 +08:00 |
|
cnc
|
090a5fb89c
|
参考所有分组:补 close_and_downcase word source 覆盖,测试通过
|
2026-06-03 08:49:10 +08:00 |
|
cnc
|
2f7a46758b
|
参考所有分组:补 extended N 行号 source 覆盖,测试通过
|
2026-06-03 08:41:44 +08:00 |
|
cnc
|
1b16d3e0b5
|
参考所有分组:补 fractional N 行号 source 覆盖,测试通过
|
2026-06-03 08:33:33 +08:00 |
|
cnc
|
d0a7a9fcec
|
参考所有分组:补 G73 G85 G86 G89 source 覆盖,测试通过
|
2026-06-03 06:30:24 +08:00 |
|
cnc
|
dbf27a4e6b
|
参考所有分组:补 native 参数持久化和 threading 覆盖,测试通过
|
2026-06-03 06:21:35 +08:00 |
|
cnc
|
e71b9146e1
|
参考所有分组:补 G76 和 NURBS native 覆盖,测试通过
|
2026-06-03 06:09:20 +08:00 |
|
cnc
|
59287b9920
|
参考所有分组:补只读命名参数 native 覆盖,测试通过
|
2026-06-03 06:00:29 +08:00 |
|
cnc
|
33e1ee5a06
|
参考所有分组:补执行错误 native 覆盖,测试通过
|
2026-06-03 00:55:59 +08:00 |
|
cnc
|
b26620dc32
|
参考所有分组:补 read_text native 覆盖,测试通过
|
2026-06-03 00:48:18 +08:00 |
|
cnc
|
74cb5f826c
|
参考所有分组:补读取和圆弧 native 覆盖,测试通过
|
2026-06-03 00:35:07 +08:00 |
|
cnc
|
2ba8cd7fb8
|
参考所有分组:补编号参数 native 覆盖,测试通过
|
2026-06-03 00:26:07 +08:00 |
|
cnc
|
e3d47e8267
|
参考所有分组:补 O-word 状态参数 native 覆盖,测试通过
|
2026-06-03 00:19:16 +08:00 |
|
cnc
|
3df61e8da5
|
参考所有分组:补齐 O-word native 覆盖,测试通过
|
2026-06-03 00:12:28 +08:00 |
|
cnc
|
28aa1956b7
|
继续按 align-linuxcnc 约束:补块读取 native 覆盖,测试通过
结论:补齐 LinuxCNC interp_read.cc read_items()/read_one_item() 坏字符路径,以及 interp_check.cc check_m_codes() M 码数量错误的 native 校验;./test-native.sh 与 ./test-linuxcnc-source-link.sh 均通过,未扩展 smoke。
|
2026-06-03 00:01:25 +08:00 |
|
cnc
|
4e3df07b8a
|
继续按 align-linuxcnc 约束:补参数表达式 native 覆盖,测试通过
结论:补齐 LinuxCNC interp_read.cc 参数读写、ATAN/unary/binary 表达式错误路径,以及 interp_execute.cc sqrt/divide/power 执行错误的 native 校验;./test-native.sh 与 ./test-linuxcnc-source-link.sh 均通过,未扩展 smoke。
|
2026-06-02 23:56:34 +08:00 |
|
cnc
|
b7610d1b96
|
继续按 align-linuxcnc 约束:补极坐标 native 覆盖,测试通过
结论:补齐 LinuxCNC interp_read.cc、interp_internal.cc、interp_find.cc 极坐标路径,以及 interp_convert.cc 扩展平面 arc/NURBS 错误 fixture 的 native 校验;./test-native.sh 与 ./test-linuxcnc-source-link.sh 均通过,未扩展 smoke。
|
2026-06-02 23:51:22 +08:00 |
|
cnc
|
55c75ffe80
|
继续按 align-linuxcnc 约束:补固定循环 native 覆盖,测试通过
结论:补齐 LinuxCNC interp_cycles.cc 固定循环错误 fixture 的 native 校验,覆盖重复次数、平面轴/R、Q/P、主轴状态和 G87 必需字;./test-native.sh 与 ./test-linuxcnc-source-link.sh 均通过,未扩展 smoke。
|
2026-06-02 23:47:02 +08:00 |
|
cnc
|
ad3720713e
|
继续按 align-linuxcnc 约束:补 M 码和刀具 native 覆盖,测试通过
结论:补齐 LinuxCNC interp_convert.cc convert_m()、convert_tool_select()、convert_tool_length_offset() 以及 interp_find.cc find_tool_index() 相关错误 fixture 的 native 校验;./test-native.sh 与 ./test-linuxcnc-source-link.sh 均通过,未扩展 smoke。
|
2026-06-02 23:42:05 +08:00 |
|
cnc
|
ba526a6042
|
继续按 align-linuxcnc 约束:补轴运动 native 覆盖,测试通过
结论:补齐 LinuxCNC interp_internal.cc enhance_block() 轴/运动错误 fixture 的 native 校验,并同步 check_other_codes() native 覆盖文档;./test-native.sh 与 ./test-linuxcnc-source-link.sh 均通过。
|
2026-06-02 23:34:56 +08:00 |
|
cnc
|
93f2a903b5
|
继续按 align-linuxcnc 约束:补未使用词 native 覆盖,测试通过
|
2026-06-02 23:25:47 +08:00 |
|
cnc
|
c52ecc09eb
|
继续按 align-linuxcnc 约束:补词读取 native 覆盖,测试通过
|
2026-06-02 23:20:55 +08:00 |
|
cnc
|
cc05532528
|
继续按 align-linuxcnc 约束:补 GM 读码 native 覆盖,测试通过
|
2026-06-02 23:16:15 +08:00 |
|
cnc
|
ecec27aa64
|
继续按 align-linuxcnc 约束:补 G53 校验 native 覆盖,测试通过
|
2026-06-02 23:11:47 +08:00 |
|
cnc
|
c25b0eff22
|
继续按 align-linuxcnc 约束:补 M98 与增量圆弧源码覆盖,测试通过
|
2026-06-02 23:07:27 +08:00 |
|
cnc
|
777d29651c
|
继续按 align-linuxcnc 约束:补 G 代码校验错误源码覆盖,测试通过
|
2026-06-02 22:34:52 +08:00 |
|
cnc
|
138fe862ae
|
继续按 align-linuxcnc 约束:补工具号查找错误源码覆盖,测试通过
|
2026-06-02 22:29:47 +08:00 |
|
cnc
|
d985b13a8e
|
继续按 align-linuxcnc 约束:补工具长度错误源码覆盖,测试通过
|
2026-06-02 22:25:05 +08:00 |
|
cnc
|
030074b8c5
|
继续按 align-linuxcnc 约束:补极坐标变体源码覆盖,测试通过
|
2026-06-02 22:20:03 +08:00 |
|
cnc
|
84fdc8a1c5
|
继续按 align-linuxcnc 约束:补增强块轴值错误源码覆盖,测试通过
|
2026-06-02 22:15:29 +08:00 |
|
cnc
|
9c03f91fa8
|
继续按 align-linuxcnc 约束:补极坐标源码覆盖,测试通过
|
2026-06-02 22:08:26 +08:00 |
|