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

Make CldrCalendar trait sealed except with experimental feature #4392

Merged
merged 4 commits into from
Dec 5, 2023

Conversation

sffc
Copy link
Member

@sffc sffc commented Nov 30, 2023

Fixes #4341

Manishearth
Manishearth previously approved these changes Nov 30, 2023
Manishearth
Manishearth previously approved these changes Dec 1, 2023
@@ -251,6 +264,23 @@ impl CldrCalendar for Roc {
type MonthSymbolsV1Marker = RocMonthSymbolsV1Marker;
}

impl UnstableCldrCalendar for Buddhist {}
Copy link
Member

Choose a reason for hiding this comment

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

hmm, this will show up on docs, which we build with all features, and look like Buddhist is an unstable calendar. Maybe call this InternalCldrCalendar?

@sffc sffc merged commit 9baa32a into unicode-org:main Dec 5, 2023
29 checks passed
@sffc sffc deleted the unstable-cldr-calendar branch December 5, 2023 20:28
@robertbastian
Copy link
Member

changelog?

sffc added a commit that referenced this pull request Dec 27, 2023
@sffc sffc mentioned this pull request Dec 27, 2023
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.

Decide what to do with stability of CldrCalendar trait in 1.5
3 participants