On Fri, 18 Feb 2022 19:47:09 GMT, Ian Graves wrote:
> Proposed change in behavior to correct inconsistencies between `\w` and `\b`
> metacharacters
This pull request has now been integrated.
Changeset: f01cce23
Author: Ian Graves
URL:
https://git.openjdk.java.net/jdk/
On Thu, 10 Mar 2022 16:23:13 GMT, Ian Graves wrote:
>> Proposed change in behavior to correct inconsistencies between `\w` and `\b`
>> metacharacters
>
> Ian Graves has refreshed the contents of this pull request, and previous
> commits have been removed. Incremental vi
On Thu, 10 Mar 2022 16:23:13 GMT, Ian Graves wrote:
>> Proposed change in behavior to correct inconsistencies between `\w` and `\b`
>> metacharacters
>
> Ian Graves has updated the pull request incrementally with 196 additional
> commits since the last revision:
>
> Proposed change in behavior to correct inconsistencies between `\w` and `\b`
> metacharacters
Ian Graves has updated the pull request incrementally with 196 additional
commits since the last revision:
- Merge branch 'bug-8264160' of github.com:igraves/jdk into bug-8
> Proposed change in behavior to correct inconsistencies between `\w` and `\b`
> metacharacters
Ian Graves has updated the pull request incrementally with one additional
commit since the last revision:
Adding description of word-boundary regex
-
Changes:
- all:
> Proposed change in behavior to correct inconsistencies between `\w` and `\b`
> metacharacters
Ian Graves has updated the pull request incrementally with one additional
commit since the last revision:
Removing superfluous 'if'
-
Changes:
- all: https://git.
On Wed, 9 Mar 2022 16:30:24 GMT, Brian Burkhalter wrote:
>> Ian Graves has updated the pull request incrementally with one additional
>> commit since the last revision:
>>
>> Updating with additional descriptors. Removing DataProvider import
>
> src/java.base
On Tue, 8 Mar 2022 18:54:13 GMT, Lance Andersen wrote:
>> Ian Graves has updated the pull request with a new target base due to a
>> merge or a rebase. The pull request now contains six commits:
>>
>> - Merge branch 'master' of https://github.com/openjdk/jdk
> Proposed change in behavior to correct inconsistencies between `\w` and `\b`
> metacharacters
Ian Graves has updated the pull request incrementally with one additional
commit since the last revision:
Updating with additional descriptors. Removing DataProvider import
-
C
> Proposed change in behavior to correct inconsistencies between `\w` and `\b`
> metacharacters
Ian Graves has updated the pull request with a new target base due to a merge
or a rebase. The pull request now contains six commits:
- Merge branch 'master' of https://github.com/
> Proposed change in behavior to correct inconsistencies between `\w` and `\b`
> metacharacters
Ian Graves has updated the pull request incrementally with one additional
commit since the last revision:
Bug id's to header and some other cleanup
-
Changes:
-
On Mon, 14 Feb 2022 19:54:00 GMT, Ian Graves wrote:
> Fixing a bug in `NFCCharProperty` where code falling through an if-statement
> can prematurely set the matcher's `hitEnd` field to true.
This pull request has now been integrated.
Changeset: 3fc009be
Author: Ian
> Fixing a bug in `NFCCharProperty` where code falling through an if-statement
> can prematurely set the matcher's `hitEnd` field to true.
Ian Graves has updated the pull request incrementally with one additional
commit since the last revision:
Adding back some missing CAN
On Tue, 8 Mar 2022 03:49:43 GMT, Jaikiran Pai wrote:
>> Ian Graves has updated the pull request with a new target base due to a
>> merge or a rebase. The pull request now contains two commits:
>>
>> - merging master
>> - Catching erronious setting of matcher
> Fixing a bug in `NFCCharProperty` where code falling through an if-statement
> can prematurely set the matcher's `hitEnd` field to true.
Ian Graves has updated the pull request incrementally with one additional
commit since the last revision:
Removing errant newline
---
On Mon, 7 Mar 2022 23:05:55 GMT, Lance Andersen wrote:
>> Ian Graves has updated the pull request incrementally with one additional
>> commit since the last revision:
>>
>> Removing errant newline
>
> src/java.base/share/classes/java/util/regex/Patt
Proposed change in behavior to correct inconsistencies between `\w` and `\b`
metacharacters
-
Commit messages:
- Fixing bad javadoc
- Merge remote-tracking branch 'upstream/master' into bug-8264160
- Updating spec
- Proposed change for \b metacharacter
Changes: https://git.openj
> Fixing a bug in `NFCCharProperty` where code falling through an if-statement
> can prematurely set the matcher's `hitEnd` field to true.
Ian Graves has updated the pull request with a new target base due to a merge
or a rebase. The pull request now contains two commits:
- mer
On Wed, 16 Feb 2022 18:45:29 GMT, Ian Graves wrote:
> This is a fix in the buggy way CIBackRef traverses unicode characters that
> could be variable-length. Originally it followed the approach that BackRef
> does, but failed to account for unicode characters that could be 2
> cha
On Thu, 17 Feb 2022 18:02:20 GMT, Ian Graves wrote:
> Adding a missing period per this doc bug.
This pull request has now been integrated.
Changeset: 41355e2d
Author: Ian Graves
URL:
https://git.openjdk.java.net/jdk/commit/41355e2daa43fa8433bf77ed187979c49d453f4a
Stats: 1 l
Adding a missing period per this doc bug.
-
Commit messages:
- Adding missing period
Changes: https://git.openjdk.java.net/jdk/pull/7521/files
Webrev: https://webrevs.openjdk.java.net/?repo=jdk&pr=7521&range=00
Issue: https://bugs.openjdk.java.net/browse/JDK-8276686
Stats: 1 li
this could potentially
> result in multiple scans and codepoint conversions of the same matcher group
> which could be long. The solution that adjusts the loop bounds on the fly
> avoids this case.
Ian Graves has updated the pull request incrementally with one additional
commit since
On Wed, 16 Feb 2022 21:00:00 GMT, Naoto Sato wrote:
>> This is a fix in the buggy way CIBackRef traverses unicode characters that
>> could be variable-length. Originally it followed the approach that BackRef
>> does, but failed to account for unicode characters that could be 2
>> chars-long. T
This is a fix in the buggy way CIBackRef traverses unicode characters that
could be variable-length. Originally it followed the approach that BackRef
does, but failed to account for unicode characters that could be 2 chars-long.
The upper bound (groupSize) for the traversing loop is set by the d
Fixing a bug in `NFCCharProperty` where code falling through an if-statement
can prematurely set the matcher's `hitEnd` field to true.
-
Commit messages:
- Catching erronious setting of matcher.hitEnd
Changes: https://git.openjdk.java.net/jdk/pull/7466/files
Webrev: https://webrev
On Mon, 24 Jan 2022 17:21:57 GMT, Ian Graves wrote:
> Replacing a buggy NullPointerException in `Pattern.compile()` with the proper
> PatternSyntaxException
This pull request has now been integrated.
Changeset: e3076552
Author: Ian Graves
URL:
https://git.openjdk.java.n
On Mon, 24 Jan 2022 17:21:57 GMT, Ian Graves wrote:
> Replacing a buggy NullPointerException in `Pattern.compile()` with the proper
> PatternSyntaxException
Thanks @turbanoff , left off the JBS ID in the comment.
-
PR: https://git.openjdk.java.net/jdk/pull/7201
> Replacing a buggy NullPointerException in `Pattern.compile()` with the proper
> PatternSyntaxException
Ian Graves has updated the pull request incrementally with one additional
commit since the last revision:
Fixing docs and dates
-
Changes:
- all:
Replacing a buggy NullPointerException in `Pattern.compile()` with the proper
PatternSyntaxException
-
Commit messages:
- 8280403: RegEx: String.split can fail with NPE in
Pattern.CharPredicate::match
Changes: https://git.openjdk.java.net/jdk/pull/7201/files
Webrev: https://webre
On Mon, 24 Jan 2022 16:22:08 GMT, Ian Graves wrote:
> Replacing a buggy NPE with a PatternSyntaxException for cases with a bad
> intersection operator.
This pull request has been closed without being integrated.
-
PR: https://git.openjdk.java.net/jdk/pull/7199
Replacing a buggy NPE with a PatternSyntaxException for cases with a bad
intersection operator.
-
Commit messages:
- 8280403: RegEx: String.split can fail with NPE in
Pattern.CharPredicate::match
Changes: https://git.openjdk.java.net/jdk/pull/7199/files
Webrev: https://webrevs.op
On Mon, 20 Dec 2021 09:57:14 GMT, Masanori Yano wrote:
> Could you please review the 8276694 bug fixes?
>
> A message specific for this exception should be printed instead of an
> internal error. This fix adds a new check to output an appropriate exception
> message when the regular expression
Specification update to clarify Matcher behavior to include a null return value.
-
Commit messages:
- 8217496 Matcher.group() can return null after usePattern
Changes: https://git.openjdk.java.net/jdk/pull/5827/files
Webrev: https://webrevs.openjdk.java.net/?repo=jdk&pr=5827&range=
Fixing a bug where character matcher doesn't mark hitEnd as true if it's a code
point with more than one character.
-
Commit messages:
- 8217501: Matcher.hitEnd returns false for incomplete surrogate pairs
Changes: https://git.openjdk.java.net/jdk/pull/5725/files
Webrev: https://w
On Thu, 9 Sep 2021 04:19:07 GMT, Ian Graves wrote:
> Relaxing some assertion bounds to allow for small error values that still
> show improvement over previous summation method.
This pull request has now been integrated.
Changeset: f531b5c7
Author: Ian Graves
URL:
On Tue, 14 Sep 2021 00:15:31 GMT, David Holmes wrote:
> Please review this trivial fix to add the missing comma.
>
> Thanks,
> David
LGTM. Thanks @dholmes-ora
-
PR: https://git.openjdk.java.net/jdk/pull/5504
On Wed, 8 Sep 2021 20:24:31 GMT, Ian Graves wrote:
> The duplicate condition in this chain of expressions needs to be shrunk to
> drop a couple of character that are not excluded spacing marks.
This pull request has now been integrated.
Changeset: 3d9dc8f8
Author: Ian Grave
> Relaxing some assertion bounds to allow for small error values that still
> show improvement over previous summation method.
Ian Graves has updated the pull request incrementally with one additional
commit since the last revision:
Factoring out Math.pow for squares
-
C
On Mon, 13 Sep 2021 00:08:20 GMT, Joe Darcy wrote:
>> Ian Graves has updated the pull request incrementally with one additional
>> commit since the last revision:
>>
>> Tweaking asserts
>
> test/jdk/java/util/DoubleStreamSums/Compensa
On Fri, 10 Sep 2021 20:57:34 GMT, Ian Graves wrote:
>> The duplicate condition in this chain of expressions needs to be shrunk to
>> drop a couple of character that are not excluded spacing marks.
>
> Ian Graves has updated the pull request incrementally with one additional
> The duplicate condition in this chain of expressions needs to be shrunk to
> drop a couple of character that are not excluded spacing marks.
Ian Graves has updated the pull request incrementally with one additional
commit since the last revision:
Refactoring test to wh
> Relaxing some assertion bounds to allow for small error values that still
> show improvement over previous summation method.
Ian Graves has updated the pull request incrementally with one additional
commit since the last revision:
Tweaking asserts
-
Changes:
- all:
Relaxing some assertion bounds to allow for small error values that still show
improvement over previous summation method.
-
Commit messages:
- Dropping unnecessary equals case
- Dropping equals zero assert
Changes: https://git.openjdk.java.net/jdk/pull/5430/files
Webrev: https:/
The duplicate condition in this chain of expressions needs to be shrunk to drop
a couple of character that are not excluded spacing marks.
-
Commit messages:
- 8273430: Suspicious duplicate condition in
java.util.regex.Grapheme#isExcludedSpacingMark
Changes: https://git.openjdk.ja
On Fri, 2 Jul 2021 20:12:39 GMT, Ian Graves wrote:
> 8214761: Bug in parallel Kahan summation implementation
This pull request has now been integrated.
Changeset: dd871819
Author: Ian Graves
URL:
https://git.openjdk.java.net/jdk/commit/dd871819a05886ee09fc00c7c778268440ebedb7
St
> 8214761: Bug in parallel Kahan summation implementation
Ian Graves has updated the pull request incrementally with one additional
commit since the last revision:
Fixing compensation test
-
Changes:
- all: https://git.openjdk.java.net/jdk/pull/4674/files
- new: ht
> 8214761: Bug in parallel Kahan summation implementation
Ian Graves has updated the pull request with a new target base due to a merge
or a rebase. The incremental webrev excludes the unrelated changes brought in
by the merge/rebase. The pull request contains six additional commits since
On Wed, 11 Aug 2021 18:22:42 GMT, Ian Graves wrote:
> 8271302: Regex Test Refresh
This pull request has now been integrated.
Changeset: fecefb85
Author: Ian Graves
URL:
https://git.openjdk.java.net/jdk/commit/fecefb8541d5056b1a8b105126ac9c566875e056
Stats: 2253 lines in 3 fi
> 8271302: Regex Test Refresh
Ian Graves has updated the pull request incrementally with one additional
commit since the last revision:
Removing some notes re JUnit5
-
Changes:
- all: https://git.openjdk.java.net/jdk/pull/5092/files
- new: https://git.openjdk.java.net/
On Fri, 27 Aug 2021 23:18:34 GMT, Stuart Marks wrote:
>> Ian Graves has updated the pull request incrementally with one additional
>> commit since the last revision:
>>
>> Additional cleanup
>
> test/jdk/java/util/regex/RegExTest.java line 85:
>
>> 8
> 8271302: Regex Test Refresh
Ian Graves has updated the pull request incrementally with one additional
commit since the last revision:
Additional cleanup
-
Changes:
- all: https://git.openjdk.java.net/jdk/pull/5092/files
- new: https://git.openjdk.java.net/jdk/pull/5
> 8271302: Regex Test Refresh
Ian Graves has updated the pull request incrementally with one additional
commit since the last revision:
some quick fixes
-
Changes:
- all: https://git.openjdk.java.net/jdk/pull/5092/files
- new: https://git.openjdk.java.net/jdk/pull/5092/fi
On Fri, 20 Aug 2021 13:32:24 GMT, Pavel Rappo wrote:
>> Ian Graves has updated the pull request incrementally with one additional
>> commit since the last revision:
>>
>> Couple of fixes
>
> test/jdk/java/util/regex/NegativeArraySize.java line 29:
>
>>
On Fri, 13 Aug 2021 20:17:56 GMT, Brent Christian wrote:
>> Ian Graves has updated the pull request incrementally with one additional
>> commit since the last revision:
>>
>> Couple of fixes
>
> test/jdk/java/util/regex/RegExTest.java line 3952:
>
> 8271302: Regex Test Refresh
Ian Graves has updated the pull request incrementally with one additional
commit since the last revision:
Couple of fixes
-
Changes:
- all: https://git.openjdk.java.net/jdk/pull/5092/files
- new: https://git.openjdk.java.net/jdk/pull/5092/fi
On Fri, 13 Aug 2021 20:16:22 GMT, Brent Christian wrote:
>> 8271302: Regex Test Refresh
>
> test/jdk/java/util/regex/RegExTest.java line 2362:
>
>> 2360:
>> 2361: { "test\ud834\uddc0", "test\ud834\uddc0",
>>"m", true },
>> 2362: //{ "test\ud834\uddbc\ud
8271302: Regex Test Refresh
-
Commit messages:
- Migrating regular expression tests to TestNG
Changes: https://git.openjdk.java.net/jdk/pull/5092/files
Webrev: https://webrevs.openjdk.java.net/?repo=jdk&pr=5092&range=00
Issue: https://bugs.openjdk.java.net/browse/JDK-8271302
St
On Wed, 11 Aug 2021 18:22:42 GMT, Ian Graves wrote:
> 8271302: Regex Test Refresh
This PR migrates all regular expression tests in the jdk/java/util/regex
directory to use TestNG assertions and annotations. The assertions utilized for
this refresh are shared in common with standard ones f
On Mon, 26 Jul 2021 18:10:03 GMT, Ian Graves wrote:
> Fixes a bug where carets aren't indented correctly in PatternSyntaxException
> messages because tab characters are converted to spaces in their indentation.
This pull request has now been integrated.
Changeset: bb508e13
Aut
> Fixes a bug where carets aren't indented correctly in PatternSyntaxException
> messages because tab characters are converted to spaces in their indentation.
Ian Graves has updated the pull request incrementally with one additional
commit since the last revision:
Tweaking s
> Fixes a bug where carets aren't indented correctly in PatternSyntaxException
> messages because tab characters are converted to spaces in their indentation.
Ian Graves has updated the pull request incrementally with one additional
commit since the last revision:
Copy
On Mon, 26 Jul 2021 18:10:03 GMT, Ian Graves wrote:
> Fixes a bug where carets aren't indented correctly in PatternSyntaxException
> messages because tab characters are converted to spaces in their indentation.
@pavelrappo
-
PR: https://git.openjdk.java.net/jdk/pull/4906
Fixes a bug where carets aren't indented correctly in PatternSyntaxException
messages because tab characters are converted to spaces in their indentation.
-
Commit messages:
- 8269753: Misplaced caret in PatternSyntaxException's detail message
Changes: https://git.openjdk.java.net/
On Mon, 28 Jun 2021 20:50:42 GMT, Ian Graves wrote:
> 8199594: Add doc describing how (?x) ignores spaces in character classes
This pull request has now been integrated.
Changeset: a1c0a6aa
Author: Ian Graves
URL:
https://git.openjdk.java.net/jdk/com
On Wed, 21 Jul 2021 20:19:31 GMT, Ian Graves wrote:
>> 8214761: Bug in parallel Kahan summation implementation
>
> Ian Graves has updated the pull request incrementally with three additional
> commits since the last revision:
>
> - Updates with more test coverage
>
> 8199594: Add doc describing how (?x) ignores spaces in character classes
Ian Graves has updated the pull request incrementally with one additional
commit since the last revision:
Rewording repetitive phrase
-
Changes:
- all: https://git.openjdk.java.net/jdk/pull/4618/fi
On Wed, 21 Jul 2021 21:30:01 GMT, Lance Andersen wrote:
>> Ian Graves has updated the pull request incrementally with one additional
>> commit since the last revision:
>>
>> delete errant line
>
> src/java.base/share/classes/java/util/regex/Pattern.java line 75
On Wed, 21 Jul 2021 20:22:04 GMT, Pavel Rappo wrote:
>> Ian Graves has updated the pull request incrementally with one additional
>> commit since the last revision:
>>
>> delete errant line
>
> src/java.base/share/classes/java/util/regex/Pattern.java line 83
> 8199594: Add doc describing how (?x) ignores spaces in character classes
Ian Graves has updated the pull request incrementally with one additional
commit since the last revision:
delete errant line
-
Changes:
- all: https://git.openjdk.java.net/jdk/pull/4618/files
-
> 8214761: Bug in parallel Kahan summation implementation
Ian Graves has updated the pull request incrementally with three additional
commits since the last revision:
- Updates with more test coverage
- stashing
- Stashing
-
Changes:
- all: https://git.openjdk.java.net/
On Fri, 2 Jul 2021 21:30:56 GMT, stefan-zobel
wrote:
>> 8214761: Bug in parallel Kahan summation implementation
>
> src/java.base/share/classes/java/util/DoubleSummaryStatistics.java line 161:
>
>> 159:
>> 160: //Negating this value because low-order bits are in negated form
>> 161:
8214761: Bug in parallel Kahan summation implementation
-
Commit messages:
- 8214761: Bug in parallel Kahan summation implementation
Changes: https://git.openjdk.java.net/jdk/pull/4674/files
Webrev: https://webrevs.openjdk.java.net/?repo=jdk&pr=4674&range=00
Issue: https://bugs.o
On Tue, 22 Jun 2021 04:22:34 GMT, Ian Graves wrote:
> 8268664: The documentation of the Scanner.hasNextLine is incorrect
This pull request has now been integrated.
Changeset: 0d0f6a4b
Author: Ian Graves
URL:
https://git.openjdk.java.net/jdk/com
8199594: Add doc describing how (?x) ignores spaces in character classes
-
Commit messages:
- Updating documentation on comments mode and character class whitespace
Changes: https://git.openjdk.java.net/jdk/pull/4618/files
Webrev: https://webrevs.openjdk.java.net/?repo=jdk&pr=4618&
8268664: The documentation of the Scanner.hasNextLine is incorrect
-
Commit messages:
- Clarifying docs on Scanner.hasNextLine() regarding line separators
Changes: https://git.openjdk.java.net/jdk/pull/4547/files
Webrev: https://webrevs.openjdk.java.net/?repo=jdk&pr=4547&range=00
On Tue, 27 Apr 2021 21:34:02 GMT, Ian Graves wrote:
> 8266155: Convert java.base to use Stream.toList()
This pull request has now been integrated.
Changeset: dd05158b
Author: Ian Graves
Committer: Pavel Rappo
URL:
https://git.openjdk.java.net/jdk/com
On Tue, 27 Apr 2021 00:20:49 GMT, Ian Graves wrote:
> 8260560: convert jdeps and jdeprscan tools to use Stream.toList()
This pull request has now been integrated.
Changeset: c36c63a0
Author: Ian Graves
Committer: Pavel Rappo
URL:
https://git.openjdk.java.net/jdk/com
> 8266155: Convert java.base to use Stream.toList()
Ian Graves has updated the pull request incrementally with one additional
commit since the last revision:
Removing redundant imports
-
Changes:
- all: https://git.openjdk.java.net/jdk/pull/3734/files
- new: ht
8266155: Convert java.base to use Stream.toList()
-
Commit messages:
- Migrating java.base to use Stream.toList()
Changes: https://git.openjdk.java.net/jdk/pull/3734/files
Webrev: https://webrevs.openjdk.java.net/?repo=jdk&pr=3734&range=00
Issue: https://bugs.openjdk.java.net/bro
8260560: convert jdeps and jdeprscan tools to use Stream.toList()
-
Commit messages:
- Updating jdeps and jdeprscan to use Stream.toList()
Changes: https://git.openjdk.java.net/jdk/pull/3705/files
Webrev: https://webrevs.openjdk.java.net/?repo=jdk&pr=3705&range=00
Issue: https://
> Clarifying note on comments mode to explicitly note that whitespace within
> character classes is ignored.
Ian Graves has updated the pull request incrementally with one additional
commit since the last revision:
Tweaking wording and placement
-
Changes:
- all:
On Wed, 21 Apr 2021 02:56:12 GMT, Stuart Marks wrote:
>> Ian Graves has updated the pull request incrementally with one additional
>> commit since the last revision:
>>
>> Adding differences to Perl 5 note
>
> A few minor wording adjustments. Please updat
On Wed, 31 Mar 2021 20:38:33 GMT, Ian Graves wrote:
> Bug fix with the intersection `&&` operator in regex patterns. In
> JDK-8037397, some character classes on the right hand side of the operator
> are dropped in cases where nested `[..]` classes are used with non "neste
> Clarifying note on comments mode to explicitly note that whitespace within
> character classes is ignored.
Ian Graves has updated the pull request incrementally with one additional
commit since the last revision:
Adding differences to Perl 5 note
-
Changes:
- all:
On Mon, 19 Apr 2021 20:43:26 GMT, Ian Graves wrote:
> Clarifying note on comments mode to explicitly note that whitespace within
> character classes is ignored.
Will put a /csr in to be safe.
-
PR: https://git.openjdk.java.net/jdk/pull/3577
Clarifying note on comments mode to explicitly note that whitespace within
character classes is ignored.
-
Commit messages:
- Note about comments mode and character class whitespace
Changes: https://git.openjdk.java.net/jdk/pull/3577/files
Webrev: https://webrevs.openjdk.java.net/
On Tue, 6 Apr 2021 20:34:52 GMT, Ian Graves wrote:
> This fixes a bug where the formatting code for `%g` flags incorrectly tries
> to round `BigDecimal` after determining whether it should be a decimal
> numeric format or a scientific numeric format. The solution rounds before
>
On Fri, 16 Apr 2021 16:08:53 GMT, Ian Graves wrote:
>> This fixes a bug where the formatting code for `%g` flags incorrectly tries
>> to round `BigDecimal` after determining whether it should be a decimal
>> numeric format or a scientific numeric format. The solu
On Fri, 16 Apr 2021 14:26:58 GMT, Roger Riggs wrote:
>> Ian Graves has updated the pull request incrementally with one additional
>> commit since the last revision:
>>
>> Adding BigDecimal equivalents to tests
>
> src/java.base/share/classes/java/util/Format
> This fixes a bug where the formatting code for `%g` flags incorrectly tries
> to round `BigDecimal` after determining whether it should be a decimal
> numeric format or a scientific numeric format. The solution rounds before
> determining the correct format.
Ian Graves has upda
On Mon, 12 Apr 2021 19:45:24 GMT, Ian Graves wrote:
> Fixes a bug where the compensated sum should be negated when added together
> in the merge step of a given collector. This impacts accuracy of parallel
> summations with Double streams and creates larger deviations from a
On Mon, 12 Apr 2021 19:45:24 GMT, Ian Graves wrote:
> Fixes a bug where the compensated sum should be negated when added together
> in the merge step of a given collector. This impacts accuracy of parallel
> summations with Double streams and creates larger deviations from a
Fixes a bug where the compensated sum should be negated when added together in
the merge step of a given collector. This impacts accuracy of parallel
summations with Double streams and creates larger deviations from a standard
sequential (ie non-parallel) compensated summation.
-
C
On Tue, 6 Apr 2021 22:56:22 GMT, Joe Darcy wrote:
>> Ian Graves has updated the pull request incrementally with one additional
>> commit since the last revision:
>>
>> Adding BigDecimal equivalents to tests
>
> test/jdk/java/util/Formatter/BigDecimalR
> This fixes a bug where the formatting code for `%g` flags incorrectly tries
> to round `BigDecimal` after determining whether it should be a decimal
> numeric format or a scientific numeric format. The solution rounds before
> determining the correct format.
Ian Graves has upda
This fixes a bug where the formatting code for `%g` flags incorrectly tries to
round `BigDecimal` after determining whether it should be a decimal numeric
format or a scientific numeric format. The solution rounds before determining
the correct format.
-
Commit messages:
- Fixing
> Bug fix with the intersection `&&` operator in regex patterns. In
> JDK-8037397, some character classes on the right hand side of the operator
> are dropped in cases where nested `[..]` classes are used with non "nested"
> ones.
Ian Graves has updated the pull
On Thu, 1 Apr 2021 00:33:26 GMT, Florent Guillaume
wrote:
>> Ian Graves has updated the pull request incrementally with one additional
>> commit since the last revision:
>>
>> Adding a test.
>
> src/java.base/share/classes/java/util/regex/Patt
> Bug fix with the intersection `&&` operator in regex patterns. In
> JDK-8037397, some character classes on the right hand side of the operator
> are dropped in cases where nested `[..]` classes are used with non "nested"
> ones.
Ian Graves has updated the pull
On Thu, 1 Apr 2021 14:21:20 GMT, Roger Riggs wrote:
>> Ian Graves has updated the pull request incrementally with one additional
>> commit since the last revision:
>>
>> Adding a test.
>
> Please add a test.
Tagging with CSR because this will impact a
1 - 100 of 178 matches
Mail list logo