-
Notifications
You must be signed in to change notification settings - Fork 148
8269513: Clarify the spec wrt useOldISOCodes
system property
#163
Conversation
/csr |
👋 Welcome back naoto! A progress list of the required criteria for merging this PR into |
@naotoj this pull request will not be integrated until the CSR request JDK-8269531 for issue JDK-8269513 has been approved. |
Webrevs
|
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.
Looks good Naoto
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.
Looks fine.
* so the later call to {@code System.setProperty()} won't affect the backward | ||
* back to that of before Java SE 17. If the system property is set to | ||
* {@code true}, those three current language codes are mapped to their | ||
* backward compatible forms. It is only read at Java runtime startup, so a |
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 had thought about some of some minor word smithing in your prior commit, but chose not to request a change.
In the above sentence, It could be clearer what "It" is. Perhaps something along the lines of:
This property is only read at Java runtime startup and subsequents calls to ...."
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.
Also, "backward compatible behavior" maybe not need to be repeated, e.g. "subsequent calls to ... will have no effect.
"back to that of before Java SE 17" -- "of" may be removed.
* so the later call to {@code System.setProperty()} won't affect the backward | ||
* back to that of before Java SE 17. If the system property is set to | ||
* {@code true}, those three current language codes are mapped to their | ||
* backward compatible forms. It is only read at Java runtime startup, so a |
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.
Also, "backward compatible behavior" maybe not need to be repeated, e.g. "subsequent calls to ... will have no effect.
"back to that of before Java SE 17" -- "of" may be removed.
Thanks. I updated the PR and CSR accordingly. As to removing "of", I think the current form is fine, but I am not a native English speaker, so happy to correct it if it is wrong. |
Thanks for the update. As for "of", apparently the native speakers were fine with it ;-) |
@naotoj 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 24 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 |
/integrate |
Going to push as commit 3e02224.
Your commit was automatically rebased without conflicts. |
Please review this small doc change to the system property. Accompanying CSR has also been created.
Progress
Issue
useOldISOCodes
system propertyReviewers
Reviewing
Using
git
Checkout this PR locally:
$ git fetch https://git.openjdk.java.net/jdk17 pull/163/head:pull/163
$ git checkout pull/163
Update a local copy of the PR:
$ git checkout pull/163
$ git pull https://git.openjdk.java.net/jdk17 pull/163/head
Using Skara CLI tools
Checkout this PR locally:
$ git pr checkout 163
View PR using the GUI difftool:
$ git pr show -t 163
Using diff file
Download this PR as a diff file:
https://git.openjdk.java.net/jdk17/pull/163.diff