Docs: Add example diagram #1289
Annotations
8 errors and 26 warnings
cargo test:
main/src/domain/eel_transformation.rs#L240
unresolved import `helgoboss_learn::TransformationInputMetaData`
|
cargo test:
main/src/domain/eel_transformation.rs#L294
no function or associated item named `new` found for struct `helgoboss_learn::TransformationInput` in the current scope
|
cargo test:
main/src/domain/eel_transformation.rs#L301
this method takes 1 argument but 3 arguments were supplied
|
cargo test:
main/lib/helgoboss-learn/src/mode/test_util.rs#L51
struct takes 0 generic arguments but 1 generic argument was supplied
|
cargo test:
main/lib/helgoboss-learn/src/mode/test_util.rs#L47
method `transform` has 4 parameters but the declaration in trait `transformation::Transformation::transform` has 2
|
cargo test:
main/lib/helgoboss-learn/src/mode/test_util.rs#L52
no field `input_value` on type `transformation::TransformationInput<f64>`
|
cargo test
could not compile `helgoboss-learn` (lib test) due to 3 previous errors
|
cargo test
The process '/home/runner/.cargo/bin/cargo' failed with exit code 101
|
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@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/
|
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v2, webfactory/[email protected], actions-rs/toolchain@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/
|
Run actions-rs/toolchain@v1
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 actions-rs/toolchain@v1
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 actions-rs/toolchain@v1
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 actions-rs/toolchain@v1
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/
|
cargo build:
main/src/domain/main_processor.rs#L28
unused import: `AbstractTimestamp`
|
cargo build:
main/src/domain/control_surface.rs#L12
unused import: `helgoboss_learn::AbstractTimestamp`
|
cargo build:
main/src/domain/audio_hook.rs#L10
unused import: `AbstractTimestamp`
|
cargo build:
main/src/domain/audio_hook.rs#L21
unused imports: `AtomicU32`, `AtomicU64`, and `Ordering`
|
cargo build:
main/src/domain/accelerator.rs#L5
unused import: `helgoboss_learn::AbstractTimestamp`
|
cargo build:
main/src/domain/control_event.rs#L6
unused import: `std::sync::LazyLock`
|
cargo build:
main/src/domain/control_event.rs#L7
unused import: `Instant`
|
cargo build:
main/src/infrastructure/plugin/backbone_shell.rs#L94
unused imports: `AtomicU32` and `AtomicU64`
|
cargo build:
main/src/infrastructure/plugin/helgobox_plugin.rs#L33
unused import: `helgoboss_learn::AbstractTimestamp`
|
cargo build
`helgobox` (lib) generated 9 warnings (run `cargo fix --lib -p helgobox` to apply 9 suggestions)
|
cargo test:
main/src/domain/main_processor.rs#L28
unused import: `AbstractTimestamp`
|
cargo test:
main/src/domain/control_surface.rs#L12
unused import: `helgoboss_learn::AbstractTimestamp`
|
cargo test:
main/src/domain/audio_hook.rs#L10
unused import: `AbstractTimestamp`
|
cargo test:
main/src/domain/audio_hook.rs#L21
unused imports: `AtomicU32`, `AtomicU64`, and `Ordering`
|
cargo test:
main/src/domain/accelerator.rs#L5
unused import: `helgoboss_learn::AbstractTimestamp`
|
cargo test:
main/src/domain/control_event.rs#L6
unused import: `std::sync::LazyLock`
|
cargo test:
main/src/domain/control_event.rs#L7
unused import: `Instant`
|
cargo test:
main/src/infrastructure/plugin/backbone_shell.rs#L94
unused imports: `AtomicU32` and `AtomicU64`
|
cargo test:
main/src/infrastructure/plugin/helgobox_plugin.rs#L33
unused import: `helgoboss_learn::AbstractTimestamp`
|
cargo test
`helgobox` (lib test) generated 9 warnings
|
Loading