Phase 9.78h: Expand MIR golden snapshots (extern_call, loop, boxcall); add extern_console_log test; update CI golden check. Report refactoring candidates >1000 lines.
This commit is contained in:
@ -9,6 +9,9 @@ cd "$ROOT_DIR"
|
||||
PAIRS=(
|
||||
"local_tests/typeop_is_as_func_poc.nyash docs/status/golden/typeop_is_as_func_poc.mir.txt"
|
||||
"local_tests/typeop_is_as_poc.nyash docs/status/golden/typeop_is_as_poc.mir.txt"
|
||||
"local_tests/extern_console_log.nyash docs/status/golden/extern_console_log.mir.txt"
|
||||
"local_tests/simple_loop_test.nyash docs/status/golden/loop_simple.mir.txt"
|
||||
"local_tests/test_vm_array_getset.nyash docs/status/golden/boxcall_array_getset.mir.txt"
|
||||
)
|
||||
|
||||
for pair in "${PAIRS[@]}"; do
|
||||
@ -19,4 +22,3 @@ for pair in "${PAIRS[@]}"; do
|
||||
done
|
||||
|
||||
echo "All golden MIR snapshots match."
|
||||
|
||||
|
||||
Reference in New Issue
Block a user