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

Upgrade ICU4X to use tinystr-neo, rename tinystr-neo to tinystr 0.5 #1596

Merged
merged 17 commits into from
Feb 9, 2022

Conversation

Manishearth
Copy link
Member

@Manishearth Manishearth commented Feb 9, 2022

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.

@@ -41,6 +41,18 @@ impl IntoTokenStream for subtags::Language {
}
}

impl IntoTokenStream for [u8; 4] {
Copy link
Member

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

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Eventually yeah

Copy link
Member

@zbraniecki zbraniecki left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

lgtm!

@Manishearth Manishearth merged commit 821b1c9 into unicode-org:main Feb 9, 2022
@Manishearth Manishearth deleted the you-are-the-one-neo branch February 9, 2022 23:17
@Manishearth Manishearth linked an issue Feb 17, 2022 that may be closed by this pull request
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.

Implement and switch to tinystr_neo
4 participants