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

Fixes to underflowing / wrapping in Rust version Lazy Stable Sort #8

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

666666t
Copy link
Collaborator

@666666t 666666t commented Sep 17, 2022

Fix for #6 , addresses a missed underflow in grail_lazy_stable_sort by correctly treating a value as an isize and comparing it to other values as such.

@666666t 666666t added the bug Something isn't working label Sep 17, 2022
@666666t 666666t linked an issue Sep 17, 2022 that may be closed by this pull request
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Rust-Version: sorting [1,2,3] * 10 crashes
1 participant