按规划继续工作
结论:新增 namedparam_ini_semantics 夹具,将本地命名参数和 _ini[...] 查询纳入 upstream rs274 -i 基线,并接入 Node WASM 与浏览器 INI-aware 解释器 smoke;HAL 查询继续保留在 standalone adapter 边界。
This commit is contained in:
4
wasm-port/tests/fixtures/canon/namedparam_ini_semantics.events
vendored
Normal file
4
wasm-port/tests/fixtures/canon/namedparam_ini_semantics.events
vendored
Normal file
@@ -0,0 +1,4 @@
|
||||
canon_event=MESSAGE: named local=7.2500
|
||||
canon_event=MESSAGE: exists local=1 missing=0
|
||||
canon_event=MESSAGE: ini velocity=35
|
||||
canon_event=PROGRAM_END
|
||||
8
wasm-port/tests/fixtures/gcode/namedparam_ini_semantics.ngc
vendored
Normal file
8
wasm-port/tests/fixtures/gcode/namedparam_ini_semantics.ngc
vendored
Normal file
@@ -0,0 +1,8 @@
|
||||
#<local_probe> = 7.25
|
||||
#<exists_local> = EXISTS[#<local_probe>]
|
||||
#<exists_missing> = EXISTS[#<missing_probe>]
|
||||
#<ini_velocity> = #<_ini[traj]max_linear_velocity>
|
||||
(DEBUG, named local=%f#<local_probe>)
|
||||
(DEBUG, exists local=%d#<exists_local> missing=%d#<exists_missing>)
|
||||
(DEBUG, ini velocity=%d#<ini_velocity>)
|
||||
M2
|
||||
@@ -71,4 +71,5 @@ export const INTERP_FILE_FIXTURES = [
|
||||
export const INTERP_BROWSER_FILE_FIXTURES = INTERP_FILE_FIXTURES;
|
||||
|
||||
export const INTERP_INI_FIXTURE = "namedparam_semantics";
|
||||
export const INTERP_BASELINE_INI_FIXTURE = "namedparam_ini_semantics";
|
||||
export const INTERP_POSITION_PARAMS_FILE_FIXTURE = "position_params";
|
||||
|
||||
Reference in New Issue
Block a user