-
Notifications
You must be signed in to change notification settings - Fork 24
char_property binary property support #155
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
This should be reverted when the minimum supported version bumps to 1.20.
* Update `char_property!()` to use `data_table_path` option instead of `mod data`. * Add doc block to `pub fn`s. * Update `BidiMirrored` implementation to use `char_property` macro.
Oh right, there was a change sometime between 1.17 and now that changed the behavior of Ugh. The fix is to reignore the binary property doctest, but that just makes me sad. |
So, @CAD97, should we land this first, and I rebase the left-over matters on top of this? Want to fix the error, then? |
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.
By the way, about the This came up about in another PR and I forgot to answer there. And, here, |
Update to #154. See #154's review before the creation of this PR for a lot of my reasoning.
Here is a direct diff of the two branches.