Skip to content

Some more fixes now that we have a GrammarAST from a parse tree. #85

Some more fixes now that we have a GrammarAST from a parse tree.

Some more fixes now that we have a GrammarAST from a parse tree. #85

Triggered via push November 4, 2024 16:33
Status Failure
Total duration 37s
Artifacts

nodejs.yml

on: push
Matrix: build
Fit to window
Zoom out
Zoom in

Annotations

21 errors
tests/TestActionTranslation.spec.ts > TestActionTranslation > testEscapedLessThanInAction: src/support/ParseTreeToASTConverter.ts#L407
TypeError: Cannot read properties of null (reading 'elementOption') ❯ Function.convertElementOptionsToAST src/support/ParseTreeToASTConverter.ts:407:24 ❯ Function.convertTerminalDefToAST src/support/ParseTreeToASTConverter.ts:464:18 ❯ Function.convertAtomToAST src/support/ParseTreeToASTConverter.ts:267:18 ❯ src/support/ParseTreeToASTConverter.ts:611:30 ❯ Function.convertAlternativeToAST src/support/ParseTreeToASTConverter.ts:595:35 ❯ src/support/ParseTreeToASTConverter.ts:151:41 ❯ src/support/ParseTreeToASTConverter.ts:149:67
tests/TestActionTranslation.spec.ts > TestActionTranslation > testEscapedInAction: src/support/ParseTreeToASTConverter.ts#L407
TypeError: Cannot read properties of null (reading 'elementOption') ❯ Function.convertElementOptionsToAST src/support/ParseTreeToASTConverter.ts:407:24 ❯ Function.convertTerminalDefToAST src/support/ParseTreeToASTConverter.ts:464:18 ❯ Function.convertAtomToAST src/support/ParseTreeToASTConverter.ts:267:18 ❯ src/support/ParseTreeToASTConverter.ts:611:30 ❯ Function.convertAlternativeToAST src/support/ParseTreeToASTConverter.ts:595:35 ❯ src/support/ParseTreeToASTConverter.ts:151:41 ❯ src/support/ParseTreeToASTConverter.ts:149:67
tests/TestActionTranslation.spec.ts > TestActionTranslation > testUnescapedInAction: src/support/ParseTreeToASTConverter.ts#L407
TypeError: Cannot read properties of null (reading 'elementOption') ❯ Function.convertElementOptionsToAST src/support/ParseTreeToASTConverter.ts:407:24 ❯ Function.convertTerminalDefToAST src/support/ParseTreeToASTConverter.ts:464:18 ❯ Function.convertAtomToAST src/support/ParseTreeToASTConverter.ts:267:18 ❯ src/support/ParseTreeToASTConverter.ts:611:30 ❯ Function.convertAlternativeToAST src/support/ParseTreeToASTConverter.ts:595:35 ❯ src/support/ParseTreeToASTConverter.ts:151:41 ❯ src/support/ParseTreeToASTConverter.ts:149:67
tests/TestActionTranslation.spec.ts > TestActionTranslation > testEscapedSlash: src/support/ParseTreeToASTConverter.ts#L407
TypeError: Cannot read properties of null (reading 'elementOption') ❯ Function.convertElementOptionsToAST src/support/ParseTreeToASTConverter.ts:407:24 ❯ Function.convertTerminalDefToAST src/support/ParseTreeToASTConverter.ts:464:18 ❯ Function.convertAtomToAST src/support/ParseTreeToASTConverter.ts:267:18 ❯ src/support/ParseTreeToASTConverter.ts:611:30 ❯ Function.convertAlternativeToAST src/support/ParseTreeToASTConverter.ts:595:35 ❯ src/support/ParseTreeToASTConverter.ts:151:41 ❯ src/support/ParseTreeToASTConverter.ts:149:67
tests/TestActionTranslation.spec.ts > TestActionTranslation > testComplicatedArgParsing: src/support/ParseTreeToASTConverter.ts#L407
TypeError: Cannot read properties of null (reading 'elementOption') ❯ Function.convertElementOptionsToAST src/support/ParseTreeToASTConverter.ts:407:24 ❯ Function.convertTerminalDefToAST src/support/ParseTreeToASTConverter.ts:464:18 ❯ Function.convertAtomToAST src/support/ParseTreeToASTConverter.ts:267:18 ❯ src/support/ParseTreeToASTConverter.ts:611:30 ❯ Function.convertAlternativeToAST src/support/ParseTreeToASTConverter.ts:595:35 ❯ src/support/ParseTreeToASTConverter.ts:151:41 ❯ src/support/ParseTreeToASTConverter.ts:149:67
tests/TestActionTranslation.spec.ts > TestActionTranslation > testComplicatedArgParsingWithTranslation: src/support/ParseTreeToASTConverter.ts#L407
TypeError: Cannot read properties of null (reading 'elementOption') ❯ Function.convertElementOptionsToAST src/support/ParseTreeToASTConverter.ts:407:24 ❯ Function.convertTerminalDefToAST src/support/ParseTreeToASTConverter.ts:464:18 ❯ Function.convertAtomToAST src/support/ParseTreeToASTConverter.ts:267:18 ❯ src/support/ParseTreeToASTConverter.ts:611:30 ❯ Function.convertAlternativeToAST src/support/ParseTreeToASTConverter.ts:595:35 ❯ src/support/ParseTreeToASTConverter.ts:151:41 ❯ src/support/ParseTreeToASTConverter.ts:149:67
tests/TestActionTranslation.spec.ts > TestActionTranslation > testArguments: src/support/ParseTreeToASTConverter.ts#L407
TypeError: Cannot read properties of null (reading 'elementOption') ❯ Function.convertElementOptionsToAST src/support/ParseTreeToASTConverter.ts:407:24 ❯ Function.convertTerminalDefToAST src/support/ParseTreeToASTConverter.ts:464:18 ❯ Function.convertAtomToAST src/support/ParseTreeToASTConverter.ts:267:18 ❯ src/support/ParseTreeToASTConverter.ts:611:30 ❯ Function.convertAlternativeToAST src/support/ParseTreeToASTConverter.ts:595:35 ❯ src/support/ParseTreeToASTConverter.ts:151:41 ❯ src/support/ParseTreeToASTConverter.ts:149:67
tests/TestActionTranslation.spec.ts > TestActionTranslation > testReturnValue: src/support/ParseTreeToASTConverter.ts#L407
TypeError: Cannot read properties of null (reading 'elementOption') ❯ Function.convertElementOptionsToAST src/support/ParseTreeToASTConverter.ts:407:24 ❯ Function.convertTerminalDefToAST src/support/ParseTreeToASTConverter.ts:464:18 ❯ Function.convertAtomToAST src/support/ParseTreeToASTConverter.ts:267:18 ❯ src/support/ParseTreeToASTConverter.ts:611:30 ❯ Function.convertAlternativeToAST src/support/ParseTreeToASTConverter.ts:595:35 ❯ src/support/ParseTreeToASTConverter.ts:151:41 ❯ src/support/ParseTreeToASTConverter.ts:149:67
tests/TestActionTranslation.spec.ts > TestActionTranslation > testReturnValueWithNumber: src/support/ParseTreeToASTConverter.ts#L407
TypeError: Cannot read properties of null (reading 'elementOption') ❯ Function.convertElementOptionsToAST src/support/ParseTreeToASTConverter.ts:407:24 ❯ Function.convertTerminalDefToAST src/support/ParseTreeToASTConverter.ts:464:18 ❯ Function.convertAtomToAST src/support/ParseTreeToASTConverter.ts:267:18 ❯ src/support/ParseTreeToASTConverter.ts:611:30 ❯ Function.convertAlternativeToAST src/support/ParseTreeToASTConverter.ts:595:35 ❯ src/support/ParseTreeToASTConverter.ts:151:41 ❯ src/support/ParseTreeToASTConverter.ts:149:67
tests/TestActionTranslation.spec.ts > TestActionTranslation > testReturnValuesCurrentRule: src/support/ParseTreeToASTConverter.ts#L407
TypeError: Cannot read properties of null (reading 'elementOption') ❯ Function.convertElementOptionsToAST src/support/ParseTreeToASTConverter.ts:407:24 ❯ Function.convertTerminalDefToAST src/support/ParseTreeToASTConverter.ts:464:18 ❯ Function.convertAtomToAST src/support/ParseTreeToASTConverter.ts:267:18 ❯ src/support/ParseTreeToASTConverter.ts:611:30 ❯ Function.convertAlternativeToAST src/support/ParseTreeToASTConverter.ts:595:35 ❯ src/support/ParseTreeToASTConverter.ts:151:41 ❯ src/support/ParseTreeToASTConverter.ts:149:67
build (22.x)
The job was canceled because "_20_x" failed.
tests/TestActionTranslation.spec.ts > TestActionTranslation > testEscapedLessThanInAction: src/support/ParseTreeToASTConverter.ts#L407
TypeError: Cannot read properties of null (reading 'elementOption') ❯ Function.convertElementOptionsToAST src/support/ParseTreeToASTConverter.ts:407:24 ❯ Function.convertTerminalDefToAST src/support/ParseTreeToASTConverter.ts:464:18 ❯ Function.convertAtomToAST src/support/ParseTreeToASTConverter.ts:267:18 ❯ src/support/ParseTreeToASTConverter.ts:611:30 ❯ Function.convertAlternativeToAST src/support/ParseTreeToASTConverter.ts:595:35 ❯ src/support/ParseTreeToASTConverter.ts:151:41 ❯ src/support/ParseTreeToASTConverter.ts:149:67
tests/TestActionTranslation.spec.ts > TestActionTranslation > testEscapedInAction: src/support/ParseTreeToASTConverter.ts#L407
TypeError: Cannot read properties of null (reading 'elementOption') ❯ Function.convertElementOptionsToAST src/support/ParseTreeToASTConverter.ts:407:24 ❯ Function.convertTerminalDefToAST src/support/ParseTreeToASTConverter.ts:464:18 ❯ Function.convertAtomToAST src/support/ParseTreeToASTConverter.ts:267:18 ❯ src/support/ParseTreeToASTConverter.ts:611:30 ❯ Function.convertAlternativeToAST src/support/ParseTreeToASTConverter.ts:595:35 ❯ src/support/ParseTreeToASTConverter.ts:151:41 ❯ src/support/ParseTreeToASTConverter.ts:149:67
tests/TestActionTranslation.spec.ts > TestActionTranslation > testUnescapedInAction: src/support/ParseTreeToASTConverter.ts#L407
TypeError: Cannot read properties of null (reading 'elementOption') ❯ Function.convertElementOptionsToAST src/support/ParseTreeToASTConverter.ts:407:24 ❯ Function.convertTerminalDefToAST src/support/ParseTreeToASTConverter.ts:464:18 ❯ Function.convertAtomToAST src/support/ParseTreeToASTConverter.ts:267:18 ❯ src/support/ParseTreeToASTConverter.ts:611:30 ❯ Function.convertAlternativeToAST src/support/ParseTreeToASTConverter.ts:595:35 ❯ src/support/ParseTreeToASTConverter.ts:151:41 ❯ src/support/ParseTreeToASTConverter.ts:149:67
tests/TestActionTranslation.spec.ts > TestActionTranslation > testEscapedSlash: src/support/ParseTreeToASTConverter.ts#L407
TypeError: Cannot read properties of null (reading 'elementOption') ❯ Function.convertElementOptionsToAST src/support/ParseTreeToASTConverter.ts:407:24 ❯ Function.convertTerminalDefToAST src/support/ParseTreeToASTConverter.ts:464:18 ❯ Function.convertAtomToAST src/support/ParseTreeToASTConverter.ts:267:18 ❯ src/support/ParseTreeToASTConverter.ts:611:30 ❯ Function.convertAlternativeToAST src/support/ParseTreeToASTConverter.ts:595:35 ❯ src/support/ParseTreeToASTConverter.ts:151:41 ❯ src/support/ParseTreeToASTConverter.ts:149:67
tests/TestActionTranslation.spec.ts > TestActionTranslation > testComplicatedArgParsing: src/support/ParseTreeToASTConverter.ts#L407
TypeError: Cannot read properties of null (reading 'elementOption') ❯ Function.convertElementOptionsToAST src/support/ParseTreeToASTConverter.ts:407:24 ❯ Function.convertTerminalDefToAST src/support/ParseTreeToASTConverter.ts:464:18 ❯ Function.convertAtomToAST src/support/ParseTreeToASTConverter.ts:267:18 ❯ src/support/ParseTreeToASTConverter.ts:611:30 ❯ Function.convertAlternativeToAST src/support/ParseTreeToASTConverter.ts:595:35 ❯ src/support/ParseTreeToASTConverter.ts:151:41 ❯ src/support/ParseTreeToASTConverter.ts:149:67
tests/TestActionTranslation.spec.ts > TestActionTranslation > testComplicatedArgParsingWithTranslation: src/support/ParseTreeToASTConverter.ts#L407
TypeError: Cannot read properties of null (reading 'elementOption') ❯ Function.convertElementOptionsToAST src/support/ParseTreeToASTConverter.ts:407:24 ❯ Function.convertTerminalDefToAST src/support/ParseTreeToASTConverter.ts:464:18 ❯ Function.convertAtomToAST src/support/ParseTreeToASTConverter.ts:267:18 ❯ src/support/ParseTreeToASTConverter.ts:611:30 ❯ Function.convertAlternativeToAST src/support/ParseTreeToASTConverter.ts:595:35 ❯ src/support/ParseTreeToASTConverter.ts:151:41 ❯ src/support/ParseTreeToASTConverter.ts:149:67
tests/TestActionTranslation.spec.ts > TestActionTranslation > testArguments: src/support/ParseTreeToASTConverter.ts#L407
TypeError: Cannot read properties of null (reading 'elementOption') ❯ Function.convertElementOptionsToAST src/support/ParseTreeToASTConverter.ts:407:24 ❯ Function.convertTerminalDefToAST src/support/ParseTreeToASTConverter.ts:464:18 ❯ Function.convertAtomToAST src/support/ParseTreeToASTConverter.ts:267:18 ❯ src/support/ParseTreeToASTConverter.ts:611:30 ❯ Function.convertAlternativeToAST src/support/ParseTreeToASTConverter.ts:595:35 ❯ src/support/ParseTreeToASTConverter.ts:151:41 ❯ src/support/ParseTreeToASTConverter.ts:149:67
tests/TestActionTranslation.spec.ts > TestActionTranslation > testReturnValue: src/support/ParseTreeToASTConverter.ts#L407
TypeError: Cannot read properties of null (reading 'elementOption') ❯ Function.convertElementOptionsToAST src/support/ParseTreeToASTConverter.ts:407:24 ❯ Function.convertTerminalDefToAST src/support/ParseTreeToASTConverter.ts:464:18 ❯ Function.convertAtomToAST src/support/ParseTreeToASTConverter.ts:267:18 ❯ src/support/ParseTreeToASTConverter.ts:611:30 ❯ Function.convertAlternativeToAST src/support/ParseTreeToASTConverter.ts:595:35 ❯ src/support/ParseTreeToASTConverter.ts:151:41 ❯ src/support/ParseTreeToASTConverter.ts:149:67
tests/TestActionTranslation.spec.ts > TestActionTranslation > testReturnValueWithNumber: src/support/ParseTreeToASTConverter.ts#L407
TypeError: Cannot read properties of null (reading 'elementOption') ❯ Function.convertElementOptionsToAST src/support/ParseTreeToASTConverter.ts:407:24 ❯ Function.convertTerminalDefToAST src/support/ParseTreeToASTConverter.ts:464:18 ❯ Function.convertAtomToAST src/support/ParseTreeToASTConverter.ts:267:18 ❯ src/support/ParseTreeToASTConverter.ts:611:30 ❯ Function.convertAlternativeToAST src/support/ParseTreeToASTConverter.ts:595:35 ❯ src/support/ParseTreeToASTConverter.ts:151:41 ❯ src/support/ParseTreeToASTConverter.ts:149:67
tests/TestActionTranslation.spec.ts > TestActionTranslation > testReturnValuesCurrentRule: src/support/ParseTreeToASTConverter.ts#L407
TypeError: Cannot read properties of null (reading 'elementOption') ❯ Function.convertElementOptionsToAST src/support/ParseTreeToASTConverter.ts:407:24 ❯ Function.convertTerminalDefToAST src/support/ParseTreeToASTConverter.ts:464:18 ❯ Function.convertAtomToAST src/support/ParseTreeToASTConverter.ts:267:18 ❯ src/support/ParseTreeToASTConverter.ts:611:30 ❯ Function.convertAlternativeToAST src/support/ParseTreeToASTConverter.ts:595:35 ❯ src/support/ParseTreeToASTConverter.ts:151:41 ❯ src/support/ParseTreeToASTConverter.ts:149:67