-
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
Remove icu_datagen
legacy API
#4962
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.
Good! There's just one pair of deprecated APIs that I think we may want to un-deprecate
#[arg(long, hide = true)] | ||
#[arg(help = "Deprecated: alias for --keys all")] | ||
all_keys: bool, | ||
|
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: We've been piloting the new names for a while, but I still use --all-keys --all-locales
because I find them easier to remember than --keys all --locales full
. Please pull these two specific removals to their own PR
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'll approve it to unblock work and we can add the other names back if desired
@sffc remind me what the replacement for --fallback preresolved is again? Need to update these: https://github.com/search?q=repo%3Aunicode-org%2Ficu4x%20%22--fallback%22&type=code |
I guess it's just |
Based on #4960