feat(chain)!: introduce new TopologicalIterWithLevels
#248
Annotations
3 errors and 4 warnings
this loop never actually loops:
crates/chain/src/canonical_iter.rs#L286
error: this loop never actually loops
--> crates/chain/src/canonical_iter.rs:286:13
|
286 | / while let Some(txid) = self.queue.pop_front() {
287 | | let (tx, reason) = self
288 | | .canonical
289 | | .get(&txid)
... |
292 | | return Some(Ok((txid, tx, reason)));
293 | | }
| |_____________^
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#never_loop
|
this loop never actually loops:
crates/chain/src/canonical_iter.rs#L241
error: this loop never actually loops
--> crates/chain/src/canonical_iter.rs:241:9
|
241 | / loop {
242 | | while let Some((txid, tx)) = self.unprocessed_assumed_txs.next() {
243 | | if !self.is_canonicalized(txid) {
244 | | self.mark_canonical(txid, tx, CanonicalReason::assumed());
... |
295 | | return None;
296 | | }
| |_________^
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#never_loop
= note: `#[deny(clippy::never_loop)]` on by default
|
Code Coverage
Bad response: 500 {"message":"Build processing error.","error":true,"url":""}
|
Code Coverage
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/
|
Code Coverage
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/
|
Code Coverage
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/
|
Code Coverage
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/
|