New example: Polysynth #11
Annotations
3 errors and 27 warnings
Run clippy
could not compile `ladder` (lib test) due to 2 previous errors
|
Run clippy:
examples/ladder/src/dsp.rs#L159
error[E0308]: mismatched types
--> examples/ladder/src/dsp.rs:159:27
|
159 | self.samplerate = samplerate;
| --------------- ^^^^^^^^^^ expected `AutoSimd<[f32; 2]>`, found `f32`
| |
| expected due to the type of this binding
|
= note: expected struct `valib::simd::AutoSimd<[f32; 2]>`
found type `f32`
|
Run clippy
Clippy has exited with exit code 101
|
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/
|
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v2, actions/cache@v2, 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/
|
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/
|
Run clippy
`/home/runner/work/valib/valib/.cargo/config` is deprecated in favor of `config.toml`
|
Run clippy
`/home/runner/work/valib/valib/.cargo/config` is deprecated in favor of `config.toml`
|
Run clippy:
crates/valib-core/src/lib.rs#L6
warning: the feature `generic_const_exprs` is incomplete and may not be safe to use and/or cause compiler crashes
--> crates/valib-core/src/lib.rs:6:12
|
6 | #![feature(generic_const_exprs)]
| ^^^^^^^^^^^^^^^^^^^
|
= note: see issue #76560 <https://github.com/rust-lang/rust/issues/76560> for more information
= note: `#[warn(incomplete_features)]` on by default
|
Run clippy:
crates/valib-core/src/math/mod.rs#L14
warning: unexpected `cfg` condition value: `math-polynom`
--> crates/valib-core/src/math/mod.rs:14:7
|
14 | #[cfg(feature = "math-polynom")]
| ^^^^^^^^^^^^^^^^^^^^^^^^
|
= note: expected values for `feature` are: `test-utils`
= help: consider adding `math-polynom` as a feature in `Cargo.toml`
= note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
= note: `#[warn(unexpected_cfgs)]` on by default
|
Run clippy:
crates/valib-core/src/util.rs#L6
warning: unused import: `SimdComplexField`
--> crates/valib-core/src/util.rs:6:19
|
6 | use simba::simd::{SimdComplexField, SimdValue};
| ^^^^^^^^^^^^^^^^
|
= note: `#[warn(unused_imports)]` on by default
|
Run clippy:
crates/valib-core/src/util.rs#L227
warning: missing documentation for a struct
--> crates/valib-core/src/util.rs:227:1
|
227 | pub struct Rms<T> {
| ^^^^^^^^^^^^^^^^^
|
Run clippy:
crates/valib-core/src/util.rs#L233
warning: missing documentation for an associated function
--> crates/valib-core/src/util.rs:233:5
|
233 | pub fn new(size: usize) -> Self {
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
Run clippy:
crates/valib-core/src/util.rs#L242
warning: missing documentation for a method
--> crates/valib-core/src/util.rs:242:5
|
242 | pub fn add_element(&mut self, value: T) -> T {
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
Run clippy:
crates/valib-core/src/util.rs#L250
warning: missing documentation for a method
--> crates/valib-core/src/util.rs:250:5
|
250 | pub fn get_rms(&self) -> T {
| ^^^^^^^^^^^^^^^^^^^^^^^^^^
|
Run clippy:
crates/valib-core/src/math/interpolation.rs#L136
warning: missing documentation for a type alias
--> crates/valib-core/src/math/interpolation.rs:136:1
|
136 | pub type Sine<T> = MappedLinear<fn(T) -> T>;
| ^^^^^^^^^^^^^^^^
|
note: the lint level is defined here
--> crates/valib-core/src/lib.rs:5:9
|
5 | #![warn(missing_docs)]
| ^^^^^^^^^^^^
|
Install cargo-make
`/home/runner/work/valib/valib/.cargo/config` is deprecated in favor of `config.toml`
|
pre-build
`/home/runner/work/valib/valib/.cargo/config` is deprecated in favor of `config.toml`
|
pre-build
`/home/runner/work/valib/valib/.cargo/config` is deprecated in favor of `config.toml`
|
pre-build
`/home/runner/work/valib/valib/.cargo/config` is deprecated in favor of `config.toml`
|
pre-build
`/home/runner/work/valib/valib/.cargo/config` is deprecated in favor of `config.toml`
|
pre-build
`/home/runner/work/valib/valib/.cargo/config` is deprecated in favor of `config.toml`
|
pre-build
`/home/runner/work/valib/valib/.cargo/config` is deprecated in favor of `config.toml`
|
pre-build
`/home/runner/work/valib/valib/.cargo/config` is deprecated in favor of `config.toml`
|
pre-build
`/home/runner/work/valib/valib/.cargo/config` is deprecated in favor of `config.toml`
|
pre-build
`/home/runner/work/valib/valib/.cargo/config` is deprecated in favor of `config.toml`
|
pre-build
`/home/runner/work/valib/valib/.cargo/config` is deprecated in favor of `config.toml`
|
Loading