Skip to content

Bump fastutil from 8.4.2 to 8.5.2#249

Closed
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/maven/master/it.unimi.dsi-fastutil-8.5.2
Closed

Bump fastutil from 8.4.2 to 8.5.2#249
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/maven/master/it.unimi.dsi-fastutil-8.5.2

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Feb 2, 2021

Copy link
Copy Markdown
Contributor

Bumps fastutil from 8.4.2 to 8.5.2.

Changelog

Sourced from fastutil's changelog.

8.5.2

  • Fixed wrong implementation of forEachRemaining() in hash-based containers.

  • Fixed iteration in linked hash maps.

  • Fixed possible infinite recursion in AbstractMap.

8.5.1

  • Fixed bug in AbstractIndexBasedBigIterator that was affecting iterations on big lists.

  • Added missing disambiguation method for type-specific Map.merge().

8.5.0

  • Added type-specific spliterators and primitive stream methods to all Collection types. Thanks to C. Sean Young csyoung@google.com for this massive code contribution.

  • Added fast spliterator implementations for most concrete types. The only Collection types that do not currently have an optimized spliterator are RBTreeSet/Map, AVLTreeSet/Map, and ArrayFrontCodedList. These are planned for a future version. Thanks to C. Sean Young csyoung@google.com for implementing this feature.

  • Added a lot of special cases for AbstractList's methods to better take advantage of RandomAccess based lists (the base List interface's default methods will still use the iterator based versions always). Thanks to C. Sean Young csyoung@google.com for implementing this feature.

  • New immutable array-based lists and associated List.of() methods.

  • Type specific versions of Predicate have been added. Methods that take predicates (mainly Collection.removeIf) have been updated to have an overload that takes that. A consequence of this change is that removeIf(IntPredicate) on ByteCollection, ShortCollection, and CharCollection have been deprecated in favor of removeIf(Byte/Short/CharPredicate), which does not do widening casts. If you have an implementation of ByteCollection, ShortCollection, or CharCollection that implements removeIf(IntPredicate), you should update it to instead override removeIf(Byte/Short/CharPredicate).

  • Type-specific map methods merge() and computeIfAbsent() now have the same name as in the JDK. The older names (with a type infix) have been deprecated.

  • computeIfAbsentPartial() has been renamed computeIfAbsent() so that

... (truncated)

Commits
  • ac007b1 Bumped revision
  • 998cdfb Merge pull request #234 from techsy730/LinkedHashMapForEachRemaining
  • 6407623 Merge pull request #232 from techsy730/LinkedHashMapForEachRemaining
  • c70acee Fix whitespace issues (spaces instead of tabs)
  • eabcbe2 Fix a dangling '}'
  • 5279271 Fix a unintended format change
  • 17eb657 Fix AbstractMap containing a stack overflow containsValue
  • 480a1cb Minor grammar fix in comments of OpenHashMap
  • c7a606f Partial revert of commit 7615e085f5478f79e8a3edd6dcb34088326a9101
  • a338b2a Clarify that OpenHashMap's views' forEachRemaining are inherited
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [fastutil](https://github.com/vigna/fastutil) from 8.4.2 to 8.5.2.
- [Release notes](https://github.com/vigna/fastutil/releases)
- [Changelog](https://github.com/vigna/fastutil/blob/master/CHANGES)
- [Commits](vigna/fastutil@8.4.2...8.5.2)

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot requested a review from derklaro as a code owner February 2, 2021 05:55
@dependabot dependabot Bot added the dependencies Pull requests that update a dependency file label Feb 2, 2021
@dependabot @github

dependabot Bot commented on behalf of github Mar 29, 2021

Copy link
Copy Markdown
Contributor Author

Superseded by #278.

@dependabot dependabot Bot closed this Mar 29, 2021
@dependabot dependabot Bot deleted the dependabot/maven/master/it.unimi.dsi-fastutil-8.5.2 branch March 29, 2021 06:24
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants