-
Notifications
You must be signed in to change notification settings - Fork 407
CLDR-18465 Remove Before Diocletian era from Coptic calendar #4620
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
Conversation
Please note that I did not go through and delete all of the existing BD data. Should I? |
What are the next steps on this PR? |
Hi, can I have a review on this PR? |
For normal tickets (eg non-infrastructure) the process is to get them accepted in the next TC meeting, to make sure that there is visibility into substantive changes. So can you add this to next week's CLDR agenda? (and btw, the tests are failing.) |
The Design WG said on 2025-05-05:
2.b.ii says
I don't actually know what that part means. So what is the intended implementation of this PR? Is it to delete all data for era 0 and leave the data for era 1 as-is, or is it something more than that? |
Hi, can I get a signal on how I should proceed with this PR? |
Please, I want to land this and its dependent PRs in CLDR 48 but I've been blocked for months on reviewer feedback. |
is this still targeted for v48? |
It's also still failing tests |
I'm holding off on merging this until the ICU change sticks (ICU-23172 which apparently has memory leaks), but I would still like to see it in CLDR 48. |
The test failures say
@srl295, can you suggest how to go about fixing that? |
@sffc Those memory leaks were fixed, along with an inheritance issue for narrow eras that should have inherited from root, and the PR was merged. Many of the memory leaks were actually in logKnownIssue test skips, nothing to do with the eraNames stuff. |
Test is here:
Looks like there are inherited values in bs.xml for example: Line 2963 in 58e2f6f
@sffc - maybe you need to remove all the values for that era across all of the locales files? There is a CLDR tool if it's helpful: https://cldr.unicode.org/development/cldr-big-red-switch/cldrmodify-using-config-file |
I'm trying but running into multiple roadblocks in trying to run the CLDRModify tool. I booked some time tomorrow to work through it with you. |
Thanks @macchiati and @AEApple for your help with the CLDRModify tool. I've updated the PR. |
@sffc - Can you include the CLDR modify config file in the PR? We like including them so we have a history of the CLDR modify command that was run to generate the data changes. Thanks! |
Still some test failures:
|
Yay, tests are passing! |
So the CLDRModify change LGTM, but I don't know if there is any impact with re-ordering the calendars by calendar type name in English. I assume it's probably okay, but someone who knows how the calendars work should be the one to approve just in case there's some consideration that I don't know about. |
It re-ordered XML that I had previously added in this same PR. The PR only adds and deletes. It does not move. |
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! You will need to squash to fix the commit before you can merge.
No problem with reordering.
…On Mon, Sep 8, 2025, 20:33 Annemarie Apple ***@***.***> wrote:
***@***.**** approved this pull request.
LGTM! You will need to squash to fix the commit before you can merge.
—
Reply to this email directly, view it on GitHub
<#4620 (review)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ACJLEMCBROKC63ZAUC73LU33RZDAVAVCNFSM6AAAAAB3JT332CVHI2DSMVQWIX3LMV43YUDVNRWFEZLROVSXG5CSMV3GSZLXHMZTCOJYHE2TGNZRG4>
.
You are receiving this because you were mentioned.Message ID:
***@***.***>
|
@sffc Is this done? It looks like the only problem is the jira ticket, so you need to squash. Can you take care of that so we can mark the ticket as done (we're trying to clean up all the alpha integration tickets. |
96d4b44
to
a3ca132
Compare
Squashed |
CLDR-18465
Related to #4581. Wanted to get feedback on how to remove an era.
@pedberg-icu @srl295
ALLOW_MANY_COMMITS=true