New example: Polysynth #7
Annotations
27 warnings
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/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/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#L206
warning: missing documentation for a struct
--> crates/valib-core/src/util.rs:206:1
|
206 | pub struct Rms<T> {
| ^^^^^^^^^^^^^^^^^
|
Run clippy:
crates/valib-core/src/util.rs#L212
warning: missing documentation for an associated function
--> crates/valib-core/src/util.rs:212:5
|
212 | pub fn new(size: usize) -> Self {
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
Run clippy:
crates/valib-core/src/util.rs#L221
warning: missing documentation for a method
--> crates/valib-core/src/util.rs:221:5
|
221 | pub fn add_element(&mut self, value: T) -> T {
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
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