Skip to content

🐛 Fix SequenceSet#slice with range (start...0) #456

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

Merged
merged 1 commit into from
Apr 29, 2025

Conversation

nevans
Copy link
Collaborator

@nevans nevans commented Apr 28, 2025

The bug was that exclusive ranges ending in zero would be converted to end on -1, which would be interpreted as the last value in the range.

The bug was that exclusive ranges ending in zero would be converted to
end on `-1`, which would be interpretted as the last value in the range.
@nevans nevans added the bug Something isn't working label Apr 28, 2025
@nevans nevans merged commit 16e60a4 into master Apr 29, 2025
37 checks passed
@nevans nevans deleted the sequence-set-slice-exclusive-range-ending-in-zero branch April 29, 2025 02:37
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.

1 participant