Skip to content

File Selectors, while, @block, FFT #74

File Selectors, while, @block, FFT

File Selectors, while, @block, FFT #74

Triggered via pull request August 27, 2024 15:47
Status Success
Total duration 45s
Artifacts

node.js.yml

on: pull_request
Matrix: compiler
Matrix: desktop
Matrix: gui
Fit to window
Zoom out
Zoom in

Annotations

25 warnings
compiler (20.x)
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/setup-node@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
compiler (20.x): compiler/src/js2eel/compiler/Js2EelCompiler.ts#L215
Unexpected 'fixme' comment: 'FIXME order!!'
compiler (20.x): compiler/src/js2eel/compiler/Js2EelCompiler.ts#L642
Unexpected 'fixme' comment: 'FIXME do sth?'
compiler (20.x): compiler/src/js2eel/generatorNodes/assignmentExpression/assignmentExpression.ts#L130
Unexpected 'fixme' comment: 'FIXME find out how to test that'
compiler (20.x): compiler/src/js2eel/generatorNodes/binaryExpression/binaryExpression.ts#L223
Unexpected 'fixme' comment: 'FIXME: Are really all parens necessary?'
compiler (20.x): compiler/src/js2eel/generatorNodes/callExpression/callExpression.ts#L119
Unexpected 'fixme' comment: 'FIXME this might hurt performance if...'
compiler (20.x): compiler/src/js2eel/generatorNodes/callExpression/callExpression.ts#L176
Unexpected 'fixme' comment: 'FIXME: Don't know how to test that'
compiler (20.x): compiler/src/js2eel/generatorNodes/callExpression/eelLib/eelLibraryFunctionCall.ts#L26
Unexpected 'fixme' comment: 'FIXME don't know how to test that'
compiler (20.x): compiler/src/js2eel/generatorNodes/callExpression/eelLib/eelLibraryFunctionCall.ts#L400
Unexpected 'fixme' comment: 'FIXME this is not ideal'
compiler (20.x): compiler/src/js2eel/generatorNodes/callExpression/js2EelLib/eachChannel.spec.ts#L131
Unexpected 'fixme' comment: 'FIXME Do not check twice'
desktop (20.x)
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/setup-node@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
desktop (20.x): desktop/src/startup.ts#L35
'e' is defined but never used
desktop (20.x): desktop/src/startup.ts#L36
Unexpected 'fixme' comment: 'FIXME'
gui (20.x)
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/setup-node@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
gui (20.x): gui/src/actions/activateFile.ts#L18
'setExpandedTreeNodes' is assigned a value but never used. Allowed unused vars must match /^_/u
gui (20.x): gui/src/actions/formatCode.ts#L2
Use "@ts-expect-error" instead of "@ts-ignore", as "@ts-ignore" will do nothing if the following line is error-free
gui (20.x): gui/src/actions/formatCode.ts#L4
Use "@ts-expect-error" instead of "@ts-ignore", as "@ts-ignore" will do nothing if the following line is error-free
gui (20.x): gui/src/actions/formatCode.ts#L8
'MutableRef' is defined but never used. Allowed unused vars must match /^_/u
gui (20.x): gui/src/codemirror/completionSources/localCompletionSource.ts#L71
Unexpected any. Specify a different type
gui (20.x): gui/src/codemirror/completionSources/localCompletionSource.ts#L82
Unexpected 'fixme' comment: 'FIXME'
gui (20.x): gui/src/codemirror/completionSources/localCompletionSource.ts#L96
Unexpected 'fixme' comment: 'FIXME what is correct return value?'
gui (20.x): gui/src/components/js2eel/Js2Eel.tsx#L4
'saveClientSetting' is defined but never used. Allowed unused vars must match /^_/u
gui (20.x): gui/src/components/js2eel/NewFileModal.tsx#L30
'event' is defined but never used. Allowed unused args must match /^_/u
gui (20.x): gui/src/components/js2eel/tabs/Docs/Docs.tsx#L14
Unexpected 'fixme' comment: 'FIXME change to use PersistedScrollable'