00:10
<bakkot>
shu: https://github.com/tc39/ecmarkup/pull/395
01:01
<shu>
ah, great catch
01:04
<shu>
i also just rebased #2548 and switched to [fence-effects=""]
01:07
<bakkot>
nice
01:08
<bakkot>
I'll push a commit bumping ecmarkup once I've got it released
01:08
<bakkot>
one more comment there: AsyncBlockStart does actually have effects, because it starts the context it just created
01:10
<bakkot>
so you need a <emu-meta effects="user-code"> around the "Resume the suspended evaluation of x"
01:10
<bakkot>
you have that tag for three of the the six "resume the suspended" uses in the spec
01:11
<bakkot>
the other two are in Await, and should probably also have it, come to think
01:11
<bakkot>
I can just do that while bumping ecmarkup if you want
01:13
<bakkot>
bumped
01:16
<bakkot>
(I did not make the change to the Resume steps though)
01:19
<shu>
sorry switched to another tab, sure let me add the "Resume the suspended evaluation" steps
01:25
<shu>
pushed changes to the Resume steps