Skip to content

fix curved path picking #394

fix curved path picking

fix curved path picking #394

Triggered via push August 22, 2023 05:04
Status Failure
Total duration 46s
Artifacts

CI.yml

on: push
Matrix: clean-lint-build-test
Fit to window
Zoom out
Zoom in

Annotations

11 errors and 3 warnings
clean-lint-build-test (14.x): src/graph/edges/path/StraightPath.ts#L147
Argument of type '{ id?: number; source: number; target: number; control: number; sourceColor?: number; targetColor?: number; pickingColor?: number; }' is not assignable to parameter of type 'CurvedPathEdgeData'.
clean-lint-build-test (14.x): src/graph/edges/path/StraightPath.ts#L154
Argument of type '{ id?: number; source: number; target: number; control: number; sourceColor?: number; targetColor?: number; pickingColor?: number; }' is not assignable to parameter of type 'CurvedPathEdgeData'.
clean-lint-build-test (14.x)
Process completed with exit code 1.
clean-lint-build-test (16.x)
The job was canceled because "_14_x" failed.
clean-lint-build-test (16.x): src/graph/edges/path/StraightPath.ts#L147
Argument of type '{ id?: number; source: number; target: number; control: number; sourceColor?: number; targetColor?: number; pickingColor?: number; }' is not assignable to parameter of type 'CurvedPathEdgeData'.
clean-lint-build-test (16.x): src/graph/edges/path/StraightPath.ts#L154
Argument of type '{ id?: number; source: number; target: number; control: number; sourceColor?: number; targetColor?: number; pickingColor?: number; }' is not assignable to parameter of type 'CurvedPathEdgeData'.
clean-lint-build-test (16.x)
Process completed with exit code 1.
clean-lint-build-test (18.x)
The job was canceled because "_14_x" failed.
clean-lint-build-test (18.x): src/graph/edges/path/StraightPath.ts#L147
Argument of type '{ id?: number; source: number; target: number; control: number; sourceColor?: number; targetColor?: number; pickingColor?: number; }' is not assignable to parameter of type 'CurvedPathEdgeData'.
clean-lint-build-test (18.x): src/graph/edges/path/StraightPath.ts#L154
Argument of type '{ id?: number; source: number; target: number; control: number; sourceColor?: number; targetColor?: number; pickingColor?: number; }' is not assignable to parameter of type 'CurvedPathEdgeData'.
clean-lint-build-test (18.x)
The operation was canceled.
clean-lint-build-test (14.x): src/graph/edges/path/CurvedPath.ts#L8
'printDataGL' is defined but never used
clean-lint-build-test (16.x): src/graph/edges/path/CurvedPath.ts#L8
'printDataGL' is defined but never used
clean-lint-build-test (18.x): src/graph/edges/path/CurvedPath.ts#L8
'printDataGL' is defined but never used