Re: RFR: 8321480: ISO 4217 Amendment 176 Update [v2]

2023-12-11 Thread Justin Lu
On Mon, 11 Dec 2023 23:59:24 GMT, Naoto Sato wrote: >> Well, at first I had intended for the `notSimpleCurrency` to encapsulate all >> 3 cases. But upon further investigation, I think the current code is >> redundant. >> >> The third conditional, `(tableEntry &

Re: RFR: 8321480: ISO 4217 Amendment 176 Update [v2]

2023-12-11 Thread Naoto Sato
On Mon, 11 Dec 2023 22:04:23 GMT, Justin Lu wrote: >> make/jdk/src/classes/build/tools/generatecurrencydata/GenerateCurrencyData.java >> line 347: >> >>> 345: // otherwise it will leak out into >>> Currency:getAvailableCurrencies >>> 346: boolean notFutureCurrency =

Re: RFR: 8321480: ISO 4217 Amendment 176 Update [v2]

2023-12-11 Thread Justin Lu
On Mon, 11 Dec 2023 19:38:38 GMT, Naoto Sato wrote: >> Justin Lu 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 five additional commits >>

Re: RFR: 8321480: ISO 4217 Amendment 176 Update [v2]

2023-12-11 Thread Naoto Sato
On Mon, 11 Dec 2023 03:03:44 GMT, Justin Lu wrote: >> Please review this PR which incorporates the ISO 4217 Amendment 176 Update. >> As the replacement of `ANG` to `XCG` won't occur until 2025, this change >> does not need to go into JDK22. `HR` was also updated to remove the past >> cutover

Re: RFR: 8321480: ISO 4217 Amendment 176 Update [v2]

2023-12-11 Thread Naoto Sato
On Mon, 11 Dec 2023 02:59:02 GMT, Justin Lu wrote: >> test/jdk/java/util/Currency/ValidateISO4217.java line 181: >> >>> 179: // without updating ISO4217Codes >>> 180: String futureCurr = tokens.nextToken(); >>> 181: >>>

Re: RFR: 8321480: ISO 4217 Amendment 176 Update [v2]

2023-12-10 Thread Justin Lu
On Thu, 7 Dec 2023 22:20:29 GMT, Naoto Sato wrote: >> Justin Lu 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 five additional commits >>

Re: RFR: 8321480: ISO 4217 Amendment 176 Update [v2]

2023-12-10 Thread Justin Lu
> Please review this PR which incorporates the ISO 4217 Amendment 176 Update. > As the replacement of `ANG` to `XCG` won't occur until 2025, this change does > not need to go into JDK22. `HR` was also updated to remove the past cutover > dates. > > An existing test in _ValidateISO4217.java_