-
-
Notifications
You must be signed in to change notification settings - Fork 742
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
ICU-22928 Don't generate data for concentr/perbillion structure #3217
Conversation
Comments about the binary updates: The files in The rest of the files changed because the ICU version was changed from 76.0.1 to 76.1.0 I checked a few .cnv files (hex), and the differnece is the version:
Finally, the only other file that changed is And the only difference is again the version, in text form:
|
Note about what was used for data generation. I was unable to generate files that are identical to what was already in ICU no matter where I checkout the That's because the data generation uses code from In the end this got me identical results:
The results are now 100% identical, except for the /unit/ files, with the diff there being the ones we expect. And version updates (see previous note) So this is what you see in this PR. |
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 was very surprising that you had to touch the charset files! Otherwise looks good.
And I assume that you found you needed to delete the localized data, and assume the res files are just generated.
I noticed the change you made in IcuTextWriter which should filter out all per billion entries. So, if I generate ICU data from current CLDR repo in next integration, I should get no reference to 1e9 in any of ICU data files either, right? |
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.
lgtm tnx!!
I added the |
See my comment about the binary data (#3217 (comment)) We changed from 76.0.1 to 76.1.0.
Everything is generated, I didn't tinker with anything "by hand" |
Yes. |
68afdca
to
a4489ba
Compare
Hooray! The files in the branch are the same across the force-push. 😃 ~ Your Friendly Jira-GitHub PR Checker Bot |
Thank you. Done.
|
Yep :-) And since the file content diffs didn't change, I don't even have to re-approve. Checks all pass. |
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.
Great work Mihai
Checklist
ALLOW_MANY_COMMITS=true