Skip to content

Conversation

@rogpeppe
Copy link
Contributor

@rogpeppe rogpeppe commented Nov 7, 2025

Description

This makes UnsetIterator consistent with all the other methods that take range arguments.

Type of Change

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to not work as expected)
  • Performance improvement
  • Code refactoring
  • Documentation update
  • Test improvements
  • Build/CI changes

Changes Made

Change UnsetIterator take an open range [start, end) of uint64 to be consistent with other methods.

Breaking Changes

This an API-breaking change but the API is new so it's OK to do that.

This makes UnsetIterator consistent with all the other methods that
take range arguments.

Signed-off-by: Roger Peppe <rogpeppe@gmail.com>
@lemire
Copy link
Member

lemire commented Nov 7, 2025

That works. We could merge this.

See if you prefer #499

@lemire lemire merged commit 45a0bac into RoaringBitmap:master Nov 7, 2025
8 checks passed
@lemire
Copy link
Member

lemire commented Nov 7, 2025

Merged.

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.

2 participants