Update Message Handling and Out-of-scope changes: state machine, time manager, state manager, restructuring. #38
Annotations
22 warnings
test
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
test
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
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
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
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:
crates/thermocouple-converter/src/lib.rs#L91
unused import: `super::*`
|
test
`thermocouple-converter` (lib test) generated 1 warning (run `cargo fix --lib -p thermocouple-converter --tests` to apply 1 suggestion)
|
All
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
All
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/
|
All
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/
|
All
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/
|
All
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/
|
All:
boards/temperature/src/managers/data_manager.rs#L4
unused import: `messages::CanData`
|
All:
boards/temperature/src/managers/mod.rs#L11
unused import: `crate::managers::state_manager::StateManager`
|
All:
boards/temperature/src/main.rs#L10
unused import: `managers::TimeManager`
|
All:
boards/temperature/src/main.rs#L14
unused import: `messages::sensor`
|
All:
boards/temperature/src/managers/adc_manager.rs#L16
fields `spi`, `adc1`, `adc2`, `adc1_cs`, and `adc2_cs` are never read
|
All:
boards/temperature/src/managers/adc_manager.rs#L40
methods `init_adc1` and `init_adc2` are never used
|
All:
boards/temperature/src/managers/state_manager.rs#L3
struct `StateManager` is never constructed
|
All:
boards/temperature/src/managers/time_manager.rs#L3
struct `TimeManager` is never constructed
|
All:
boards/temperature/src/main.rs#L49
fields `sd_manager` and `adc_manager` are never read
|
All
`temperature` (bin "temperature") generated 9 warnings (run `cargo fix --bin "temperature"` to apply 4 suggestions)
|