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-17346 ConsoleCheckCLDR fixes #3659

Merged
merged 2 commits into from
Apr 29, 2024
Merged

Conversation

srl295
Copy link
Member

@srl295 srl295 commented Apr 29, 2024

CLDR-17346

  • fix ConcurrentModificationException in CheckCLDR - the allFilters was initialized in an unsafe way. This has been latent for five monthgs in CLDR-7277

  • also fixed another issue in the GitHub err reporting

  • This PR completes the ticket.

ALLOW_MANY_COMMITS=true

- could be surfaced by CLDR-17560 but more related to the code in this ticket
@srl295 srl295 self-assigned this Apr 29, 2024
- allFilters had a single-checked unsynchronized lock, changed to a memoized supplier.
- made it an immutable list for good measure
@srl295 srl295 requested a review from btangmu April 29, 2024 16:44
@srl295 srl295 marked this pull request as ready for review April 29, 2024 16:44
@srl295 srl295 requested a review from macchiati April 29, 2024 16:45
@srl295 srl295 merged commit afea671 into unicode-org:main Apr 29, 2024
10 checks passed
@srl295 srl295 deleted the cldr-17346/cme branch April 29, 2024 17:35
@btangmu
Copy link
Member

btangmu commented May 14, 2024

I assume this completes the ticket

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