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

Remove unnecessary clear during sequence merging #157

Merged

Conversation

j-mie6
Copy link
Owner

@j-mie6 j-mie6 commented Jan 30, 2023

Fixes #156. Removed a bad clear that is performed after the corresponding list has already been reassigned. It turns out it doesn't need to be cleared anyway: either it's already empty, or it's reassigned and GC'd immediately.

…d anyway: assumption moved higher up to call-site
@codeclimate
Copy link

codeclimate bot commented Jan 30, 2023

Code Climate has analyzed commit a80c2cd and detected 0 issues on this pull request.

The test coverage on the diff in this pull request is 100.0% (50% is the threshold).

This pull request will bring the total coverage in the repository to 90.0% (0.0% change).

View more on Code Climate.

@j-mie6 j-mie6 mentioned this pull request Jan 30, 2023
@j-mie6 j-mie6 merged commit b55d4be into master Jan 30, 2023
@j-mie6 j-mie6 deleted the patch/156-bug-dropped-items-when-sequencing-in-a-specific-way branch January 30, 2023 20:50
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.

[BUG] Dropped items when sequencing in a specific way
1 participant