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

Restructure icu_calendar public API to put all calendars under cal #5701

Merged
merged 3 commits into from
Oct 18, 2024

Conversation

Manishearth
Copy link
Member

Fixes #5632

@Manishearth Manishearth requested a review from a team as a code owner October 17, 2024 21:50
pub use crate::any_calendar::AnyCalendar;

/// Scaffolding types: You shouldn't need to use these, they need to be public for the `Calendar` trait impl to work.
pub mod scaffold {
Copy link
Member

Choose a reason for hiding this comment

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

Question: not sure if this should be icu::calendar::cal::scaffold or icu::calendar::scaffold. I feel like a top-level scaffold module is maybe better?

Copy link
Member Author

Choose a reason for hiding this comment

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

Merged to avoid conflicts, I'm ambivalent here. I'd approve a PR moving this.

@Manishearth Manishearth merged commit 85e83d6 into unicode-org:main Oct 18, 2024
28 checks passed
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.

Informal icu_calendar rereview
2 participants