poly: truncate leading zeros for poly add #3077
Annotations
10 errors and 21 warnings
build
can't find crate for `std`
|
build:
poly/src/domain/general.rs#L49
cannot find attribute `derive` in this scope
|
build:
poly/src/domain/mixed_radix.rs#L28
cannot find attribute `derive` in this scope
|
build:
poly/src/domain/radix2/fft.rs#L14
cannot find attribute `derive` in this scope
|
build:
poly/src/domain/radix2/mod.rs#L21
cannot find attribute `derive` in this scope
|
build:
poly/src/evaluations/multivariate/multilinear/dense.rs#L23
cannot find attribute `derive` in this scope
|
build:
poly/src/evaluations/multivariate/multilinear/sparse.rs#L25
cannot find attribute `derive` in this scope
|
build:
poly/src/evaluations/univariate/mod.rs#L17
cannot find attribute `derive` in this scope
|
build:
poly/src/polynomial/multivariate/sparse.rs#L20
cannot find attribute `derive` in this scope
|
build:
poly/src/polynomial/multivariate/sparse.rs#L21
cannot find attribute `educe` in this scope
|
check
/home/runner/work/algebra/algebra/serialize/Cargo.toml: unused manifest key: package.package
|
check
/home/runner/work/algebra/algebra/bench-templates/Cargo.toml: unused manifest key: package.package
|
check
/home/runner/work/algebra/algebra/ff/Cargo.toml: unused manifest key: package.package
|
check
/home/runner/work/algebra/algebra/serialize-derive/Cargo.toml: unused manifest key: package.package
|
check
/home/runner/work/algebra/algebra/ff-macros/Cargo.toml: unused manifest key: package.package
|
check
excluded package(s) `ark-poly-benches` not found in workspace `/home/runner/work/algebra/algebra`
|
check
target filter `examples` specified, but no targets matched; this is a no-op
|
Install 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/
|
Install 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/
|
Install 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/
|
Install 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/
|
build
/home/runner/work/algebra/algebra/bench-templates/Cargo.toml: unused manifest key: package.package
|
build
/home/runner/work/algebra/algebra/ff-asm/Cargo.toml: unused manifest key: package.package
|
build
/home/runner/work/algebra/algebra/serialize/Cargo.toml: unused manifest key: package.package
|
build
/home/runner/work/algebra/algebra/test-templates/Cargo.toml: unused manifest key: package.package
|
build
/home/runner/work/algebra/algebra/poly/Cargo.toml: unused manifest key: package.package
|
build
excluded package(s) `ark-poly-benches` not found in workspace `/home/runner/work/algebra/algebra`
|
build:
poly/src/lib.rs#L18
unused `#[macro_use]` import
|
build:
poly/src/domain/mixed_radix.rs#L19
unused imports: `CanonicalDeserialize` and `CanonicalSerialize`
|
build:
poly/src/domain/radix2/mod.rs#L10
unused imports: `CanonicalDeserialize` and `CanonicalSerialize`
|
build:
poly/src/evaluations/multivariate/multilinear/dense.rs#L8
unused imports: `CanonicalDeserialize` and `CanonicalSerialize`
|
Loading