Merge pull request #12 from SolarLiner/feat/nih-plug #142
Annotations
26 warnings
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/.
|
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/
|
Set up Rust toolchain
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/
|
Set up Rust toolchain
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/
|
Set up Rust toolchain
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/
|
Set up Rust toolchain
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/
|
Build all targets
output filename collision.
|
Build all targets
output filename collision.
|
Build all targets:
src/lib.rs#L2
the feature `generic_const_exprs` is incomplete and may not be safe to use and/or cause compiler crashes
|
Build all targets:
src/dsp/blocks.rs#L3
unused import: `std::ops`
|
Build all targets:
src/dsp/blocks.rs#L4
unused import: `std::ops::DerefMut`
|
Build all targets:
src/math/lut.rs#L3
unused import: `num_traits::Num`
|
Build all targets:
src/math/lut.rs#L6
unused import: `simd::SimdPartialOrd`
|
Build all targets:
src/math/polynom.rs#L4
unused import: `Num`
|
Build all targets:
src/oscillators/wavetable.rs#L1
unused import: `marker::PhantomData`
|
Build all targets:
src/oscillators/wavetable.rs#L3
unused import: `num_traits::Num`
|
Run the tests:
src/lib.rs#L2
the feature `generic_const_exprs` is incomplete and may not be safe to use and/or cause compiler crashes
|
Run the tests:
src/dsp/blocks.rs#L3
unused import: `std::ops`
|
Run the tests:
src/dsp/blocks.rs#L4
unused import: `std::ops::DerefMut`
|
Run the tests:
src/math/lut.rs#L3
unused import: `num_traits::Num`
|
Run the tests:
src/math/lut.rs#L6
unused import: `simd::SimdPartialOrd`
|
Run the tests:
src/math/polynom.rs#L4
unused import: `Num`
|
Run the tests:
src/oscillators/wavetable.rs#L1
unused import: `marker::PhantomData`
|
Run the tests:
src/oscillators/wavetable.rs#L3
unused import: `num_traits::Num`
|
Run the tests:
src/oscillators/wavetable.rs#L9
unused import: `simd::SimdPartialOrd`
|
Run the tests:
src/math/interpolation.rs#L2
unused import: `AsPrimitive`
|
Loading