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

Reorganize Window operator code #424

Merged
merged 3 commits into from
May 17, 2023
Merged

Reorganize Window operator code #424

merged 3 commits into from
May 17, 2023

Conversation

viceroypenguin
Copy link
Owner

This PR moves the Buffered versions of the Window(Left|Right) operator into .Buffered.cs files, as well as the tests into their own files.

@viceroypenguin viceroypenguin added this to the 5.1.0 milestone May 16, 2023
@viceroypenguin viceroypenguin enabled auto-merge (squash) May 16, 2023 00:33
@codecov
Copy link

codecov bot commented May 16, 2023

Codecov Report

Patch coverage: 100.00% and no project coverage change.

Comparison is base (b21b9b3) 87.99% compared to head (1237c67) 87.99%.

Additional details and impacted files
@@           Coverage Diff           @@
##           master     #424   +/-   ##
=======================================
  Coverage   87.99%   87.99%           
=======================================
  Files         239      242    +3     
  Lines        7498     7498           
  Branches     1725     1725           
=======================================
  Hits         6598     6598           
  Misses        462      462           
  Partials      438      438           
Impacted Files Coverage Δ
Source/SuperLinq/Window.Buffered.Impl.cs 100.00% <ø> (ø)
Source/SuperLinq/Window.cs 100.00% <ø> (ø)
Source/SuperLinq/WindowLeft.cs 100.00% <ø> (ø)
Source/SuperLinq/WindowRight.cs 100.00% <ø> (ø)
Source/SuperLinq/Window.Buffered.cs 100.00% <100.00%> (ø)
Source/SuperLinq/WindowLeft.Buffered.cs 100.00% <100.00%> (ø)
Source/SuperLinq/WindowRight.Buffered.cs 100.00% <100.00%> (ø)

... and 2 files with indirect coverage changes

☔ 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 08e8016 into master May 17, 2023
@viceroypenguin viceroypenguin deleted the window-reorg branch May 17, 2023 00:22
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.

1 participant