Skip to content

Fix batch sequence assignment in DecideAndEvolve#34

Merged
bruth merged 1 commit intomainfrom
byron/fix-batch-sequences
Feb 20, 2026
Merged

Fix batch sequence assignment in DecideAndEvolve#34
bruth merged 1 commit intomainfrom
byron/fix-batch-sequences

Conversation

@bruth
Copy link
Copy Markdown
Collaborator

@bruth bruth commented Feb 20, 2026

The loop assigning sequence numbers to events used a constant expression, giving every event in a
batch the same sequence. This caused Model.Evolve to silently skip all but the first event via its
dedup check. Use the loop index to assign distinct, incrementing sequences.

  The loop assigning sequence numbers to events used a constant expression, giving every event in a
  batch the same sequence. This caused Model.Evolve to silently skip all but the first event via its
  dedup check. Use the loop index to assign distinct, incrementing sequences.

Signed-off-by: Byron Ruth <[email protected]>
@bruth bruth requested a review from jordan-rash February 20, 2026 22:57
Copy link
Copy Markdown
Collaborator

@jordan-rash jordan-rash left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🥳

@bruth bruth merged commit c2ba28b into main Feb 20, 2026
4 checks passed
@bruth bruth deleted the byron/fix-batch-sequences branch February 20, 2026 22:59
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.

2 participants