Skip to content

Merge branch 'develop' into bus-auto #287

Merge branch 'develop' into bus-auto

Merge branch 'develop' into bus-auto #287

Triggered via push November 13, 2023 15:33
Status Success
Total duration 5m 6s
Artifacts
This run and associated checks have been archived and are scheduled for deletion. Learn more about checks retention

lints-beta.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

17 errors and 5 warnings
no method named `unwrap_or_default` found for struct `subtle::CtOption` in the current scope: halo2_proofs/src/dev.rs#L698
error[E0599]: no method named `unwrap_or_default` found for struct `subtle::CtOption` in the current scope --> halo2_proofs/src/dev.rs:698:61 | 698 | CellValue::Rational(n, d) => n * d.invert().unwrap_or_default(), | ^^^^^^^^^^^^^^^^^ help: there is an associated function with a similar name: `unwrap_or`
no method named `unwrap_or_default` found for struct `subtle::CtOption` in the current scope: halo2_proofs/src/dev.rs#L673
error[E0599]: no method named `unwrap_or_default` found for struct `subtle::CtOption` in the current scope --> halo2_proofs/src/dev.rs:673:61 | 673 | CellValue::Rational(n, d) => n * d.invert().unwrap_or_default(), | ^^^^^^^^^^^^^^^^^ help: there is an associated function with a similar name: `unwrap_or`
not all trait items implemented, missing: `query_advice`, `query_fixed`: halo2_proofs/src/dev/graph/layout.rs#L398
error[E0046]: not all trait items implemented, missing: `query_advice`, `query_fixed` --> halo2_proofs/src/dev/graph/layout.rs:398:1 | 398 | impl<F: Field> Assignment<F> for Layout { | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ missing `query_advice`, `query_fixed` in implementation | ::: halo2_proofs/src/plonk/circuit.rs:588:5 | 588 | fn query_advice(&self, column: Column<Advice>, row: usize) -> Result<F, Error>; | ------------------------------------------------------------------------------- `query_advice` from trait ... 591 | fn query_fixed(&self, column: Column<Fixed>, row: usize) -> Result<F, Error>; | ----------------------------------------------------------------------------- `query_fixed` from trait
not all trait items implemented, missing: `query_advice`, `query_fixed`: halo2_proofs/src/dev/graph.rs#L81
error[E0046]: not all trait items implemented, missing: `query_advice`, `query_fixed` --> halo2_proofs/src/dev/graph.rs:81:1 | 81 | impl<F: Field> Assignment<F> for Graph { | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ missing `query_advice`, `query_fixed` in implementation | ::: halo2_proofs/src/plonk/circuit.rs:588:5 | 588 | fn query_advice(&self, column: Column<Advice>, row: usize) -> Result<F, Error>; | ------------------------------------------------------------------------------- `query_advice` from trait ... 591 | fn query_fixed(&self, column: Column<Fixed>, row: usize) -> Result<F, Error>; | ----------------------------------------------------------------------------- `query_fixed` from trait
no method named `unwrap_or_default` found for struct `subtle::CtOption` in the current scope: halo2_proofs/src/dev.rs#L698
error[E0599]: no method named `unwrap_or_default` found for struct `subtle::CtOption` in the current scope --> halo2_proofs/src/dev.rs:698:61 | 698 | CellValue::Rational(n, d) => n * d.invert().unwrap_or_default(), | ^^^^^^^^^^^^^^^^^ help: there is an associated function with a similar name: `unwrap_or`
no method named `unwrap_or_default` found for struct `subtle::CtOption` in the current scope: halo2_proofs/src/dev.rs#L673
error[E0599]: no method named `unwrap_or_default` found for struct `subtle::CtOption` in the current scope --> halo2_proofs/src/dev.rs:673:61 | 673 | CellValue::Rational(n, d) => n * d.invert().unwrap_or_default(), | ^^^^^^^^^^^^^^^^^ help: there is an associated function with a similar name: `unwrap_or`
not all trait items implemented, missing: `query_advice`, `query_fixed`: halo2_proofs/src/dev/graph/layout.rs#L398
error[E0046]: not all trait items implemented, missing: `query_advice`, `query_fixed` --> halo2_proofs/src/dev/graph/layout.rs:398:1 | 398 | impl<F: Field> Assignment<F> for Layout { | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ missing `query_advice`, `query_fixed` in implementation | ::: halo2_proofs/src/plonk/circuit.rs:588:5 | 588 | fn query_advice(&self, column: Column<Advice>, row: usize) -> Result<F, Error>; | ------------------------------------------------------------------------------- `query_advice` from trait ... 591 | fn query_fixed(&self, column: Column<Fixed>, row: usize) -> Result<F, Error>; | ----------------------------------------------------------------------------- `query_fixed` from trait
not all trait items implemented, missing: `query_advice`, `query_fixed`: halo2_proofs/src/dev/graph.rs#L81
error[E0046]: not all trait items implemented, missing: `query_advice`, `query_fixed` --> halo2_proofs/src/dev/graph.rs:81:1 | 81 | impl<F: Field> Assignment<F> for Graph { | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ missing `query_advice`, `query_fixed` in implementation | ::: halo2_proofs/src/plonk/circuit.rs:588:5 | 588 | fn query_advice(&self, column: Column<Advice>, row: usize) -> Result<F, Error>; | ------------------------------------------------------------------------------- `query_advice` from trait ... 591 | fn query_fixed(&self, column: Column<Fixed>, row: usize) -> Result<F, Error>; | ----------------------------------------------------------------------------- `query_fixed` from trait
no method named `unwrap_or_default` found for struct `subtle::CtOption` in the current scope: halo2_proofs/src/dev.rs#L698
error[E0599]: no method named `unwrap_or_default` found for struct `subtle::CtOption` in the current scope --> halo2_proofs/src/dev.rs:698:61 | 698 | CellValue::Rational(n, d) => n * d.invert().unwrap_or_default(), | ^^^^^^^^^^^^^^^^^ help: there is an associated function with a similar name: `unwrap_or`
no method named `unwrap_or_default` found for struct `subtle::CtOption` in the current scope: halo2_proofs/src/dev.rs#L673
error[E0599]: no method named `unwrap_or_default` found for struct `subtle::CtOption` in the current scope --> halo2_proofs/src/dev.rs:673:61 | 673 | CellValue::Rational(n, d) => n * d.invert().unwrap_or_default(), | ^^^^^^^^^^^^^^^^^ help: there is an associated function with a similar name: `unwrap_or`
no method named `unwrap_or_default` found for struct `subtle::CtOption` in the current scope: halo2_proofs/src/dev.rs#L698
error[E0599]: no method named `unwrap_or_default` found for struct `subtle::CtOption` in the current scope --> halo2_proofs/src/dev.rs:698:61 | 698 | CellValue::Rational(n, d) => n * d.invert().unwrap_or_default(), | ^^^^^^^^^^^^^^^^^ help: there is an associated function with a similar name: `unwrap_or`
no method named `unwrap_or_default` found for struct `subtle::CtOption` in the current scope: halo2_proofs/src/dev.rs#L673
error[E0599]: no method named `unwrap_or_default` found for struct `subtle::CtOption` in the current scope --> halo2_proofs/src/dev.rs:673:61 | 673 | CellValue::Rational(n, d) => n * d.invert().unwrap_or_default(), | ^^^^^^^^^^^^^^^^^ help: there is an associated function with a similar name: `unwrap_or`
not all trait items implemented, missing: `query_advice`, `query_fixed`: halo2_proofs/src/dev/graph/layout.rs#L398
error[E0046]: not all trait items implemented, missing: `query_advice`, `query_fixed` --> halo2_proofs/src/dev/graph/layout.rs:398:1 | 398 | impl<F: Field> Assignment<F> for Layout { | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ missing `query_advice`, `query_fixed` in implementation | ::: halo2_proofs/src/plonk/circuit.rs:588:5 | 588 | fn query_advice(&self, column: Column<Advice>, row: usize) -> Result<F, Error>; | ------------------------------------------------------------------------------- `query_advice` from trait ... 591 | fn query_fixed(&self, column: Column<Fixed>, row: usize) -> Result<F, Error>; | ----------------------------------------------------------------------------- `query_fixed` from trait
not all trait items implemented, missing: `query_advice`, `query_fixed`: halo2_proofs/src/dev/graph.rs#L81
error[E0046]: not all trait items implemented, missing: `query_advice`, `query_fixed` --> halo2_proofs/src/dev/graph.rs:81:1 | 81 | impl<F: Field> Assignment<F> for Graph { | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ missing `query_advice`, `query_fixed` in implementation | ::: halo2_proofs/src/plonk/circuit.rs:588:5 | 588 | fn query_advice(&self, column: Column<Advice>, row: usize) -> Result<F, Error>; | ------------------------------------------------------------------------------- `query_advice` from trait ... 591 | fn query_fixed(&self, column: Column<Fixed>, row: usize) -> Result<F, Error>; | ----------------------------------------------------------------------------- `query_fixed` from trait
not all trait items implemented, missing: `query_advice`, `query_fixed`: halo2_proofs/src/dev/graph/layout.rs#L398
error[E0046]: not all trait items implemented, missing: `query_advice`, `query_fixed` --> halo2_proofs/src/dev/graph/layout.rs:398:1 | 398 | impl<F: Field> Assignment<F> for Layout { | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ missing `query_advice`, `query_fixed` in implementation | ::: halo2_proofs/src/plonk/circuit.rs:588:5 | 588 | fn query_advice(&self, column: Column<Advice>, row: usize) -> Result<F, Error>; | ------------------------------------------------------------------------------- `query_advice` from trait ... 591 | fn query_fixed(&self, column: Column<Fixed>, row: usize) -> Result<F, Error>; | ----------------------------------------------------------------------------- `query_fixed` from trait
not all trait items implemented, missing: `query_advice`, `query_fixed`: halo2_proofs/src/dev/graph.rs#L81
error[E0046]: not all trait items implemented, missing: `query_advice`, `query_fixed` --> halo2_proofs/src/dev/graph.rs:81:1 | 81 | impl<F: Field> Assignment<F> for Graph { | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ missing `query_advice`, `query_fixed` in implementation | ::: halo2_proofs/src/plonk/circuit.rs:588:5 | 588 | fn query_advice(&self, column: Column<Advice>, row: usize) -> Result<F, Error>; | ------------------------------------------------------------------------------- `query_advice` from trait ... 591 | fn query_fixed(&self, column: Column<Fixed>, row: usize) -> Result<F, Error>; | ----------------------------------------------------------------------------- `query_fixed` from trait
Clippy (beta)
Clippy had exited with the 101 exit code
Clippy (beta)
The following actions uses node12 which is deprecated and will be forced to run on node16: actions-rs/toolchain@v1, actions-rs/clippy-check@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
Clippy (beta)
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/
Clippy (beta)
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/
Clippy (beta)
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/
Clippy (beta)
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/