feat-fix: type for parameter reconstruct #2822
qa.yaml
on: push
🔍 Debug
3s
👩🏫 Linting (local)
43s
Matrix: ⏱️ Performance Test
📦 Prerelease
0s
⬆️ Upload Performance Test Results
0s
🚀 Build and Deploy Documentation (only on main)
0s
Annotations
3 errors
test/functionality/r-bridge/normalize-ast-fold.test.ts > normalize-visitor > do basic math (monoid):
src/r-bridge/lang-4.x/ast/parser/json/format.ts#L54
Error: Failed to parse data [1,1,1,9,11,0,"expr",false,"1 + 3 * 2"],[1,1,1,1,1,2,"NUM_CONST",true,"1"],[1,1,1,1,2,11,"expr",false,"1"],[1,3,1,3,3,11,"'+'",true,"+"],[1,5,1,9,10,11,"expr",false,"3 * 2"],[1,5,1,5,4,5,"NUM_CONST",true,"3"],[1,5,1,5,5,10,"expr",false,"3"],[1,7,1,7,6,10,"'*'",true,"*"],[1,9,1,9,7,8,"NUM_CONST",true,"2"],[1,9,1,9,8,10,"expr",false,"2"]
[1,1,1,9,11,0,"expr",false,"1 + 3 * 2"],[1,1,1,1,1,2,"NUM_CONST",true,"1"],[1,1,1,1,2,11,"expr",false,"1"],[1,3,1,3,3,11,"'+'",true,"+"],[1,5,1,9,10,11,"expr",false,"3 * 2"],[1,5,1,5,4,5,"NUM_CONST",true,"3"],[1,5,1,5,5,10,"expr",false,"3"],[1,7,1,7,6,10,"'*'",true,"*"],[1,9,1,9,7,8,"NUM_CONST",true,"2"],[1,9,1,9,8,10,"expr",false,"2"]: Expected ',' or ']' after array element in JSON at position 339 (line 2 column 1)
❯ Module.prepareParsedData src/r-bridge/lang-4.x/ast/parser/json/format.ts:54:9
❯ Module.normalize src/r-bridge/lang-4.x/ast/parser/json/parser.ts:21:43
❯ Object.processor src/core/steps/all/core/10-normalize.ts:34:9
❯ PipelineExecutor._doNextStep src/core/pipeline-executor.ts:214:27
❯ PipelineExecutor.nextStep src/core/pipeline-executor.ts:194:31
❯ PipelineExecutor.allRemainingSteps src/core/pipeline-executor.ts:254:15
❯ Module.retrieveNormalizedAst test/functionality/_helper/shell.ts:107:10
❯ test/functionality/r-bridge/normalize-ast-fold.test.ts:70:16
|
test/functionality/r-bridge/normalize-ast-fold.test.ts > normalize-visitor > fold should stop if overwritten and no continue:
src/r-bridge/lang-4.x/ast/parser/json/format.ts#L54
Error: Failed to parse data [1,1,1,9,11,0,"expr",false,"1 + 3 * 2"],[1,1,1,1,1,2,"NUM_CONST",true,"1"],[1,1,1,1,2,11,"expr",false,"1"],[1,3,1,3,3,11,"'+'",true,"+"],[1,5,1,9,10,11,"expr",false,"3 * 2"],[1,5,1,5,4,5,"NUM_CONST",true,"3"],[1,5,1,5,5,10,"expr",false,"3"],[1,7,1,7,6,10,"'*'",true,"*"],[1,9,1,9,7,8,"NUM_CONST",true,"2"],[1,9,1,9,8,10,"expr",false,"2"]
[1,1,1,9,11,0,"expr",false,"1 + 3 * 2"],[1,1,1,1,1,2,"NUM_CONST",true,"1"],[1,1,1,1,2,11,"expr",false,"1"],[1,3,1,3,3,11,"'+'",true,"+"],[1,5,1,9,10,11,"expr",false,"3 * 2"],[1,5,1,5,4,5,"NUM_CONST",true,"3"],[1,5,1,5,5,10,"expr",false,"3"],[1,7,1,7,6,10,"'*'",true,"*"],[1,9,1,9,7,8,"NUM_CONST",true,"2"],[1,9,1,9,8,10,"expr",false,"2"]: Expected ',' or ']' after array element in JSON at position 339 (line 2 column 1)
❯ Module.prepareParsedData src/r-bridge/lang-4.x/ast/parser/json/format.ts:54:9
❯ Module.normalize src/r-bridge/lang-4.x/ast/parser/json/parser.ts:21:43
❯ Object.processor src/core/steps/all/core/10-normalize.ts:34:9
❯ PipelineExecutor._doNextStep src/core/pipeline-executor.ts:214:27
❯ PipelineExecutor.nextStep src/core/pipeline-executor.ts:194:31
❯ PipelineExecutor.allRemainingSteps src/core/pipeline-executor.ts:254:15
❯ Module.retrieveNormalizedAst test/functionality/_helper/shell.ts:107:10
❯ test/functionality/r-bridge/normalize-ast-fold.test.ts:86:16
|
⚗️ Test Suite (coverage)
Process completed with exit code 1.
|