| 19:25 | <ljharb> | in https://tc39.es/proposal-temporal/#sec-temporal-interprettemporaldatetimefields.- it calls RegulateTime with the time fields off of fields. RegulateTime asserts it can only receive an integer. but fields (https://tc39.es/proposal-temporal/#sec-temporal-calendar-fields-records ) can be ~UNSET~, which is not an integer. this seems like a temporal spec bug. can someone confirm? |
| 19:30 | <ljharb> | i know ptomato (out through 04-20) is out but maybe Richard Gibson would know? |
| 22:10 | <ljharb> | the same applies to the RegulateTime call from ToTemporalTime |