Call move
once per iteration
#2
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Right now we call
move
multiple times per iteration to get the prev and next for materializeMutations. It should be possible to track prev and next in the iterator itself.This is now fixed for forward iteration