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

Fix array reuse bug in Batch #438

Merged
merged 1 commit into from
May 21, 2023
Merged

Fix array reuse bug in Batch #438

merged 1 commit into from
May 21, 2023

Conversation

viceroypenguin
Copy link
Owner

This PR addresses a bug in the Batch operator where it reuses the array initially allocated.

Fixes #436

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

codecov bot commented May 21, 2023

Codecov Report

Patch coverage: 100.00% and no project coverage change.

Comparison is base (4ea263a) 88.28% compared to head (394d96f) 88.29%.

Additional details and impacted files
@@           Coverage Diff           @@
##           master     #438   +/-   ##
=======================================
  Coverage   88.28%   88.29%           
=======================================
  Files         245      245           
  Lines        7719     7720    +1     
  Branches     1777     1777           
=======================================
+ Hits         6815     6816    +1     
  Misses        462      462           
  Partials      442      442           
Impacted Files Coverage Δ
Source/SuperLinq/Batch.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 ece33ec into master May 21, 2023
@viceroypenguin viceroypenguin deleted the batch-bugfix branch May 21, 2023 20:19
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.

Batch uses same array for every iteration
1 participant