feat: begin EQ work, fix build issues and remove legacy components #54
ci.yml
on: push
Run cargo check
5m 0s
Run tests with stable Rust
4m 58s
Run lints with stable Rust
2m 2s
Annotations
38 warnings
Run lints with stable Rust
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v2, actions/cache@v2, 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/.
|
Run lints with stable Rust
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/cache@v2, 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/
|
Run lints with stable Rust
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/
|
Run lints with stable Rust
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/
|
Run lints with stable Rust
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/
|
Run lints with stable Rust
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/
|
Run tests with stable Rust
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v2, actions/cache@v2, 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/.
|
Run tests with stable Rust
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/cache@v2, 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/
|
Run tests with stable Rust
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/
|
Run tests with stable Rust
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/
|
Run tests with stable Rust
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/
|
Run tests with stable Rust
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/
|
Run tests with stable Rust
D:\a\SoundcoreManager\SoundcoreManager\manager-app\Cargo.toml: `default-features` is ignored for soundcore-lib, since `default-features` was not specified for `workspace.dependencies.soundcore-lib`, this could become a hard error in the future
|
Run tests with stable Rust:
test_data/src/a3040.rs#L13
constant `anc` should have an upper case name
|
Run tests with stable Rust:
test_data/src/a3040.rs#L25
constant `trans` should have an upper case name
|
Run tests with stable Rust:
test_data/src/a3040.rs#L37
constant `normal` should have an upper case name
|
Run tests with stable Rust:
test_data/src/a3040.rs#L50
constant `max_eq` should have an upper case name
|
Run tests with stable Rust
`test_data` (lib) generated 4 warnings
|
Run tests with stable Rust:
soundcore-lib/src/api/state/state.rs#L4
unused imports: `CustomHearID`, `SoundcoreFeatureFlags`
|
Run tests with stable Rust:
soundcore-lib/src/devices/a3027/features.rs#L3
unused import: `FeatureFlags`
|
Run tests with stable Rust:
soundcore-lib/src/devices/a3028/features.rs#L3
unused import: `FeatureFlags`
|
Run tests with stable Rust:
soundcore-lib/src/devices/a3029/features.rs#L3
unused import: `FeatureFlags`
|
Run cargo check
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v2, actions/cache@v2, 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/.
|
Run cargo check
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/cache@v2, 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/
|
Run cargo check
D:\a\SoundcoreManager\SoundcoreManager\manager-app\Cargo.toml: `default-features` is ignored for soundcore-lib, since `default-features` was not specified for `workspace.dependencies.soundcore-lib`, this could become a hard error in the future
|
Run cargo check:
test_data/src/a3040.rs#L13
constant `anc` should have an upper case name
|
Run cargo check:
test_data/src/a3040.rs#L25
constant `trans` should have an upper case name
|
Run cargo check:
test_data/src/a3040.rs#L37
constant `normal` should have an upper case name
|
Run cargo check:
test_data/src/a3040.rs#L50
constant `max_eq` should have an upper case name
|
Run cargo check
`test_data` (lib) generated 4 warnings
|
Run cargo check:
soundcore-lib/src/api/state/state.rs#L4
unused imports: `CustomHearID`, `SoundcoreFeatureFlags`
|
Run cargo check:
soundcore-lib/src/devices/a3027/features.rs#L3
unused import: `FeatureFlags`
|
Run cargo check:
soundcore-lib/src/devices/a3028/features.rs#L3
unused import: `FeatureFlags`
|
Run cargo check:
soundcore-lib/src/devices/a3029/features.rs#L3
unused import: `FeatureFlags`
|
Run cargo check
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/
|
Run cargo check
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/
|
Run cargo check
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/
|
Run cargo check
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/
|