13:46
<jmdyck>
Bakkot: https://github.com/tc39/ecmarkup/blob/995bad09f5dfd34e5d7d6d7b54a4daadc89d3d49/src/lint/rules/algorithm-line-endings.ts#L10 says "`Else if foo, then.` + substeps" That dot after "then" shouldn't be there.
13:49
<jmdyck>
(BTW, it'd be nice if there were a consistent rule e.g. there are substeps if and only if the prior line ends in ':', but it would touch a lot of lines for not much gain.)
20:56
<devsnek>
can someone with a mac test installing xs with esvu master real quick
20:56
<ljharb>
devsnek: what commands do you want me to run
20:56
<devsnek>
`esvu install xs` i guess
20:57
<ljharb>
https://www.irccloud.com/pastebin/uWpAhS00/
20:57
<devsnek>
that was on master?
20:58
<ljharb>
no, just latest esvu
20:58
<ljharb>
i npm install -g it
20:58
<devsnek>
can you check master
20:58
<ljharb>
ugh do i have to clone the repo
20:58
<devsnek>
`npm i -g devsnek/esvu` should work
20:58
<rkirsling>
whooooa something happened to test262 report two days ago that made the scores doubled-ish: https://test262.report/?date=2020-05-14
20:59
<devsnek>
oh nice
20:59
<ljharb>
devsnek: k, did that, now `esvu ❯ version 1.2.2 \n XS ❯ Checking version... \n XS ✔ Up to date`
20:59
<devsnek>
hm alright
20:59
<devsnek>
i guess the ci is borked
21:17
<rkirsling>
looks like Yulia had already reported an issue: https://github.com/bocoup/test262-report-issue-tracker/issues/20
21:17
<rkirsling>
guess we should savor the bug
21:18
<rkirsling>
since all of JSC's scores are 100%+ now 😂
21:30
<Bakkot>
jmdyck: thanks, fixed the comment
21:31
<devsnek>
TIL semicolons are actually completely optional after do-while