You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix: Correct analyzer test spans and clarify allocation documentation
- Fix OPENTXT007 diagnostic span in tests (should include full expression)
- Clarify that SplitToEnumerableNoAlloc allocates strings per segment
- Document that Regex-based methods have unavoidable Match allocations
- Note that JoinNoAlloc(IEnumerable) may box struct enumerators
- Update README with accurate allocation expectations
0 commit comments