feat: fixing memory interactions #2222
Annotations
8 errors and 10 warnings
Run cargo test:
recursion/core/src/cpu/air.rs#L73
no field `is_real` on type `memory::columns::MemoryReadWriteCols<F>`
|
Run cargo test:
recursion/core/src/cpu/air.rs#L77
no field `is_real` on type `memory::columns::MemoryReadWriteCols<F>`
|
Run cargo test:
recursion/core/src/cpu/air.rs#L83
no field `is_real` on type `memory::columns::MemoryReadWriteCols<F>`
|
Run cargo test:
recursion/core/src/cpu/air.rs#L89
no field `is_real` on type `memory::columns::MemoryReadWriteCols<F>`
|
Run cargo test:
recursion/core/src/memory/air.rs#L53
mismatched types
|
Run cargo test:
recursion/core/src/runtime/mod.rs#L269
no function or associated item named `new` found for struct `memory::MemoryRecord` in the current scope
|
Run cargo test:
recursion/core/src/runtime/mod.rs#L814
temporary value dropped while borrowed
|
Run cargo test
The process '/root/.cargo/bin/cargo' failed with exit code 101
|
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v2, actions/cache@v3, 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-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/
|
Run cargo test:
recursion/core/src/memory/air.rs#L12
unused import: `crate::air::Block`
|
Run cargo test:
recursion/core/src/memory/mod.rs#L6
unused import: `p3_field::PrimeField32`
|
Run cargo test:
recursion/core/src/memory/mod.rs#L7
unused import: `sp1_derive::AlignedBorrow`
|
Run cargo test:
recursion/core/src/program/mod.rs#L7
unused import: `AirInteraction`
|
Run cargo test:
recursion/core/src/program/mod.rs#L8
unused import: `sp1_core::lookup::InteractionKind`
|
Run cargo test:
recursion/core/src/program/mod.rs#L155
unused variable: `mult_local`
|
Run cargo test:
recursion/core/src/runtime/mod.rs#L808
unused variable: `v`
|
Run cargo test
`sp1-recursion-core` (lib) generated 7 warnings
|
Loading