21:46
<leobalter>
bakkot: thanks for the review. I'm learning RegExp.escape today. I'm fixing the otherPunctuators part.
21:47
<bakkot>
thanks for writing tests!
21:47
<leobalter>
I was bored today, lol
21:52
<leobalter>

I love the separation for 0x0022 here:

3. Let otherPunctuators be the string-concatenation of ",-=<>#&!%:;@~'`" and the code unit 0x0022 (QUOTATION MARK).\
21:53
<bakkot>
Yeah we couldn't figure out a good way to actually write a string in spec text which included "
23:35
<shu>
how do i control the list of reviewers for a proposal repo?
23:35
<shu>
only 4 people show up and i can't assign arbitrary github ids AFAICT
23:35
<shu>
is this an organizational thing?
23:35
<shu>
like i'm trying to assign bakkot and Michael Ficarra to https://github.com/tc39/proposal-atomics-microwait/pull/8 and i can't
23:45
<rbuckton>
Go to Settings > Collaborators and Teams > Add Teams, and then add @tc39/eligible-meeting-participants and grant them the Read role.
23:45
<rbuckton>
Or whichever team you want to grant access
23:47
<shu>
perfect, thank you