Operation dispatcher FSM #102
Annotations
17 warnings
Test Suite
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/
|
Test Suite
The following actions use a deprecated Node.js version and will be forced to run on node20: actions-rs/toolchain@v1, arduino/setup-protoc@v1, actions-rs/cargo@v1. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
Test Suite
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/
|
Test Suite
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/
|
Test Suite
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/
|
Test Suite
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/
|
Test Suite:
src/action_dispatcher.rs#L5
enum `State` is never used
|
Test Suite:
src/action_dispatcher.rs#L12
method `next` is never used
|
Test Suite:
src/action_dispatcher.rs#L21
struct `Action` is never constructed
|
Test Suite:
src/action_dispatcher.rs#L28
associated items `default`, `set_operation`, `trigger`, `get_state`, and `get_result` are never used
|
Test Suite:
src/action_dispatcher.rs#L57
struct `ActionDispatcher` is never constructed
|
Test Suite:
src/action_dispatcher.rs#L62
associated items `default`, `push_actions`, `get_current_action_state`, `get_current_action_result`, and `next` are never used
|
Test Suite
`wasm-shim` (lib) generated 6 warnings
|
Test Suite:
src/action_dispatcher.rs#L117
variable does not need to be mutable
|
Test Suite:
src/action_dispatcher.rs#L144
variable does not need to be mutable
|
Test Suite:
src/action_dispatcher.rs#L62
associated function `default` is never used
|
Test Suite
`wasm-shim` (lib test) generated 3 warnings (run `cargo fix --lib -p wasm-shim --tests` to apply 2 suggestions)
|