bug: Append uses wrong event_type for multi-event batches when E=any #175
Labels
No labels
bug
documentation
enhancement
investigation
nice-to-have
performance
production-ready
testing
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
ash/eskit#175
Loading…
Add table
Add a link
Reference in a new issue
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?
When E=any, Append resolves event_type from events[0] and reuses for ALL events. Multi-type decider returns (e.g., []any{TypeA, TypeB}) get all events stored as TypeA.
Found in YoYoPass: PassBatchCompleted stored as PassMarkedIssued.