feat: final cleanup before benchmarks. The code at this point should … #91
basic.yml
on: push
Check normal examples
35s
Check mpi examples
57s
Check visualization examples
1m 33s
Rustfmt
4s
Clippy
22s
Clippy visualization
8s
Clippy visualization and mpi
51s
Annotations
15 errors and 23 warnings
Rustfmt
Process completed with exit code 1.
|
Clippy
Process completed with exit code 101.
|
Check normal examples
Process completed with exit code 101.
|
Clippy visualization and mpi:
flockers/src/main.rs#L5
failed to resolve: could not find `components` in `engine`
|
Clippy visualization and mpi:
flockers/src/main.rs#L6
failed to resolve: could not find `components` in `engine`
|
Clippy visualization and mpi:
flockers/src/main.rs#L9
failed to resolve: could not find `resources` in `engine`
|
Clippy visualization and mpi:
flockers/src/main.rs#L3
unresolved imports `krabmaga::engine::Entity`, `krabmaga::engine::Query`, `krabmaga::engine::Res`
|
Clippy visualization and mpi:
flockers/src/main.rs#L10
unresolved import `krabmaga::engine::rng`
|
Clippy visualization and mpi:
flockers/src/main.rs#L11
unresolved import `krabmaga::engine::simulation`
|
Clippy visualization and mpi:
flockers/src/model/bird.rs#L2
unresolved import `krabmaga::engine::Component`
|
Clippy visualization and mpi:
flockers/src/model/bird.rs#L3
unresolved import `krabmaga::engine::bevy_ecs`
|
Clippy visualization and mpi:
flockers/src/model/bird.rs#L7
cannot determine resolution for the derive macro `Component`
|
Clippy visualization and mpi:
flockers/src/model/bird.rs#L12
cannot determine resolution for the derive macro `Component`
|
Check mpi examples
Process completed with exit code 101.
|
Check visualization examples
Process completed with exit code 101.
|
Rustfmt
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
Clippy visualization
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
Clippy visualization
Unexpected input(s) 'command', 'args', valid inputs are ['toolchain', 'targets', 'target', 'components']
|
Clippy
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
Check normal examples
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
Clippy visualization and mpi
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions-rs/toolchain@v1, actions-rs/cargo@v1. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
Clippy visualization and mpi
The following actions uses node12 which is deprecated and will be forced to run on node16: actions-rs/toolchain@v1, actions-rs/cargo@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
Clippy visualization and mpi
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/
|
Clippy visualization and mpi
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/
|
Clippy visualization and mpi
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/
|
Clippy visualization and mpi
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/
|
Clippy visualization and mpi
Unexpected input(s) 'components', valid inputs are ['command', 'toolchain', 'args', 'use-cross']
|
Clippy visualization and mpi:
flockers/src/model/bird.rs#L1
unused import: `std::hash::Hash`
|
Clippy visualization and mpi:
flockers_mpi/src/model/bird.rs#L191
casting to the same type is unnecessary (`i32` -> `i32`)
|
Clippy visualization and mpi:
flockers_mpi/src/model/bird.rs#L194
using `clone` on type `Bird` which implements the `Copy` trait
|
Clippy visualization and mpi:
flockers_mpi/src/model/state.rs#L121
length comparison to zero
|
Clippy visualization and mpi:
flockers_mpi/src/model/state.rs#L151
length comparison to zero
|
Clippy visualization and mpi:
flockers_mpi/src/model/state.rs#L154
you seem to be trying to use `match` for destructuring a single pattern. Consider using `if let`
|
Clippy visualization and mpi:
sugarscape/src/main.rs#L29
this let-binding has unit value
|
Clippy visualization and mpi
`flockers_mpi` (bin "flockers_mpi") generated 5 warnings (run `cargo clippy --fix --bin "flockers_mpi"` to apply 4 suggestions)
|
Clippy visualization and mpi
`flockers` (bin "flockers") generated 1 warning
|
Check mpi examples
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
Check visualization examples
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|