Skip to content

chore: bump it.unimi.dsi:fastutil from 8.5.15 to 8.5.19 - #323

Merged
Nighterezi merged 1 commit into
mainfrom
dependabot/gradle/it.unimi.dsi-fastutil-8.5.19
Aug 27, 2026
Merged

chore: bump it.unimi.dsi:fastutil from 8.5.15 to 8.5.19#323
Nighterezi merged 1 commit into
mainfrom
dependabot/gradle/it.unimi.dsi-fastutil-8.5.19

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Aug 26, 2026

Copy link
Copy Markdown
Contributor

Bumps it.unimi.dsi:fastutil from 8.5.15 to 8.5.19.

Changelog

Sourced from it.unimi.dsi:fastutil's changelog.

8.5.19

  • Fixed BigArrays.getAndIncrement() for atomic big arrays, which was actually decrementing.

  • Fixed skip() for concatenated iterators, which could leave the iterator positioned on an exhausted component.

  • Fixed skip() for concatenated spliterators, which could throw an ArrayIndexOutOfBoundsException.

  • Fixed removal from the entry set of tree-map submaps, which ignored the submap range and the entry value.

  • Fixed deserialization of open-addressing big hash sets with load factor 1, which could produce a table without free entries.

  • Fixed decoding of lengths greater than or equal to 2^15 in short front-coded lists.

  • Fixed bounds checking in getElements() for immutable-list sublists.

  • Fixed changed(int) for array-based indirect priority queues, which could leave a stale cached minimum.

  • binarySearch() for floats and doubles is now consistent with the sorting order (-0 less than 0, NaN greatest).

  • Fixed integer overflow in trySplit() for wide int interval spliterators.

  • Fixed integer overflow in skip() and back() for int interval iterators near the extremal values.

  • Fixed file-descriptor leaks in the File-based BinIO loaders: the byte loadBytes(File...) methods leaked on every call, and the multi-byte loaders leaked on the end-of-file error path.

  • Fixed serialization of big-array big lists with more than 2^31 elements.

  • Fixed integer overflow in the swap phase of big-array sorting for more than 2^31 elements.

  • The expected-size argument of the big hash set constructor is now correctly checked for negativity.

  • Fixed a garbled index in an exception message of abstract-list sublists.

  • Fixed the upper-bound symbol in the out-of-range exception messages of tree-map and tree-set submaps and subsets.

... (truncated)

Commits
  • 46316b1 Round of fixes by Fable
  • 29fc48b Made grow methods public
  • 5609ef7 Added note about ensureCapacity not growing exponentially
  • c6434ab Revised forEach for maps
  • ca67ef7 Updated site
  • 1ff1922 Fixed non-existent method
  • 106a747 Type-specific map forEach and ObjectInput/Output support for fast byte array ...
  • be6898b Merge pull request #360 from magicprinc/FBAOS_DO
  • 5bed452 Fixed docs and tests
  • 27ddd25 Merge pull request #369 from viciscat/type-specific-foreach
  • Additional commits viewable in compare view

@dependabot dependabot Bot added dependencies Pull requests that update a dependency file java Pull requests that update java code labels Aug 26, 2026
@dependabot @github

dependabot Bot commented on behalf of github Aug 26, 2026

Copy link
Copy Markdown
Contributor Author

Assignees

The following users could not be added as assignees: Nighter. Either the username does not exist or it does not have the correct permissions to be added as an assignee.

Please fix the above issues or remove invalid values from dependabot.yml.

@dependabot dependabot Bot added dependencies Pull requests that update a dependency file java Pull requests that update java code labels Aug 26, 2026
@Nighterezi

Copy link
Copy Markdown
Contributor

@dependabot rebase

@dependabot
dependabot Bot force-pushed the dependabot/gradle/it.unimi.dsi-fastutil-8.5.19 branch from a092ac3 to 9228fea Compare August 27, 2026 01:32
@Nighterezi

Copy link
Copy Markdown
Contributor

https://github.com/dependabot rebase

Bumps [it.unimi.dsi:fastutil](https://github.com/vigna/fastutil) from 8.5.15 to 8.5.19.
- [Changelog](https://github.com/vigna/fastutil/blob/master/CHANGES)
- [Commits](vigna/fastutil@8.5.15...8.5.19)

---
updated-dependencies:
- dependency-name: it.unimi.dsi:fastutil
  dependency-version: 8.5.19
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot
dependabot Bot force-pushed the dependabot/gradle/it.unimi.dsi-fastutil-8.5.19 branch from 9228fea to b5826c2 Compare August 27, 2026 03:18
@Nighterezi
Nighterezi merged commit f667105 into main Aug 27, 2026
1 check passed
@dependabot
dependabot Bot deleted the dependabot/gradle/it.unimi.dsi-fastutil-8.5.19 branch August 27, 2026 03:21
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 java Pull requests that update java code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant