-
Notifications
You must be signed in to change notification settings - Fork 182
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
Baked data for icu_properties
#3565
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.
(would like to block on me reviewing this one since there are a couple api choices)
12a4d57
to
d21011b
Compare
(squash) |
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.
Since you have a bunch of PRs depending on this one I am fine with this landing now but please address the comments in a followup. (The naming one we can discuss, I don't have strong opinions but I wanted to flag it)
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's a lot of stuff in this PR; not done reading it
I'd really prefer to do the name bikeshedding later as this blocks other PRs. |
(I am ok with this landing as-is with all the comments considered for followup) |
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.
OK to fix in follow ups
7d5b26c
to
bc09292
Compare
bc09292
to
9c7be5b
Compare
//! assert!(sets::emoji().contains('🎃')); // U+1F383 JACK-O-LANTERN | ||
//! assert!(!sets::emoji().contains('木')); // U+6728 |
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.
Nit, here and elsewhere (optional): I have a slight preference for keeping the intermediate object stored in its own variable since it is closer to what the code looks like if you use the explicit data provider version of it
Force-merging because FFI CI is not working right now (let's see if it works on |
#2945
Fixes #3565
This is not release-polished, but is currently blocking segmenter, collator, and normalizer baked data, so let's bikeshed names and docs later. Potentially relevant: #2856 (comment)