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

s/data/compiled_data #3603

Merged
merged 1 commit into from
Jun 30, 2023
Merged

Conversation

robertbastian
Copy link
Member

@@ -44,7 +44,7 @@ databake = { version = "0.1.3", path = "../../utils/databake", optional = true,
serde = { version = "1.0", default-features = false, features = ["derive", "alloc"], optional = true }

icu_collator_data = { version = "~1.3.0", path = "data", optional = true }
icu_locid_transform = { version = "1.2.0", path = "../../components/locid_transform", features = ["data"], optional = true }
icu_locid_transform = { version = "1.2.0", path = "../../components/locid_transform", features = ["compiled_data"], optional = true }
Copy link
Member

Choose a reason for hiding this comment

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

Nit (here and elsewhere): This is a bit misleading; I would prefer if you included icu_locid_transform without compiled_data up here and then included it with the feature down in the compiled_data section:

icu_locid_transform = { version = "1.2.0", path = "../../components/locid_transform", optional = true }

...

compiled_data = ["dep:icu_collator_data", "icu_normalizer/compiled_data", "dep:icu_locid_transform", "icu_locid_transform/compiled_data"]

Copy link
Member

Choose a reason for hiding this comment

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

+1

Copy link
Member Author

Choose a reason for hiding this comment

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

This is preexisting and I'd like to keep this PR a clean rename.

@robertbastian robertbastian merged commit 24937b5 into unicode-org:main Jun 30, 2023
@robertbastian robertbastian deleted the compiled_data branch June 30, 2023 16:26
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.

4 participants