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

Public API for Date::added() and Date::until() #3964

Open
hsivonen opened this issue Aug 29, 2023 · 1 comment
Open

Public API for Date::added() and Date::until() #3964

hsivonen opened this issue Aug 29, 2023 · 1 comment
Labels
C-calendar Component: Calendars S-medium Size: Less than a week (larger bug fix or enhancement) U-temporal User: Temporal and V8

Comments

@hsivonen
Copy link
Member

Temporal requires https://tc39.es/proposal-temporal/#sec-temporal-calendardateaddition and https://tc39.es/proposal-temporal/#sec-temporal-calendardatedifference , but these are unstable hidden APIs in ICU4X. For Temporal compat, we need public API surface for these.

@hsivonen hsivonen added C-calendar Component: Calendars U-temporal User: Temporal and V8 labels Aug 29, 2023
@sffc sffc added this to the 1.x Priority ⟨P2⟩ milestone Sep 21, 2023
@sffc sffc added the S-medium Size: Less than a week (larger bug fix or enhancement) label Sep 21, 2023
@sffc
Copy link
Member

sffc commented Sep 21, 2023

Given that we currently have experimental code for this, and it ties in a lot with Temporal and the calendar work we've been doing, I think it should be a 1.x priority.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
C-calendar Component: Calendars S-medium Size: Less than a week (larger bug fix or enhancement) U-temporal User: Temporal and V8
Projects
None yet
Development

No branches or pull requests

2 participants