-
Notifications
You must be signed in to change notification settings - Fork 388
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
CLDR-18133 supplemental currency needs to be @ORDERED #4344
CLDR-18133 supplemental currency needs to be @ORDERED #4344
Conversation
This doesn't fix the JSON issue, but it was discovered while working on it… |
Something's wrong, because CLDRFile with a DTDComparator is returning lexical instead of file order.
Should be:
|
- add a test for currency - also, fix typo in tr35.md
4af4ba8
to
91fe975
Compare
Notice: the branch changed across the force-push!
~ Your Friendly Jira-GitHub PR Checker Bot |
OK. I fixed the DTD and added a test. I'll fix the JSON in a followon PR. |
- also spotless
FYI this did fix the JSON data- but only when the dtd is also copied into cldr-staging, since the json converter uses CLDR_DIR of cldr-staging. |
Good!
Using the cldr staging version seems fragile, unless there is a test that it
matches head of cldr
…On Thu, Feb 6, 2025, 07:40 Steven R. Loomis ***@***.***> wrote:
FYI this *did* fix the JSON data- but only when the dtd is also copied
into cldr-staging, since the json converter uses CLDR_DIR of cldr-staging.
—
Reply to this email directly, view it on GitHub
<#4344 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ACJLEMHH2FBWLIFZ64XQVFT2ON67TAVCNFSM6AAAAABWSCQ2MSVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDMNBQGE3TMOJYHE>
.
You are receiving this because your review was requested.Message ID:
***@***.***>
|
It's actually correct here. Because the CLDR_DIR is pointing at, say, My problem is that I was changing the CLDR tooling at the same time. If I was patching the data, I would have had to run GenerateProductionData for example. |
Makes sense. I'm just wondering how we can make sure that other people
don't stumble over this problem in the future.
…On Thu, Feb 6, 2025, 09:49 Steven R. Loomis ***@***.***> wrote:
Good! Using the cldr staging version seems fragile, unless there is a test
that it matches head of cldr
It's actually correct here. Because the CLDR_DIR is pointing at, say,
release-47-beta3 etc. So cldr staging is the correct place for the DTD.
My problem is that I was changing the CLDR *tooling* at the same time. If
I was patching the data, I would have had to run GenerateProductionData for
example.
—
Reply to this email directly, view it on GitHub
<#4344 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ACJLEMDG7QBIA2MW3GBNOD32OOOCLAVCNFSM6AAAAABWSCQ2MSVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDMNBQGU4DCNZVGY>
.
You are receiving this because your review was requested.Message ID:
***@***.***>
|
automating GenerateProductionData is probably the best way. |
Makes sense.
…On Mon, Feb 10, 2025 at 9:36 AM Steven R. Loomis ***@***.***> wrote:
Makes sense. I'm just wondering how we can make sure that other people
don't stumble over this problem in the future.
automating GenerateProductionData is probably the best way.
—
Reply to this email directly, view it on GitHub
<#4344 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ACJLEMCXLCCSMII3WVHJFSL2PDPRBAVCNFSM6AAAAABWSCQ2MSVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDMNBYG43TCNJWGM>
.
You are receiving this because your review was requested.Message ID:
***@***.***>
|
CLDR-18133
also fix a SPEC typo-
@ORDERED
applies to this element, not to children.This PR completes the ticket.
ALLOW_MANY_COMMITS=true