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

Batteries-included baked provider #3549

Merged
merged 2 commits into from
Jun 22, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
3 changes: 3 additions & 0 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 2 additions & 1 deletion components/calendar/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ databake = { version = "0.1.3", path = "../../utils/databake", features = ["deri
serde = { version = "1.0", default-features = false, features = ["derive", "alloc"], optional = true }

icu_calendar_data = { path = "data", optional = true }
icu_locid_transform = { path = "../../components/locid_transform", features = ["data"], optional = true }

libm = { version = "0.2", default-features = false }

Expand All @@ -55,7 +56,7 @@ std = ["icu_provider/std", "icu_locid/std"]
serde = ["dep:serde", "zerovec/serde", "tinystr/serde", "icu_provider/serde"]
datagen = ["serde", "dep:databake", "zerovec/databake", "tinystr/databake"]
bench = []
data = ["dep:icu_calendar_data"]
data = ["dep:icu_calendar_data", "dep:icu_locid_transform"]

[package.metadata.cargo-all-features]
# Bench feature gets tested separately and is only relevant for CI
Expand Down
1 change: 1 addition & 0 deletions components/calendar/data/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,5 +21,6 @@
"pretty": true
}
},
"fallback": "Runtime",
"overwrite": true
}

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions components/collator/data/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,5 +25,6 @@
"pretty": true
}
},
"fallback": "Runtime",
"overwrite": true
}
171 changes: 90 additions & 81 deletions components/collator/data/data/macros/collator_data_v1.data.rs

Large diffs are not rendered by default.

14 changes: 4 additions & 10 deletions components/collator/data/data/macros/collator_dia_v1.data.rs

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

14 changes: 4 additions & 10 deletions components/collator/data/data/macros/collator_jamo_v1.data.rs

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading