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

Cookbook example of extra-expanded years #604

Closed
ptomato opened this issue May 20, 2020 · 3 comments · Fixed by #1363
Closed

Cookbook example of extra-expanded years #604

ptomato opened this issue May 20, 2020 · 3 comments · Fixed by #1363
Assignees
Labels
documentation Additions to documentation
Milestone

Comments

@ptomato
Copy link
Collaborator

ptomato commented May 20, 2020

Follow up from #240, we need a cookbook example that does this:

Create a Temporal derivative that supports arbitrarily-large years (e.g., +635427810-02-02) for astronomical purposes, ideally without requiring modifications to year-agnostic interfaces such as Time (but still supporting e.g. UnlimitedTemporal.Time.from("10:23").withDate("+635427810-02-02")).

A custom calendar seems a likely way to implement this.

@ryzokuken ryzokuken added the documentation Additions to documentation label Jun 10, 2020
@ryzokuken
Copy link
Member

I suppose this is blocked on #638 for the time-being?

@ptomato ptomato added this to the Stable proposal milestone Sep 17, 2020
@ptomato ptomato added spec-text Specification text involved non-prod-polyfill THIS POLYFILL IS NOT FOR PRODUCTION USE! and removed non-prod-polyfill THIS POLYFILL IS NOT FOR PRODUCTION USE! spec-text Specification text involved labels Sep 18, 2020
@ptomato ptomato modified the milestones: Stable proposal, Stage 3 Oct 19, 2020
@ptomato
Copy link
Collaborator Author

ptomato commented Oct 19, 2020

Cookbook example to be written after the freeze and before Stage 3

@ptomato
Copy link
Collaborator Author

ptomato commented Jan 13, 2021

On further reflection this isn't a requirement for Stage 3. To be done later.

@ptomato ptomato modified the milestones: Stage 3, Next Jan 13, 2021
@ptomato ptomato self-assigned this Feb 10, 2021
ptomato added a commit that referenced this issue Feb 11, 2021
A partial example illustrating how to extend Temporal to support an
unlimited range of dates into the future and the past.

It goes on its own page because it's much larger than the other cookbook
recipes, and it's more for illustrative purposes than that anyone would
want to use it.

Closes: #604
ptomato added a commit that referenced this issue Feb 11, 2021
A partial example illustrating how to extend Temporal to support an
unlimited range of dates into the future and the past.

It goes on its own page because it's much larger than the other cookbook
recipes, and it's more for illustrative purposes than that anyone would
want to use it.

Closes: #604
ptomato added a commit that referenced this issue Feb 11, 2021
A partial example illustrating how to extend Temporal to support an
unlimited range of dates into the future and the past.

It goes on its own page because it's much larger than the other cookbook
recipes, and it's more for illustrative purposes than that anyone would
want to use it.

Closes: #604
Ms2ger pushed a commit that referenced this issue Feb 17, 2021
A partial example illustrating how to extend Temporal to support an
unlimited range of dates into the future and the past.

It goes on its own page because it's much larger than the other cookbook
recipes, and it's more for illustrative purposes than that anyone would
want to use it.

Closes: #604
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Additions to documentation
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants