-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'upstream' into develop
- Loading branch information
Showing
27 changed files
with
755 additions
and
86 deletions.
There are no files selected for viewing
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,32 @@ | ||
8.5.15 | ||
|
||
- Fixed a very long-standing subtle bug that was causing unnecessary | ||
rehashings on large tables. Maximum fills and backing-array sizes | ||
were computed using float precision, rather than double precision, | ||
making it impossible to represent all possible sizes exactly. Thanks | ||
to Captain-S0L0 for reporting this bug. | ||
|
||
8.5.14 | ||
|
||
- Potential improvements by array caching thanks to [email protected]. | ||
|
||
- Fixed a bug in sublist iterators of immutable lists. Thanks to Barak | ||
Ugav for finding and fixing this bug. | ||
|
||
- Implemented missing skip() and forEachRemaining() methods in array-based | ||
containers. | ||
|
||
- Fixed a bug in array-based containers that would have thrown the wrong | ||
exception and leave the iterator in an inconsistent state when removing | ||
before iterating. Thanks to Michal Frajt for reporting this bug. | ||
|
||
- Entry.setValue() now works correctly in all iterators and iterator-like | ||
methods of array-based maps. It was previously throwing an | ||
UnsupportedOperationException. | ||
|
||
- New methods to obtain comparators from key extractors. Thanks to Barak | ||
Ugav for implementing this feature. | ||
|
||
8.5.13 | ||
|
||
- Thanks to Chanoch Goldfeder for fixing a number of bugs in ImmutableList. | ||
|
This file contains 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
This file contains 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
This file contains 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
Oops, something went wrong.