-
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
Make Region, Script, and Variant subtags ULE #1696
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.
I'm kinda iffy about having try_from_raw take references, everything else looks great.
@@ -38,6 +38,7 @@ tinystr = { path = "../../utils/tinystr", version = "0.5.0", features = ["alloc" | |||
serde = { version = "1.0", optional = true, default-features = false, features = ["alloc"] } | |||
writeable = { version = "0.3", path = "../../utils/writeable" } | |||
displaydoc = { version = "0.2.3", default-features = false } | |||
zerovec = { version = "0.6", path = "../../utils/zerovec", optional = true } |
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: hmm, this is the first time we're making zerovec optional. I see why — locid doesn't need it, locid's clients do. I feel like given the generally pervasive use of zerovec I'd be open to making this a mandatory dependency, but either works for me.
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.
Let's discuss in a separate issue: #1700
🎉 All dependencies have been resolved ! |
Notice: the branch changed across the force-push!
~ Your Friendly Jira-GitHub PR Checker Bot |
Notice: the branch changed across the force-push!
~ Your Friendly Jira-GitHub PR Checker Bot |
^ These are both rebases; no code changes. |
Ready for re-review. The code changes are the last two commits. |
Progress on #831
Depends on #1694
This PR is intended to be non-controversial. I split
Language
into its own PR #1695 since that one is not already its own ULE.Note: This PR is intended to be based on top of #1694.