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

Add new Datagen API and CLI with FallbackOptions #4710

Merged
merged 42 commits into from
Mar 27, 2024
Merged
Changes from 6 commits
Commits
Show all changes
42 commits
Select commit Hold shift + click to select a range
a6bdfce
Checkpoint: new APIs plumbed through. Need to test.
sffc Mar 19, 2024
1f19ba4
Make tests pass
sffc Mar 19, 2024
5b2dcd7
Don't impl Display on public types unless we mean it
sffc Mar 19, 2024
6f93495
Fix defaults; make DeduplicationStrategy optional
sffc Mar 19, 2024
ace5856
fmt
sffc Mar 19, 2024
d323114
clippy and docs
sffc Mar 19, 2024
5e13943
Rename and simplify some things
sffc Mar 21, 2024
ec2807a
Refactor code to remove coerce functions
sffc Mar 22, 2024
b2352e3
Add more DatagenDriver options tests
sffc Mar 22, 2024
ce406c8
Fix UndInclusion and wildcard
sffc Mar 22, 2024
4002457
Add empty list test
sffc Mar 24, 2024
d69a9ec
fmt
sffc Mar 24, 2024
1c477c2
'full' instead of '*'
sffc Mar 24, 2024
b25f974
Consolidate all-locales handling into main loop
sffc Mar 24, 2024
24efc92
Add docs and export the types
sffc Mar 24, 2024
2b5268a
Add 1.5 API to tests and mark old API deprecated
sffc Mar 24, 2024
a70b929
LocaleFamily and docs
sffc Mar 24, 2024
7e1cb29
Add PreferredForExporter test
sffc Mar 24, 2024
0ee50e6
Add the 1.5 default options test
sffc Mar 24, 2024
60f78e1
Merge branch 'main' into datagen-neo-driver
sffc Mar 26, 2024
3f50f09
Fix merge
sffc Mar 26, 2024
6a92fb7
Always include und
sffc Mar 26, 2024
777d25d
Remove UndInclusion
sffc Mar 26, 2024
cf8ed69
Make helper function to reduce verbosity of call site in test file
sffc Mar 26, 2024
98f9ed3
Remove RetainBaseLanguages for now and add TODOs
sffc Mar 26, 2024
e691c30
Add CLI for the new options
sffc Mar 26, 2024
883ac51
Reduce usage of old API and options; clippy
sffc Mar 26, 2024
88571b3
Update more call sites to new API
sffc Mar 26, 2024
ed497a0
Fix test failure in blob provider. Needs investigation
sffc Mar 27, 2024
527d4c0
doc
sffc Mar 27, 2024
378fb93
Better fix for the blob provider test failure
sffc Mar 27, 2024
62e75b5
Refactoring
sffc Mar 27, 2024
4f51fa9
Consolidate types and other nits
sffc Mar 27, 2024
28c0ef5
Maybe fix CI
sffc Mar 27, 2024
4a76bf6
oops
sffc Mar 27, 2024
a245cbb
Improve logging
sffc Mar 27, 2024
78e29ac
Fix CLI message
sffc Mar 27, 2024
c5ddea3
NoDeduplication > None
sffc Mar 27, 2024
8460810
LocaleFamily serialization and stuff
sffc Mar 27, 2024
5474401
Fix build?
sffc Mar 27, 2024
1cccda7
Testing
sffc Mar 27, 2024
5bebfbc
Remap LocaleFamilies to LanguageIdentifiers in without-fallback
sffc Mar 27, 2024
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Loading
Loading