19:28
<snek>
temporal isn't unflagged anywhere right
19:28
<snek>
can we change the Duration constructor to be an object
19:28
<snek>
this is unusable lol
19:30
<snek>
hmm i guess Duration.from is usable
19:30
<shu>
temporal is not even completely implemented anywhere afaik
19:33
<snek>
hmm v8 reverted durationformat
19:34
<snek>
with no reason given on the commit :>
19:34
<shu>
which commit are you talking about?
19:34
<snek>
https://chromium-review.googlesource.com/c/v8/v8/+/3932693
19:36
<shu>
that's the cherry-pick
19:36
<shu>
the original revert has the reason: https://chromium-review.googlesource.com/c/v8/v8/+/3925703
19:36
<snek>
oh i see
19:36
<snek>
how'd you find that
19:38
<shu>
the line 'Merged 931dbda07d22c4331d8b26158be00ef6c521a734'
19:38
<shu>
"Merged:" is chromium-ese for "back merge"
19:38
<shu>
that sha is the original commit
19:58
<bakkot>
this is unusable lol
oh jeeze why did we decide to do that
19:58
<bakkot>
I guess that's how Date works?
19:58
<bakkot>
but that is awful
19:59
<snek>
it seems to me like from() is really what you should use