Skip to content

parser dot

parser dot #13

Triggered via push September 9, 2024 15:45
Status Failure
Total duration 2m 1s
Artifacts

pipeline.yaml

on: push
Fit to window
Zoom out
Zoom in

Annotations

20 errors
static-analysis: src/parser/timedAutomata.js#L341
'_$' is defined but never used
static-analysis: src/parser/timedAutomata.js#L349
Unreachable code
static-analysis: src/parser/timedAutomata.js#L743
Unexpected aliasing of 'this' to local variable
static-analysis: src/parser/timedAutomata.js#L745
'tstack' is assigned a value but never used
static-analysis: src/parser/timedAutomata.js#L777
'popStack' is defined but never used
static-analysis: src/parser/timedAutomata.js#L782
'_token_stack:' is defined but never used
static-analysis: src/parser/timedAutomata.js#L794
'a' is defined but never used
static-analysis: src/parser/timedAutomata.js#L801
Unexpected constant condition
static-analysis: src/parser/timedAutomata.js#L902
Unreachable code
static-analysis: src/parser/timedAutomata.js#L1240
'YYSTATE' is assigned a value but never used
build: src/view/ManipulateIntegerDialog.tsx#L82
Argument of type 'string' is not assignable to parameter of type 'number'.
build: src/view/ManipulateIntegerDialog.tsx#L85
Argument of type 'string' is not assignable to parameter of type 'number'.
build: src/view/ProcessSelection.tsx#L46
Parameter 'inputEvent' implicitly has an 'any' type.
build: src/view/ProcessSelection.tsx#L64
No overload matches this call.
build: src/view/ProcessSelection.tsx#L82
Type 'AutomatonOptionType' is not assignable to type 'string'.
build: src/view/SystemSelection.tsx#L51
Parameter 'inputEvent' implicitly has an 'any' type.
build: src/view/SystemSelection.tsx#L67
No overload matches this call.
build: src/view/SystemSelection.tsx#L85
Type 'SystemOptionType' is not assignable to type 'string'.
build: src/view/UploadButton.tsx#L5
Could not find a declaration file for module '../parser/timedAutomata'. '/home/runner/work/timed-automata-analysis-frontend/timed-automata-analysis-frontend/src/parser/timedAutomata.js' implicitly has an 'any' type.
build: src/view/UploadButton.tsx#L17
'handleTerm' is declared but its value is never read.