-
Notifications
You must be signed in to change notification settings - Fork 175
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
Fix deduplication in datagen #4233
Conversation
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.
There is no testdata that would have caught this. Should we add some more complex locales to testdata?
CHANGELOG.md
Outdated
- [Fix #4165, locale "vi" not working in Collator](https://github.com/unicode-org/icu4x/issues/4165): | ||
- `icu_collator` | ||
- `icu_collator_data` | ||
- [Fix #4232, some locale data being improperly deduplicated](https://github.com/unicode-org/icu4x/issues/4232): |
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.
can we be more specific? what data exactly did this affect?
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.
People can click the bug link for more details
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.
not clear from the bug for me. It mentions es-MX, but the diff includes other languages as well
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.
I added a bit more info in the bug.
(cherry picked from commit 03cba37)
I merged this via command line in order to keep the commits separate. |
Fixes #4232
I want to put this on the 1.3 branch.
This was discovered by @sven-oly's conformance test suite.