2023-10-04 [15:00:42.0600] no eds meeting, or was that tuesday again? [15:24:47.0410] Hm, editors call doesn't appear on "TC39 Public Calendar" 2023-10-05 [17:31:58.0485] i see it there for the 4th and the 11th on the regular wednesday times [17:33:53.0870] not showing for me. either different calendar or different viewing permissions. [17:34:46.0448] I'm looking at a Google calendar [18:40:40.0109] hm, it’s the same google cal as always, and you’re still on it as an attendee [18:40:58.0171] link? [18:42:52.0625] will DM [18:44:39.0930] Thanks, that works for me (different calendar: "TC39 Events Calendar" vs "TC39 Public Calendar") [18:45:17.0955] So is the Events cal not Public? [18:47:52.0123] There was supposed to be a Public and a Private, and I thought editors call would be on the Public, but maybe not. [02:48:07.0645] no, it's not public [02:48:14.0660] editors call isn't on the public one. 2023-10-10 [09:21:20.0502] editor call should appear on the public calendar [09:21:21.0654] see https://github.com/tc39/Reflector/issues/487 [09:22:00.0350] also I won't be there tomorrow since my flight home from Japan has been delayed (30 hours! 😭) [09:41:13.0816] oh man, 30 hours [09:41:14.0330] sorry [09:41:23.0900] is it because of the HK typhoon? [09:41:31.0715] but that's not the route... idk [13:33:54.0744] > <@michaelficarra:matrix.org> editor call should appear on the public calendar i didn't realize yall had made a decision on that yet [13:34:03.0341] > <@michaelficarra:matrix.org> editor call should appear on the public calendar * i didn't realize yall had made a decision on that yet; it's not in the issue [16:44:35.0045] shu: no, we had a medical emergency on the plane and turned around 3 hours in [16:47:47.0197] ljharb: we talked about it on an editor call but I don't think we knew how we were expected to reply to the issue at the time [16:48:22.0777] i think just comment and say whether the editors want it on the public cal, and also, whether it's ok that the email addresses on it are public or not 2023-10-11 [14:32:04.0140] shu: we doing editor call today? [14:32:17.0222] oops lost track of time, omw 2023-10-12 [17:50:19.0926] Michael Ficarra: https://github.com/tc39/ecma262/pull/3116 is ready except your stamp [14:25:48.0399] i just noticed the % in IBM Plex is also wtf [14:25:56.0365] the / is split into 2 [14:27:08.0085] that's not how a slash works [14:27:36.0298] it divides others! it itself must not be divided! [14:31:47.0105] Well, maybe they needed an excuse for why to make that character much wider than it needs to be, for consistency with other characters that are also unnecessarily wide? [16:19:11.0019] I can kinda understand the split / in % [16:19:23.0987] it's only for italic monospace variants [16:19:50.0993] making % italic is probably really awkward, especially in monospace [16:27:09.0547] italic % and ÷ might get overlappy 2023-10-18 [15:50:14.0663] shu: https://github.com/tc39/ecma262/pull/3200 lgtm but I had a suggestion for further clarity, which if you approve of you could either fold in to this PR or I am happy to send a PR myself [15:50:39.0736] if you don't want to put that change in this PR you can stamp it as ready to merge [15:53:31.0772] thanks. both suggestions sgtm, i'll fold them into this PR [16:05:15.0987] ljharb: we've got some PRs ready to merge when you get a chance: https://github.com/tc39/ecma262/issues?q=is%3Aopen+label%3A%22ready+to+merge%22+sort%3Aupdated-desc+status%3Asuccess [16:17:49.0862] Yep, just flew home and will land them tonight or tomorrow [16:36:43.0324] from Japan? 2023-10-19 [21:12:04.0572] nope, from north carolina; i was there for a conf this week 2023-10-24 [14:49:58.0776] https://github.com/tc39/ecma262/pull/3194 still fails the esmeta check, what do we want to do about that? [14:54:21.0545] https://github.com/es-meta/esmeta/issues/197 got some attention 16 hours ago. [14:58:04.0353] I'd wait a bit longer to see if they fix it [14:58:09.0157] they've generally been pretty responsive [14:58:16.0913] and this isn't blocking anything [16:46:51.0097] sounds good 2023-10-25 [14:32:02.0893] be there in 2 2023-10-27 [08:41:49.0554] do we always use "this NonterminalName" when referring to the LHS of a production in SDO steps, or only when the same nonterminal appears on the RHS? [08:41:54.0672] if we don't, I think we should [08:44:56.0552] and early errors, I guess [08:45:13.0498] I wonder if it would be helpful to model early errors as an SDO... 🤔 [09:25:26.0579] helpful to whom [09:25:28.0430] readers? no [10:04:55.0410] Michael Ficarra: we don't always. I'm prepping a PR where this stuff gets consistified [10:15:31.0182] re modelling early errors as an SDO: I've thought about it. I agree w bakkot that it wouldn't be particularly helpful to readers, as most early error rules are about as clear as they need to be for most people's purposes. On the other hand, there are some dark corners of early error processing, and the exercise might shine some light on them.