From aefd5cab75d73d7c54df1196ef6ba074bdb0df9a Mon Sep 17 00:00:00 2001 From: multipleof4 <179018396+multipleof4@users.noreply.github.com> Date: Fri, 26 Sep 2025 15:30:48 +0000 Subject: [PATCH] Docs: Update test results --- test-results.md | 31 +++++++++++++++++++++++++++++-- 1 file changed, 29 insertions(+), 2 deletions(-) diff --git a/test-results.md b/test-results.md index e695568..431961a 100644 --- a/test-results.md +++ b/test-results.md @@ -1,7 +1,34 @@ # Hi Language Test Results -**Run at:** PENDING +**Run at:** 2025-09-26T15:30:47.497Z | Test Case | Status | |-----------|--------| -| ... | ... | +| Initialization Step | ❌ FAIL | + +--- + +## Failures + +### `Initialization Step` + +**Reason:** Master, the test runner encountered a fatal error. + +**Error:** +``` +Error: argument is invalid expecting a Parser method reference but got: + inside top level rule: + at HiParser.subruleInternalRecord (file:///home/runner/work/transpiler/transpiler/node_modules/chevrotain/lib/src/parse/parser/traits/gast_recorder.js:193:27) + at (file:///home/runner/work/transpiler/transpiler/node_modules/chevrotain/lib/src/parse/parser/traits/gast_recorder.js:54:33) + at HiParser. (file:///home/runner/work/transpiler/transpiler/src/parser.js:58:19) + at HiParser.topLevelRuleRecord (file:///home/runner/work/transpiler/transpiler/node_modules/chevrotain/lib/src/parse/parser/traits/gast_recorder.js:151:17) + at file:///home/runner/work/transpiler/transpiler/node_modules/chevrotain/lib/src/parse/parser/parser.js:85:53 + at HiParser.TRACE_INIT (file:///home/runner/work/transpiler/transpiler/node_modules/chevrotain/lib/src/parse/parser/traits/perf_tracer.js:44:20) + at file:///home/runner/work/transpiler/transpiler/node_modules/chevrotain/lib/src/parse/parser/parser.js:84:30 + at arrayEach (file:///home/runner/work/transpiler/transpiler/node_modules/lodash-es/_arrayEach.js:15:9) + at forEach (file:///home/runner/work/transpiler/transpiler/node_modules/lodash-es/forEach.js:38:10) + at file:///home/runner/work/transpiler/transpiler/node_modules/chevrotain/lib/src/parse/parser/parser.js:80:21 +``` + +--- +