Skip to content

fix: stop SimpAll(repeat=True) from looping forever - #33

Open
Chessing234 wants to merge 1 commit into
teorth:mainfrom
Chessing234:fix/simpall-repeat-infinite-loop
Open

fix: stop SimpAll(repeat=True) from looping forever#33
Chessing234 wants to merge 1 commit into
teorth:mainfrom
Chessing234:fix/simpall-repeat-infinite-loop

Conversation

@Chessing234

@Chessing234 Chessing234 commented Jul 18, 2026

Copy link
Copy Markdown
Contributor

Summary

  • SimpAll(repeat=True) compared each pass to the original state, so it never stabilized after a change.
  • Iterate/compare the current state each round.

Test plan

  • Regression test that previously hung now finishes

Iterate and compare against the current state each pass, not the
original ProofState snapshot.
@Chessing234
Chessing234 force-pushed the fix/simpall-repeat-infinite-loop branch from 37f3178 to f7c5f6a Compare August 5, 2026 10:28
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant