Rename current methods #398
You are viewing an older attempt in the history of this workflow run.
View latest attempt.
Triggered via pull request
August 31, 2024 08:57
Status
Cancelled
Total duration
40m 35s
Artifacts
–
rust_ci.yml
on: pull_request
Format Check
17s
Tests
1m 1s
Fix Check
41s
Run Groth16 Binary
55s
Run Marlin Binary
40m 27s
Run Online Binary
2m 40s
Run Werewolf Binary
2m 39s
Annotations
2 errors and 10 warnings
Run Marlin Binary
The run was canceled by @taskooh.
|
Run Marlin Binary
The operation was canceled.
|
Fix Check:
mpc-trait/src/lib.rs#L94
for loop over a `&mut Option`. This is more readably written as an `if let` statement
|
Fix Check:
mpc-trait/src/lib.rs#L99
for loop over a `&Option`. This is more readably written as an `if let` statement
|
Fix Check:
mpc-net/src/multi.rs#L157
unexpected `cfg` condition value: `log_broadcast`
|
Fix Check:
mpc-net/src/multi.rs#L190
unexpected `cfg` condition value: `log_broadcast`
|
Fix Check:
mpc-net/src/multi.rs#L156
unused variable: `timer`
|
Fix Check:
mpc-net/src/multi.rs#L28
field `id` is never read
|
Fix Check:
arkworks/algebra/ff/src/lib.rs#L5
unexpected `cfg` condition name: `use_asm`
|
Fix Check:
arkworks/algebra/ff/src/lib.rs#L20
ambiguous glob re-exports
|
Fix Check:
arkworks/algebra/ff/src/fields/arithmetic.rs#L97
unexpected `cfg` condition name: `use_asm`
|
Fix Check:
arkworks/algebra/ff/src/fields/arithmetic.rs#L24
unexpected `cfg` condition name: `use_asm`
|