-
Notifications
You must be signed in to change notification settings - Fork 183
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
Implement without_descendants and without_ancestors in datagen #4846
Merged
Merged
Changes from 24 commits
Commits
Show all changes
29 commits
Select commit
Hold shift + click to select a range
c18bb78
Start adding without_ancestors (#4629)
sffc 5c5b990
Mostly working
sffc 8cb704c
Add test for without_ancestors
sffc 1c99e75
fmt
sffc c0d9149
clippy
sffc 9e76071
Add collation special case for backwards compatibility
sffc 78c923b
Special case for --locales full; fixes
sffc a36b095
Generalize special case (also impacts transliterator)
sffc 4b2362e
Return to the old way of handling --locales full: needs to work with …
sffc fc27d6c
Always include variants of und for region fallback
sffc ad6f135
Inline langid_families
sffc ac0b97d
de-AT-u-co-phonebk is now included to prevent fallback to de-AT
sffc 5eb0f78
fmt/rename
sffc 0600a81
Undo addition of either dep
sffc dd78d71
Merge branch 'main' into without-ancestors
sffc d980270
Define precedence ordering for LocaleFamily; refactor to support it
sffc 8d18020
Switch data structures to use less mutation
sffc 04b22d0
Even less mutation
sffc 23810a7
Even less mutation
sffc f955ef1
docs, clippy
sffc 5a4b115
Cleanup
sffc 2960378
Fix
sffc 85380a0
Clippy
sffc 48a1355
Fix
sffc 3f94341
Update provider/datagen/src/driver.rs
sffc c7b7924
inner -> parts
sffc 7a6ed81
langids
sffc bddaa9b
comment about false
sffc 2b9638b
Deduplicate candidate langids
sffc File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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.
This change doesn't impact behavior; it just makes it so that this crate doesn't need to depend on the
provider
feature of icu_datagen