Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update operators to use IReadOnlyList<> #599

Merged
merged 3 commits into from
Dec 9, 2023
Merged

Conversation

viceroypenguin
Copy link
Owner

This PR updates the GroupAdjacent, Segment, and Split operators to use IReadOnlyList<> instead of IEnumerable<>, so that consumers can rely on list semantics.

Fixes #539
Fixes #551
Fixes #557

@viceroypenguin viceroypenguin added this to the 6.0.0 milestone Dec 9, 2023
Copy link

codecov bot commented Dec 9, 2023

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (8ee0ee8) 93.80% compared to head (2e8a0f4) 93.83%.
Report is 1 commits behind head on master.

Additional details and impacted files
@@            Coverage Diff             @@
##           master     #599      +/-   ##
==========================================
+ Coverage   93.80%   93.83%   +0.02%     
==========================================
  Files         245      245              
  Lines        7847     7847              
  Branches     1596     1596              
==========================================
+ Hits         7361     7363       +2     
+ Misses        298      296       -2     
  Partials      188      188              

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@viceroypenguin viceroypenguin merged commit c7e6913 into master Dec 9, 2023
3 checks passed
@viceroypenguin viceroypenguin deleted the ireadonlylist branch December 9, 2023 22:23
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.

Update Split return types Update Segment return types Update GroupAdjacent projection type
1 participant