Skip to content

network tweaks

network tweaks #16

Triggered via push September 11, 2024 22:14
Status Failure
Total duration 1m 14s
Artifacts

pipeline.yaml

on: push
Fit to window
Zoom out
Zoom in

Annotations

20 errors and 1 warning
build: src/view/ManipulateIntegerDialog.tsx#L25
't' is declared but its value is never read.
build: src/view/ManipulateIntegerDialog.tsx#L76
Operator '<' cannot be applied to types 'string' and 'number'.
build: src/view/ProcessSelection.tsx#L45
Parameter 'inputEvent' implicitly has an 'any' type.
build: src/view/ProcessSelection.tsx#L63
No overload matches this call.
build: src/view/ProcessSelection.tsx#L81
Type 'AutomatonOptionType' is not assignable to type 'string'.
build: src/view/ProcessSelection.tsx#L82
'event' is declared but its value is never read.
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.
static-analysis: src/parser/timedAutomata.js#L348
'_$' is defined but never used
static-analysis: src/parser/timedAutomata.js#L356
Unreachable code
static-analysis: src/parser/timedAutomata.js#L763
Unexpected aliasing of 'this' to local variable
static-analysis: src/parser/timedAutomata.js#L765
'tstack' is assigned a value but never used
static-analysis: src/parser/timedAutomata.js#L797
'popStack' is defined but never used
static-analysis: src/parser/timedAutomata.js#L802
'_token_stack:' is defined but never used
static-analysis: src/parser/timedAutomata.js#L814
'a' is defined but never used
static-analysis: src/parser/timedAutomata.js#L821
Unexpected constant condition
static-analysis: src/parser/timedAutomata.js#L922
Unreachable code
static-analysis: src/parser/timedAutomata.js#L1260
'YYSTATE' is assigned a value but never used
static-analysis: src/view/ManipulateIntegerDialog.tsx#L25
't' is assigned a value but never used. Allowed unused vars must match /^_/u