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

kt-fast-collections: fix mutable array set binary search bounds #7190

Merged
merged 1 commit into from
Apr 11, 2024

Conversation

multun
Copy link
Contributor

@multun multun commented Apr 11, 2024

The binary search bounds were good for the immutable array set, but were not valid anymore once copied over to the mutable variant.

This change also makes some minor changes in other methods to avoid further confusion.

The binary search bounds were good for the immutable array set,
but were not valid anymore once copied over to the mutable variant.

This change also makes some minor changes in other methods to avoid
further confusion.
@multun multun requested a review from a team as a code owner April 11, 2024 14:08
@Khoyo Khoyo enabled auto-merge April 11, 2024 14:12
@Khoyo Khoyo added this pull request to the merge queue Apr 11, 2024
Merged via the queue into dev with commit 609ba53 Apr 11, 2024
17 checks passed
@Khoyo Khoyo deleted the core-fix-arrayset-binarysearch branch April 11, 2024 14:28
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