Re: RFR: 8305107: Emoji related binary properties in RegEx [v3]

2023-04-04 Thread Jaikiran Pai
On Tue, 4 Apr 2023 20:15:52 GMT, Naoto Sato wrote: >> Introducing new regex constructs that match those 6 new Unicode Emoji >> properties implemented in the `Character` class >> (https://bugs.openjdk.org/browse/JDK-8303018). A corresponding CSR has been >> drafted. > > Naoto Sato has updated t

Re: RFR: 8305107: Emoji related binary properties in RegEx [v3]

2023-04-04 Thread Roger Riggs
On Tue, 4 Apr 2023 20:15:52 GMT, Naoto Sato wrote: >> Introducing new regex constructs that match those 6 new Unicode Emoji >> properties implemented in the `Character` class >> (https://bugs.openjdk.org/browse/JDK-8303018). A corresponding CSR has been >> drafted. > > Naoto Sato has updated t

Re: RFR: 8305107: Emoji related binary properties in RegEx [v2]

2023-04-04 Thread Naoto Sato
On Tue, 4 Apr 2023 19:31:24 GMT, Roger Riggs wrote: >> Naoto Sato has updated the pull request incrementally with one additional >> commit since the last revision: >> >> indentation > > test/jdk/java/util/regex/RegExTest.java line 967: > >> 965: for (int i=0; i<1000; i++) { >> 966:

Re: RFR: 8305107: Emoji related binary properties in RegEx [v3]

2023-04-04 Thread Naoto Sato
> Introducing new regex constructs that match those 6 new Unicode Emoji > properties implemented in the `Character` class > (https://bugs.openjdk.org/browse/JDK-8303018). A corresponding CSR has been > drafted. Naoto Sato has updated the pull request incrementally with one additional commit si

Re: RFR: 8305107: Emoji related binary properties in RegEx [v2]

2023-04-04 Thread Roger Riggs
On Tue, 4 Apr 2023 17:10:09 GMT, Naoto Sato wrote: >> Introducing new regex constructs that match those 6 new Unicode Emoji >> properties implemented in the `Character` class >> (https://bugs.openjdk.org/browse/JDK-8303018). A corresponding CSR has been >> drafted. > > Naoto Sato has updated t

Re: RFR: 8305107: Emoji related binary properties in RegEx

2023-04-04 Thread Naoto Sato
On Mon, 3 Apr 2023 22:58:30 GMT, Naoto Sato wrote: > Introducing new regex constructs that match those 6 new Unicode Emoji > properties implemented in the `Character` class > (https://bugs.openjdk.org/browse/JDK-8303018). A corresponding CSR has been > drafted. Thanks, Iris, Andrey. Alignment

Re: RFR: 8305107: Emoji related binary properties in RegEx [v2]

2023-04-04 Thread Naoto Sato
> Introducing new regex constructs that match those 6 new Unicode Emoji > properties implemented in the `Character` class > (https://bugs.openjdk.org/browse/JDK-8303018). A corresponding CSR has been > drafted. Naoto Sato has updated the pull request incrementally with one additional commit si

Re: RFR: 8305107: Emoji related binary properties in RegEx

2023-04-04 Thread Andrey Turbanov
On Mon, 3 Apr 2023 22:58:30 GMT, Naoto Sato wrote: > Introducing new regex constructs that match those 6 new Unicode Emoji > properties implemented in the `Character` class > (https://bugs.openjdk.org/browse/JDK-8303018). A corresponding CSR has been > drafted. test/jdk/java/util/regex/RegExT

Re: RFR: 8305107: Emoji related binary properties in RegEx

2023-04-03 Thread Iris Clark
On Mon, 3 Apr 2023 22:58:30 GMT, Naoto Sato wrote: > Introducing new regex constructs that match those 6 new Unicode Emoji > properties implemented in the `Character` class > (https://bugs.openjdk.org/browse/JDK-8303018). A corresponding CSR has been > drafted. Associated CSR also Reviewed.

RFR: 8305107: Emoji related binary properties in RegEx

2023-04-03 Thread Naoto Sato
Introducing new regex constructs that match those 6 new Unicode Emoji properties implemented in the `Character` class (https://bugs.openjdk.org/browse/JDK-8303018). A corresponding CSR has been drafted. - Commit messages: - 8305107: Emoji related binary properties in RegEx Change