Skip to content

Parse tree to grammar AST conversion added #84

Parse tree to grammar AST conversion added

Parse tree to grammar AST conversion added #84

Triggered via push November 4, 2024 15:54
Status Failure
Total duration 33s
Artifacts

nodejs.yml

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

Annotations

20 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
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