Skip to content
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-17388 v45 update logKnownIssues #3514

Merged
merged 4 commits into from
Feb 24, 2024

Conversation

srl295
Copy link
Member

@srl295 srl295 commented Feb 23, 2024

CLDR-17388

  • This PR completes the ticket.

update two logKnownIssues from closed to open tickets.

ALLOW_MANY_COMMITS=true

- from unrelated and closed CLDR-10765 to new CLDR-17397
- from closed CLDR-15034 to new CLDR-17398
- remove CLDR-10120 "fixed by JDK update"
- remove CLDR-7121 - commented out
- fix ICU-21241 to CLDR-17189
- remove additional commented-out or now-passing issues
Comment on lines +1588 to +1595
// TODO 17397: remove isKnownIssue and the if around errln when the logknown issue
// goes away.
final boolean skipKnownIssue =
currency.equals("ANG")
&& isoCountries.isEmpty()
&& cldrCountries.equals(Set.of("CW", "SX"))
&& logKnownIssue("CLDR-17397", "Mismatched codes " + cldrCountries);
if (!skipKnownIssue) {
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

this is now a very specific logKnownIssue. It won't mask future issues, even if we somehow don't work on CLDR-17397

@srl295 srl295 merged commit 4defbc2 into unicode-org:main Feb 24, 2024
10 checks passed
@srl295 srl295 deleted the cldr-17388/logknownissues branch February 24, 2024 23:54
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants