[14:34:41] Krinkle: I get those notifications because I voluntarily joined to the project. As to the rest of the team, I'm not sure. It's worth checking with lmata to see how that should be handled for the rest of the team. [15:47:06] Ah interesting, so you're implicitly subbed to individual tasks within that Mw component. That works :) [23:14:04] MatmaRex: regarding the prod error (thanks for solving that!), are you looking at BlameStartupRegistry to update it? I'm about to, but checking in case you're doing the same already [23:16:22] Krinkle: not really. i looked for 5 seconds and it looked a bit more complicated than updating a type hint, so i thought i'd let you do it [23:19:43] k, np. the source map refactor changed getScript to support an array return, similar to what it could already do for package files, but now more also returns an array for most classic concatenated modules. StartupModule was the outlier in that regard. the maintenance script can probably be updated to call a higher-level method instead, e.g. getModuleContent() or makeModuleResponse(). Which, it looks like it is already doing for most [23:19:44] modules, but not startup. [23:20:07] I'll patch it and add you as reviewer later today.