-
Notifications
You must be signed in to change notification settings - Fork 5.8k
8334653: ISO 4217 Amendment 177 Update #19813
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
8334653: ISO 4217 Amendment 177 Update #19813
Conversation
👋 Welcome back jlu! A progress list of the required criteria for merging this PR into |
@justin-curtis-lu This change now passes all automated pre-integration checks. ℹ️ This project also has non-automated pre-integration requirements. Please see the file CONTRIBUTING.md for details. After integration, the commit message for the final commit will be:
You can use pull request commands such as /summary, /contributor and /issue to adjust it as needed. At the time when this comment was updated there had been 26 new commits pushed to the
As there are no conflicts, your changes will automatically be rebased on top of these commits when integrating. If you prefer to avoid this automatic rebasing, please check the documentation for the /integrate command for further details. ➡️ To integrate this PR with the above commit message to the |
@justin-curtis-lu The following labels will be automatically applied to this pull request:
When this pull request is ready to be reviewed, an "RFR" email will be sent to the corresponding mailing lists. If you would like to change these labels, use the /label pull request command. |
Webrevs
|
@@ -582,7 +582,7 @@ YE=YER | |||
# ZAMBIA | |||
ZM=ZMW | |||
# ZIMBABWE | |||
ZW=ZWL | |||
ZW=ZWL;2024-08-31-22-00-00;ZWG |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
JDK switches the currency at the beginning of the transition period. So in this case, it's 6/25. So we don't need to even specify the transition at all, as the next build drop is beyond that date.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Good to know. Removed the cutover dates.
@@ -276,7 +276,7 @@ WF XPF 953 0 | |||
EH MAD 504 2 | |||
YE YER 886 2 | |||
ZM ZMW 967 2 | |||
ZW ZWL 932 2 | |||
ZW ZWL 932 2 2024-08-31-22-00-00 ZWG 924 2 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Same as above
@@ -512,5 +513,6 @@ yum=Yugoslavian New Dinar (1994-2002) | |||
zar=South African Rand | |||
zmk=Zambian Kwacha | |||
zwd=Zimbabwean Dollar (1980-2008) | |||
zwg=Zimbabwe Gold |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It's interesting to see the difference Zimbabwe
and Zimbabwean
here. The latter is from CLDR and the name for ZWG is not yet available, so we may need to pull the name from CLDR later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I see your point. CLDR takes precedence over ISO4217 regarding currencies here?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
That is more consistent IMO
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
CLDR is aware of this change but hasn't added it yet. We're mid cycle so it won't be much more than metadata this round due to timing. https://unicode-org.atlassian.net/issues/CLDR-17751 if you want to track.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
CLDR is aware of this change but hasn't added it yet. We're mid cycle so it won't be much more than metadata this round due to timing. https://unicode-org.atlassian.net/issues/CLDR-17751 if you want to track.
Out of curiosity, what's the rationale behind the currency name change from "Zimbabwe Dollar" (ISO 4217 definition) to "Zimbabwean Dollar"?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Out of curiosity, what's the rationale behind the currency name change from "Zimbabwe Dollar" (ISO 4217 definition) to "Zimbabwean Dollar"?
I'm not sure.
It's not about this update, but it may be better to rename the |
Without further context, it is hard to infer meaning from |
The point I wanted to make is that the text file only contains the "list one" part of the ISO 4217. Looks like "list two" is a subset of list one (as they are funds codes), but "list three", which lists historic codes, is definitely not covered in that file. I am ok with the suggested name, but then we should include some comments mentioning this. |
Renamed the file name to "ISO4217-list-one.txt" |
/integrate |
Going to push as commit 86b0cf2.
Your commit was automatically rebased without conflicts. |
@justin-curtis-lu Pushed as commit 86b0cf2. 💡 You may see a message that your pull request was closed with unmerged commits. This can be safely ignored. |
@weibxiao The target repository |
/backport openjdk/jdk23u |
@weibxiao the backport was successfully created on the branch backport-weibxiao-86b0cf25-master in my personal fork of openjdk/jdk23u. To create a pull request with this backport targeting openjdk/jdk23u:master, just click the following link: The title of the pull request is automatically filled in correctly and below you find a suggestion for the pull request body:
If you need to update the source branch of the pull then run the following commands in a local clone of your personal fork of openjdk/jdk23u:
|
/backport :jdk23 |
@justin-curtis-lu the backport was successfully created on the branch backport-justin-curtis-lu-86b0cf25-jdk23 in my personal fork of openjdk/jdk. To create a pull request with this backport targeting openjdk/jdk:jdk23, just click the following link: The title of the pull request is automatically filled in correctly and below you find a suggestion for the pull request body:
If you need to update the source branch of the pull then run the following commands in a local clone of your personal fork of openjdk/jdk:
|
Please review this PR which incorporates the ISO 4217 Amendment 177 Update.
Specifically, the introduction of the new currency, Zimbabwe Gold.
Progress
Issue
Reviewers
Reviewing
Using
git
Checkout this PR locally:
$ git fetch https://git.openjdk.org/jdk.git pull/19813/head:pull/19813
$ git checkout pull/19813
Update a local copy of the PR:
$ git checkout pull/19813
$ git pull https://git.openjdk.org/jdk.git pull/19813/head
Using Skara CLI tools
Checkout this PR locally:
$ git pr checkout 19813
View PR using the GUI difftool:
$ git pr show -t 19813
Using diff file
Download this PR as a diff file:
https://git.openjdk.org/jdk/pull/19813.diff
Webrev
Link to Webrev Comment