perf(vm): general performance/space improvements #601
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 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/
|
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/
|