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

Rename data key to data marker [info] #5003

Merged
merged 11 commits into from
Jun 6, 2024

Conversation

robertbastian
Copy link
Member

@robertbastian robertbastian commented Jun 4, 2024

provider/core/src/key.rs Outdated Show resolved Hide resolved
provider/core/src/key.rs Outdated Show resolved Hide resolved
@robertbastian
Copy link
Member Author

Sorry @ALL, I cannot remove reviewers because GitHub is throwing 404s. I only want a review from @sffc

Copy link
Member

@sffc sffc left a comment

Choose a reason for hiding this comment

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

Through provider/blob. Good so far

CHANGELOG.md Outdated Show resolved Hide resolved
components/datetime/src/fields/symbols.rs Outdated Show resolved Hide resolved
components/datetime/tests/data/gen.sh Show resolved Hide resolved
components/locale/src/expander.rs Show resolved Hide resolved
provider/adapters/src/fork/mod.rs Show resolved Hide resolved
@robertbastian robertbastian requested a review from sffc June 5, 2024 20:41
@robertbastian robertbastian requested a review from sffc June 5, 2024 20:59
Copy link
Member

@sffc sffc left a comment

Choose a reason for hiding this comment

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

Down through provider/core

provider/core/README.md Outdated Show resolved Hide resolved
Comment on lines 223 to 230
pub use crate::DataKey;
pub use crate::DataLocale;
#[doc(no_inline)]
pub use crate::DataKeyAttributes;
pub use crate::DataMarker;
#[doc(no_inline)]
pub use crate::DataKeyHash;
pub use crate::DataMarkerAttributes;
#[doc(no_inline)]
pub use crate::DataLocale;
pub use crate::DataMarkerInfo;
#[doc(no_inline)]
pub use crate::DataMarker;
pub use crate::DataMarkerPathHash;
Copy link
Member

@sffc sffc Jun 5, 2024

Choose a reason for hiding this comment

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

These entries were re-ordered. For my own record:

Old New
DataKey DataMarkerInfo
DataKeyAttributes DataMarkerAttributes
DataKeyHash DataMarkerPathHash
DataLocale DataLocale
DataMarker DataMarker

provider/core/src/lib.rs Show resolved Hide resolved
@robertbastian robertbastian requested a review from sffc June 5, 2024 22:07
@robertbastian robertbastian merged commit 0217a09 into unicode-org:main Jun 6, 2024
28 checks passed
@robertbastian robertbastian deleted the key branch June 6, 2024 15:49
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.

2 participants