WIP - tremor-script VM #11660
checks.yaml
on: pull_request
Matrix: unused-deps
audit
44s
license
5s
safety
11s
format
18s
clippy-check
2m 50s
Code Quality
0s
Annotations
13 errors and 3 warnings
license
Copyright missing in ./tremor-script/src/vm.rs
|
license
Process completed with exit code 1.
|
safety
unreachable! found in ./tremor-script/src/vm/compiler/impls/imut_expr.rs please don't.
|
safety
dbg! found in ./tremor-script/src/vm/compiler/impls/imut_expr.rs please use error!, info! etc instead.
|
safety
dbg! found in ./tremor-script/src/vm.rs please use error!, info! etc instead.
|
safety
FIXME found in ./tremor-script/src/vm/compiler/impls/imut_expr.rs.
|
safety
FIXME found in ./tremor-script/src/vm/compiler/impls.rs.
|
safety
FIXME found in ./tremor-script/src/vm.rs.
|
safety
todo! found in "./tremor-script/src/vm/compiler/impls/mut_expr.rs". Just do it!.
|
safety
todo! found in "./tremor-script/src/vm/compiler/impls/imut_expr.rs". Just do it!.
|
safety
todo! found in "./tremor-script/src/vm/compiler/impls.rs". Just do it!.
|
safety
array access ([...]) found in ./tremor-script/src/vm/compiler.rs that could go wrong, array access can panic.
|
Code Quality
Process completed with exit code 1.
|
clippy-check
The following actions uses node12 which is deprecated and will be forced to run on node16: scherermichael-oss/[email protected]. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
clippy-check
The following actions use a deprecated Node.js version and will be forced to run on node20: scherermichael-oss/[email protected], giraffate/clippy-action@v1. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
clippy-check
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|