Skip to content

tried to implement Element-Table for integer values. => TODO: Manipul… #9

tried to implement Element-Table for integer values. => TODO: Manipul…

tried to implement Element-Table for integer values. => TODO: Manipul… #9

Triggered via push September 4, 2024 14:23
Status Failure
Total duration 1m 9s
Artifacts

pipeline.yaml

on: push
Fit to window
Zoom out
Zoom in

Annotations

20 errors
static-analysis: src/parser/timedAutomata.js#L342
'_$' is defined but never used
static-analysis: src/parser/timedAutomata.js#L350
Unreachable code
static-analysis: src/parser/timedAutomata.js#L745
Unexpected aliasing of 'this' to local variable
static-analysis: src/parser/timedAutomata.js#L747
'tstack' is assigned a value but never used
static-analysis: src/parser/timedAutomata.js#L779
'popStack' is defined but never used
static-analysis: src/parser/timedAutomata.js#L784
'_token_stack:' is defined but never used
static-analysis: src/parser/timedAutomata.js#L796
'a' is defined but never used
static-analysis: src/parser/timedAutomata.js#L803
Unexpected constant condition
static-analysis: src/parser/timedAutomata.js#L904
Unreachable code
static-analysis: src/parser/timedAutomata.js#L1242
'YYSTATE' is assigned a value but never used
build: src/view/AutomatonManipulation.tsx#L290
Parameter 'init' implicitly has an 'any' type.
build: src/view/AutomatonManipulation.tsx#L291
'number' is declared but its value is never read.
build: src/view/AutomatonManipulation.tsx#L291
Parameter 'number' implicitly has an 'any' type.
build: src/view/ManipulateIntegerDialog.tsx#L90
Argument of type 'string' is not assignable to parameter of type 'number'.
build: src/view/ManipulateIntegerDialog.tsx#L93
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.