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 roaring64_bitmap_contains_range when the range starts before the first present container #572

Merged
merged 1 commit into from
Jan 26, 2024

Conversation

SLieve
Copy link
Contributor

@SLieve SLieve commented Jan 24, 2024

Fixes #571. This adds a check for when the iterator position is after the start of the range.

Also added a test.

This adds a check for when the iterator position is after the start of the range.

Also added a test.
@SLieve SLieve marked this pull request as ready for review January 25, 2024 20:28
@SLieve SLieve merged commit 0b855bc into RoaringBitmap:master Jan 26, 2024
24 checks passed
@SLieve SLieve deleted the r64_contains_range_fix branch January 26, 2024 09:04
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.

Wrong result for roaring64_bitmap_contains_range
2 participants