Skip to content

Commit

Permalink
Fix small bug in #36684
Browse files Browse the repository at this point in the history
PR #36684 changes `iterate(IncrementalCompact)` to return an extra index, but
leaves its arguments unchanged. However, the PR decremented the index argument
in a particular recursive call to `iterate`. This caused `iterate` not to
recognise that it was done when `allow_cfg_transforms` was turned on.
  • Loading branch information
yhls authored and vchuravy committed Oct 4, 2020
1 parent 6a8aae5 commit a31cc9a
Showing 0 changed files with 0 additions and 0 deletions.

0 comments on commit a31cc9a

Please sign in to comment.