16:11
<shu>
out sick today
16:31
<Michael Ficarra>
lmao there's a bug in the spell checking script
18:25
<bakkot>
huh
18:40
<Michael Ficarra>
the way it works is aspell notifies it of the misspellings but not the line/column numbers so it just greps for occurrences of the misspelling in the most naïve way possible
18:40
<Michael Ficarra>
which surprisingly worked well up until now
18:42
<Michael Ficarra>
maybe there's a way for aspell to report position info, but we should probably just prune for changed lines, since this only needs to work in PRs
18:43
<Michael Ficarra>
that would still have a chance of the same issue, but it should be good enough
19:03
<bakkot>
I mean can't it at least grep for word boundaries
19:03
<bakkot>
I guess it would need to be word boundaries or case transitions which is maybe hard
22:19
<bakkot>
shu: I accidentally assigned you on https://github.com/tc39/ecma262/pull/3705 but I just meant to mark it as ready because we talked about it already