Re: RFR: 8318487: Specification of the ListFormat.equals() method can be improved [v3]

2023-10-24 Thread Iris Clark
On Tue, 24 Oct 2023 17:58:48 GMT, Naoto Sato wrote: >> Spec clarification of `ListFormat.equals()` method, utilizing newly >> introduced `getLocale()` and `getPatterns()`. A corresponding CSR has also >> been drafted. > > Naoto Sato has updated the pull request incrementally with one additional

Re: RFR: 8318487: Specification of the ListFormat.equals() method can be improved [v3]

2023-10-24 Thread Lance Andersen
On Tue, 24 Oct 2023 17:58:48 GMT, Naoto Sato wrote: >> Spec clarification of `ListFormat.equals()` method, utilizing newly >> introduced `getLocale()` and `getPatterns()`. A corresponding CSR has also >> been drafted. > > Naoto Sato has updated the pull request incrementally with one additional

Re: RFR: 8318487: Specification of the ListFormat.equals() method can be improved [v3]

2023-10-24 Thread Roger Riggs
On Tue, 24 Oct 2023 17:58:48 GMT, Naoto Sato wrote: >> Spec clarification of `ListFormat.equals()` method, utilizing newly >> introduced `getLocale()` and `getPatterns()`. A corresponding CSR has also >> been drafted. > > Naoto Sato has updated the pull request incrementally with one additional

Re: RFR: 8318487: Specification of the ListFormat.equals() method can be improved [v3]

2023-10-24 Thread Joe Wang
On Tue, 24 Oct 2023 17:58:48 GMT, Naoto Sato wrote: >> Spec clarification of `ListFormat.equals()` method, utilizing newly >> introduced `getLocale()` and `getPatterns()`. A corresponding CSR has also >> been drafted. > > Naoto Sato has updated the pull request incrementally with one additional

Re: RFR: 8318487: Specification of the ListFormat.equals() method can be improved [v3]

2023-10-24 Thread Naoto Sato
On Tue, 24 Oct 2023 17:04:25 GMT, Joe Wang wrote: >> Naoto Sato has updated the pull request incrementally with one additional >> commit since the last revision: >> >> Reflecting review comments > > Looks fine to me. > > Alternatively (or more explicitly), it could be: Compares the specifie

Re: RFR: 8318487: Specification of the ListFormat.equals() method can be improved [v3]

2023-10-24 Thread Naoto Sato
> Spec clarification of `ListFormat.equals()` method, utilizing newly > introduced `getLocale()` and `getPatterns()`. A corresponding CSR has also > been drafted. Naoto Sato has updated the pull request incrementally with one additional commit since the last revision: Reflecting review comme

Re: RFR: 8318487: Specification of the ListFormat.equals() method can be improved [v2]

2023-10-24 Thread Naoto Sato
> Spec clarification of `ListFormat.equals()` method, utilizing newly > introduced `getLocale()` and `getPatterns()`. A corresponding CSR has also > been drafted. Naoto Sato has updated the pull request with a new target base due to a merge or a rebase. The pull request now contains six commits

Re: RFR: 8318487: Specification of the ListFormat.equals() method can be improved [v2]

2023-10-24 Thread Joe Wang
On Tue, 24 Oct 2023 17:05:29 GMT, Naoto Sato wrote: >> Spec clarification of `ListFormat.equals()` method, utilizing newly >> introduced `getLocale()` and `getPatterns()`. A corresponding CSR has also >> been drafted. > > Naoto Sato has updated the pull request with a new target base due to a m

RFR: 8318487: Specification of the ListFormat.equals() method can be improved

2023-10-23 Thread Naoto Sato
Spec clarification of `ListFormat.equals()` method, utilizing newly introduced `getLocale()` and `getPatterns()`. A corresponding CSR has also been drafted. - Depends on: https://git.openjdk.org/jdk/pull/16293 Commit messages: - Fixing typo - Removed redundant wording - initial c