Update dependency org.jetbrains.kotlinx:kotlinx-collections-immutable to v0.5.2 - #1070
Open
renovate[bot] wants to merge 1 commit into
Open
Update dependency org.jetbrains.kotlinx:kotlinx-collections-immutable to v0.5.2#1070renovate[bot] wants to merge 1 commit into
renovate[bot] wants to merge 1 commit into
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
0.5.1→0.5.2Release Notes
Kotlin/kotlinx.collections.immutable (org.jetbrains.kotlinx:kotlinx-collections-immutable)
v0.5.2addingAll,removingAll,retainingAll,intersect, andcontainsAllonPersistentHashSet,puttingAllonPersistentHashMap, and their builder counterparts returning wrong results when a collision node meets a single element at the bottom trie level #294puttingAllonPersistentHashMap, andputAllon its builder, keeping the receiver's value for a key that sits in a collision node on both sides #300PersistentHashSet.equalsbeing asymmetric afterintersect,retainingAll, or the builder'sretainAll#291PersistentHashMapBuilder.putof an already stored value invalidating live iterators and makingbuild()return a new map when the key is in a collision node #304PersistentHashMapBuilderreturning the old values after aputAllthat only replaces values #308PersistentOrderedMapBuilderiterators throwingConcurrentModificationExceptionafterMutableMap.MutableEntry.setValue, or aputthat only replaces a value, during iteration #307MutableMap.MutableEntry.setValueon aPersistentOrderedMapBuilderentry re-adding the key after it was removed from the builder #310🔕 Ignore: Close this PR and you won't be reminded about these updates again.