Skip to content

perf(vm): general performance/space improvements #603

perf(vm): general performance/space improvements

perf(vm): general performance/space improvements #603

Triggered via pull request August 23, 2024 15:10
Status Success
Total duration 5m 54s
Artifacts

tests.yml

on: pull_request
Matrix: test
Fit to window
Zoom out
Zoom in

Annotations

5 warnings
check
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
clippy
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, 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: crates/cli/src/args.rs#L45
[clippy] reported by reviewdog 🐶 <pre><code>warning: name `CFG` contains a capitalized acronym --> crates/cli/src/args.rs:45:5 | 45 | CFG(CFGArgs), | ^^^ help: consider making the acronym lowercase, except the initial letter: `Cfg` | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#upper_case_acronyms = note: `#[warn(clippy::upper_case_acronyms)]` on by default </code></pre> Raw Output: crates/cli/src/args.rs:45:5:w: <pre><code>warning: name `CFG` contains a capitalized acronym --> crates/cli/src/args.rs:45:5 | 45 | CFG(CFGArgs), | ^^^ help: consider making the acronym lowercase, except the initial letter: `Cfg` | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#upper_case_acronyms = note: `#[warn(clippy::upper_case_acronyms)]` on by default </code></pre> __END__
test ubuntu-latest
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
test macos-latest
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/