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

More assorted datagen renames #4854

Merged
merged 3 commits into from
May 2, 2024
Merged

Conversation

sffc
Copy link
Member

@sffc sffc commented Apr 30, 2024

Part of #4629

@sffc sffc requested a review from robertbastian April 30, 2024 23:26
@sffc sffc requested a review from Manishearth as a code owner April 30, 2024 23:26
.iter()
.map(LocaleFamilyBorrowed::from_parts)
.map(|family| family.write_to_string().into_owned())
.collect::<Vec<_>>();
sorted_locales.sort_unstable();
sorted_locale_strs.sort_unstable();
log::info!(
"Datagen configured with {}, {}, and these locales: {:?}",
Copy link
Member

Choose a reason for hiding this comment

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

yeah bit weird that these are LanguageIdentifiers on the API, but locales in logs/CLI.

@sffc sffc merged commit 041c795 into unicode-org:main May 2, 2024
30 checks passed
@sffc sffc deleted the more-datagen-improv branch May 2, 2024 18:57
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.

3 participants