Skip to content

feat(processings): tools integrate operation generation #10611

feat(processings): tools integrate operation generation

feat(processings): tools integrate operation generation #10611

Triggered via pull request August 25, 2026 10:26
Status Failure
Total duration 3m 6s
Artifacts

nodejs.yml

on: pull_request
nodejs  /  lint-eslint
1m 40s
nodejs / lint-eslint
nodejs  /  lint-prettier
48s
nodejs / lint-prettier
nodejs  /  lint-check-types
1m 2s
nodejs / lint-check-types
nodejs  /  test-package
52s
nodejs / test-package
Matrix: nodejs / test
Fit to window
Zoom out
Zoom in

Annotations

8 errors and 10 warnings
nodejs / test-package
The process '/opt/hostedtoolcache/node/24.19.0/x64/bin/npm' failed with exit code 1
nodejs / test-package: src/component/utility/core_slots/core_operator_tool.commons.ts#L48
Property 'getDefaultSettings' does not exist on type 'Readonly<InferOperator<ProcessingOperatorId>>'.
nodejs / test-package: src/component/utility/core_slots/core_operator_tool.commons.ts#L31
Generic type 'ProcessingOperatorUIToolProps<Id>' requires 1 type argument(s).
nodejs / test-package: src/component/utility/core_slots/core_operator_tool.commons.ts#L24
Generic type 'ProcessingOperatorUIToolProps<Id>' requires 1 type argument(s).
nodejs / lint-check-types
Process completed with exit code 2.
nodejs / lint-check-types: src/component/utility/core_slots/core_operator_tool.commons.ts#L48
Property 'getDefaultSettings' does not exist on type 'Readonly<InferOperator<ProcessingOperatorId>>'.
nodejs / lint-check-types: src/component/utility/core_slots/core_operator_tool.commons.ts#L31
Generic type 'ProcessingOperatorUIToolProps<Id>' requires 1 type argument(s).
nodejs / lint-check-types: src/component/utility/core_slots/core_operator_tool.commons.ts#L24
Generic type 'ProcessingOperatorUIToolProps<Id>' requires 1 type argument(s).
nodejs / lint-eslint: src/component/2d/zones/Zone.tsx#L41
Avoid adjusting state when a prop changes. Instead, adjust "reduceOpacity" directly during render when "props" changes, or refactor your state to avoid this need entirely
nodejs / lint-eslint: src/component/2d/zones/Signal.tsx#L40
Avoid adjusting state when a prop changes. Instead, adjust "isHighlighted" directly during render when "props" changes, or refactor your state to avoid this need entirely
nodejs / lint-eslint: src/component/2d/zones/Signal.tsx#L38
Avoid adjusting state when a prop changes. Instead, adjust "isHighlighted" directly during render when "props" changes, or refactor your state to avoid this need entirely
nodejs / lint-eslint: src/component/2d/ft/Contours.tsx#L90
Unexpected 'todo' comment: 'TODO: make sure preferences are not a...'
nodejs / lint-eslint: src/component/1d/ranges/FloatingRanges.tsx#L314
Avoid storing derived state. Instead, compute "bounding" directly during render
nodejs / lint-eslint: src/component/1d/multiplicityTree/generateTreeNodes.ts#L28
Unexpected 'todo' comment: 'TODO: make sure spectrumData is not a...'
nodejs / lint-eslint: src/component/1d/inset/DraggableInset.tsx#L72
Avoid storing derived state. Instead, compute "bounding" directly during render
nodejs / lint-eslint: src/component/1d/FloatPublicationString.tsx#L257
Avoid adjusting state when a prop changes. Instead, adjust "bounding" directly during render when "externalBoundingPercent" changes, or refactor your state to avoid this need entirely
nodejs / lint-eslint: src/component/1d-2d/components/FloatMoleculeStructures/DraggableStructure.tsx#L63
Avoid storing derived state. Instead, compute "bounding" directly during render