I was just testing random things #8632
Annotations
11 warnings
|
lint
Node.js 20 is deprecated. The following actions target Node.js 20 but are being forced to run on Node.js 24: actions/checkout@11d5960a326750d5838078e36cf38b85af677262, actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
eslint(no-unused-vars):
src/core/p5.Renderer3D.js#L1354
src/core/p5.Renderer3D.js:1354:16: Catch parameter 'err' is caught but never used.
|
|
eslint(no-dupe-class-members):
src/core/p5.Renderer3D.js#L440
src/core/p5.Renderer3D.js:440:3: Duplicate class member: "remove"
|
|
eslint(eqeqeq):
src/strands/ir_types.js#L286
src/strands/ir_types.js:286:42: Expected !== and instead saw !=
|
|
eslint(eqeqeq):
src/strands/ir_types.js#L285
src/strands/ir_types.js:285:38: Expected === and instead saw ==
|
|
eslint(no-unused-vars):
src/strands/strands_codegen.js#L7
src/strands/strands_codegen.js:7:3: Identifier 'TypeInfoFromGLSLName' is imported but never used.
|
|
eslint(no-unused-vars):
src/strands/strands_codegen.js#L5
src/strands/strands_codegen.js:5:3: Identifier 'StatementType' is imported but never used.
|
|
eslint(no-unused-vars):
src/strands/strands_codegen.js#L4
src/strands/strands_codegen.js:4:3: Identifier 'NodeType' is imported but never used.
|
|
eslint(no-unused-vars):
src/strands/strands_codegen.js#L2
src/strands/strands_codegen.js:2:13: Identifier 'DAG' is imported but never used.
|
|
eslint(no-unused-vars):
test/unit/image/loading.js#L12
test/unit/image/loading.js:12:5: Variable 'testImageRender' is declared but never used.
|
|
eslint(no-unused-vars):
src/strands/strands_conditionals.js#L4
src/strands/strands_conditionals.js:4:10: Identifier 'StrandsNode' is imported but never used.
|