-
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
Upgrade ICU4X to use tinystr-neo, rename tinystr-neo to tinystr 0.5 #1596
Upgrade ICU4X to use tinystr-neo, rename tinystr-neo to tinystr 0.5 #1596
Conversation
@@ -41,6 +41,18 @@ impl IntoTokenStream for subtags::Language { | |||
} | |||
} | |||
|
|||
impl IntoTokenStream for [u8; 4] { |
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.
thought: we could use Bakeable
here
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.
Eventually yeah
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.
lgtm!
Progress on #856
supersedes and closes #1544
fixes #1527
This keeps TinyStr4/8/16 around as compatability shims, we should manually go through the project and audit the uses to use an appropriate N now that we support arbitrary N.