Closed antiguru closed 1 week ago
Fixes a bug where we'd obtain a trace's cursor based on a batch's lower frontier. The trace can be compacted past the batch's lower frontier, which violates cursor_through's assumptions. Instead, we use the trace's upper to obtain the cursor.
cursor_through
Fixes #526.
This is incorrect!
Fixes a bug where we'd obtain a trace's cursor based on a batch's lower frontier. The trace can be compacted past the batch's lower frontier, which violates
cursor_through
's assumptions. Instead, we use the trace's upper to obtain the cursor.Fixes #526.