lint #314
ci-checks.yaml
on: push
Build check
36s
Lint (clippy)
49s
Format
2m 27s
Run rust unit tests
1m 6s
Run integration tests
4m 43s
Annotations
11 errors and 7 warnings
|
Format
The process '/home/runner/.cargo/bin/cargo' failed with exit code 1
|
|
test/integration/turbowarp-integration-execute.test.mjs > Integration tests > tw-forkphorus-515-random-with-invalid-number-with-period.sb3 (default flags):
test/integration/turbowarp-integration-execute.test.mjs#L217
Error: Expected 6 tests, but ran 2
❯ test/integration/turbowarp-integration-execute.test.mjs:217:15
|
|
test/integration/turbowarp-integration-execute.test.mjs > Integration tests > tw-change-size-does-not-use-rounded-size.sb3 (default flags):
test/integration/turbowarp-integration-execute.test.mjs#L104
Error: Test timed out in 5000ms.
If this is a long-running test, pass a timeout value as the last argument or configure it globally with "testTimeout".
❯ test/integration/turbowarp-integration-execute.test.mjs:104:10
|
|
test/integration/turbowarp-integration-execute.test.mjs > Integration tests > tw-broadcast-id-and-name-desync.sb3 (default flags):
test/integration/turbowarp-integration-execute.test.mjs#L217
Error: Expected 1 tests, but ran 0
❯ test/integration/turbowarp-integration-execute.test.mjs:217:15
|
|
test/integration/turbowarp-integration-execute.test.mjs > Integration tests > tw-analyze-yields-due-to-direct-recursion.sb3 (default flags):
test/integration/turbowarp-integration-execute.test.mjs#L217
Error: Expected 1 tests, but ran 0
❯ test/integration/turbowarp-integration-execute.test.mjs:217:15
|
|
test/integration/turbowarp-integration-execute.test.mjs > Integration tests > procedures-recursive-default-boolean.sb2 (default flags):
test/integration/turbowarp-integration-execute.test.mjs#L222
Error: Test failures: boolean1 is incorrect false != 0
❯ test/integration/turbowarp-integration-execute.test.mjs:222:15
|
|
test/integration/turbowarp-integration-execute.test.mjs > Integration tests > order-library-reverse.sb3 (default flags):
test/integration/turbowarp-integration-execute.test.mjs#L222
Error: Test failures: order is incorrect 2 != 1, order is incorrect 1 != 2
❯ test/integration/turbowarp-integration-execute.test.mjs:222:15
|
|
test/integration/turbowarp-integration-execute.test.mjs > Integration tests > order-library-reverse.sb2 (default flags):
test/integration/turbowarp-integration-execute.test.mjs#L222
Error: Test failures: order is incorrect 2 != 1, order is incorrect 1 != 2
❯ test/integration/turbowarp-integration-execute.test.mjs:222:15
|
|
test/integration/turbowarp-integration-execute.test.mjs > Integration tests > events-broadcast-and-wait-yields-a-tick.sb2 (default flags):
test/integration/turbowarp-integration-execute.test.mjs#L222
Error: Test failures: order is incorrect 4 != 3, order is incorrect 3 != 4
❯ test/integration/turbowarp-integration-execute.test.mjs:222:15
|
|
test/integration/turbowarp-integration-execute.test.mjs > Integration tests > control-stop-all-leaks.sb2 (default flags):
playground/lib/project-runner.js#L224
RuntimeError: dereferencing a null pointer
❯ null.<anonymous> wasm:/wasm/4776da1a:1:4890
❯ null.<anonymous> wasm:/wasm/4776da1a:1:5045
❯ ProjectRunner.run playground/lib/project-runner.js:224:19
❯ test/integration/turbowarp-integration-execute.test.mjs:208:7
|
|
test/integration/turbowarp-integration-execute.test.mjs > Integration tests > broadcast-wait-arg-change.sb2 (default flags):
playground/lib/project-runner.js#L224
RuntimeError: dereferencing a null pointer
❯ null.<anonymous> wasm:/wasm/0a145762:1:1862
❯ null.<anonymous> wasm:/wasm/0a145762:1:2059
❯ ProjectRunner.run playground/lib/project-runner.js:224:19
❯ test/integration/turbowarp-integration-execute.test.mjs:208:7
|
|
Build check:
src/sb3.rs#L459
fields must be the same type across all variants - no getter will be emitted for this field
|
|
Lint (clippy):
src/sb3.rs#L459
fields must be the same type across all variants - no getter will be emitted for this field
|
|
Run rust unit tests:
src/sb3.rs#L459
fields must be the same type across all variants - no getter will be emitted for this field
|
|
Run rust unit tests:
src/sb3.rs#L459
fields must be the same type across all variants - no getter will be emitted for this field
|
|
Format:
src/ir/blocks.rs#L2032
Diff in /home/runner/work/hyperquark/hyperquark/src/ir/blocks.rs
|
|
Run integration tests:
src/sb3.rs#L459
fields must be the same type across all variants - no getter will be emitted for this field
|
|
Run integration tests:
src/sb3.rs#L459
fields must be the same type across all variants - no getter will be emitted for this field
|