-
Notifications
You must be signed in to change notification settings - Fork 1.8k
[Temporal] Implement with method for PlainYearMonth
#55153
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
[Temporal] Implement with method for PlainYearMonth
#55153
Conversation
|
EWS run on previous version of this PR (hash ed669c9) Details |
Constellation
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
r=me with style nits.
Source/JavaScriptCore/runtime/TemporalPlainYearMonthPrototype.cpp
Outdated
Show resolved
Hide resolved
Source/JavaScriptCore/runtime/TemporalPlainYearMonthPrototype.cpp
Outdated
Show resolved
Hide resolved
|
EWS run on previous version of this PR (hash 4c175f1) Details |
4c175f1 to
327b160
Compare
|
EWS run on current version of this PR (hash 327b160) Details |
|
I checked the test failures and I believe they are unrelated. |
https://bugs.webkit.org/show_bug.cgi?id=303899 Reviewed by Yusuke Suzuki and Sosuke Suzuki. Implement this method. Co-authored-by: SUZUKI Sosuke <aosukeke@gmail.com> * JSTests/stress/temporal-plainyearmonth.js: (shouldBe): * JSTests/test262/config.yaml: * Source/JavaScriptCore/runtime/TemporalCalendar.cpp: (JSC::TemporalCalendar::yearMonthFromFields): * Source/JavaScriptCore/runtime/TemporalCalendar.h: * Source/JavaScriptCore/runtime/TemporalPlainDate.cpp: (JSC::TemporalPlainDate::toYearMonth): * Source/JavaScriptCore/runtime/TemporalPlainDate.h: * Source/JavaScriptCore/runtime/TemporalPlainYearMonth.cpp: (JSC::TemporalPlainYearMonth::with): * Source/JavaScriptCore/runtime/TemporalPlainYearMonth.h: * Source/JavaScriptCore/runtime/TemporalPlainYearMonthPrototype.cpp: (JSC::JSC_DEFINE_HOST_FUNCTION): Canonical link: https://commits.webkit.org/304263@main
327b160 to
38b944b
Compare
|
Committed 304263@main (38b944b): https://commits.webkit.org/304263@main Reviewed commits have been landed. Closing PR #55153 and removing active labels. |
38b944b
327b160
🛠 playstation