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

PreScan: ICollection<> implementation #391

Merged
merged 1 commit into from
May 7, 2023
Merged

Conversation

viceroypenguin
Copy link
Owner

This PR adds an ICollection<> implementation of the PreScan operator.

Fixes #389

@viceroypenguin viceroypenguin added this to the 5.1.0 milestone May 7, 2023
@codecov
Copy link

codecov bot commented May 7, 2023

Codecov Report

Patch coverage: 100.00% and project coverage change: +0.03 🎉

Comparison is base (dccffcd) 87.52% compared to head (e5fd0c0) 87.56%.

Additional details and impacted files
@@            Coverage Diff             @@
##           master     #391      +/-   ##
==========================================
+ Coverage   87.52%   87.56%   +0.03%     
==========================================
  Files         239      239              
  Lines        7256     7275      +19     
  Branches     1685     1688       +3     
==========================================
+ Hits         6351     6370      +19     
  Misses        464      464              
  Partials      441      441              
Impacted Files Coverage Δ
Source/SuperLinq/PreScan.cs 100.00% <100.00%> (ø)

☔ View full report in Codecov by Sentry.
📢 Do you have feedback about the report comment? Let us know in this issue.

@viceroypenguin viceroypenguin merged commit d864823 into master May 7, 2023
@viceroypenguin viceroypenguin deleted the prescan-icollection branch May 7, 2023 14:40
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.

ICollection<T> version of PreScan
1 participant