Skip to content

Commit 5813326

Browse files
committed
Fix persistence test
1 parent 8d786ae commit 5813326

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

src/function/execute.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -165,7 +165,6 @@ where
165165
&& old_memo.cycle_heads().contains(&database_key_index)
166166
&& !memo_iteration_count.is_panicked()
167167
{
168-
// BUG, we need to pass in previous memo even for the first iteration.
169168
last_provisional_memo = Some(old_memo);
170169
iteration_count = memo_iteration_count;
171170
}

src/zalsa_local.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -566,6 +566,7 @@ struct QueryRevisionsExtraInner {
566566

567567
/// Stores for nested cycle heads whether they've converged in the last iteration.
568568
/// This value is always `false` for other queries.
569+
#[cfg_attr(feature = "persistence", serde(skip))]
569570
cycle_converged: bool,
570571
}
571572

0 commit comments

Comments
 (0)