-
Notifications
You must be signed in to change notification settings - Fork 15
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
Support July 2024 version of Temporal API #47
Comments
Definitely. I hope to get this done this month. |
Excellent! I’m really looking forward to using the final Temporal API in my projects. |
Correction: it will be sometime this quarter. Apologies for the delay. |
Is anybody working on this? I'd be happy to do a PR for |
FWIW – these are two links I’ve had on my “read in the future” list for a while; maybe they are useful: |
Also we have to update the forked version of test262 under fullcalendar org (https://github.com/fullcalendar/test262 ), but there are several choices how to update it: merge upstream little by little, or bigbang pull request all at once? There are several changes only in forked version and perhaps merging isn't obvious. I'm concerned that practically only core maintainers who know the context well can make this change (coming pull requests for forked test262 can be hard to review for maintainers in terms of both quality and quantity). |
Hello everyone, apologies for delay in in updating to the latest spec, I've been swamped with the latest major release of FullCalendar (which pays the bills). I am still very excited to implement the reduced-scope Temporal spec, especially because it will result in a smaller polyfill (potentially going from 20kb -> 17kb, but who knows). I don't have a definitive list of things that changed since the last spec update (temporal-polyfill uses Apr 2024), but honestly it doesn't really matter because I plan to rip out the obvious things like As far as test262, the fullcalendar fork changed to correct diffing/rounding bugs in the spec, which are now fixed, and relaxed conformance for Unfortunately, I won't have bandwidth to resume this work until FullCalendar v7 launches, which is slated for Feb 14th. It might be possible for someone to aid in the meantime, but honestly running the test262 suite will be overwhelming for most. |
(As an aside: The comparison table in the readme is very helpful, especially the dates/versions of the supported APIs. 🙏)
The text was updated successfully, but these errors were encountered: