[08:58:34] _joe_: I use codium, but I just run `phpcbf` after I finish writing it to clean it all up, I gave up adding all the spaces by hand manually [09:01:13] <_joe_> legoktm: I think it should be possible to make codium use phpcbf with wikimedia's rules work for format on save [09:01:46] <_joe_> I hoped someone already did it [09:01:54] probably. I also have all MW extensions checked out so I never enabled the "I trust this folder" button, which I think it needs for that stuff [09:01:56] <_joe_> (I also use codium ofc) [09:02:07] <_joe_> oh yes [09:02:33] <_joe_> and yes, I find that question troubling [09:02:50] <_joe_> I don't trust *my* code,imagine the one written by others [09:05:52] entirely unrelatedly, it seems like MediaWiki 1.35 with PHP 8.1 on i386 is timing out when loading the Main Page right after install: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=976811#547 [09:07:01] I can't imagine it would actually take 30 seconds for that, is there a infinite loop or something? [09:07:21] apparently it's a new thing in 8.1, not an issue with 8.0 [09:11:05] also armhf, so it's some issue on 32-bit platforms [09:38:03] grepping for FormatJson::encode in 1.35 brings up SpecialRunJobs and MessageBlobStore as possible causes [09:38:13] I could see either taking a bit of time to run on the first page load [19:01:41] legoktm: the reported line in that bug report (line 110 of FormatJson.php) is literally the call to json_encode(), so if there's an infinite loop, it's not in our code it seems - I'm assuming the majority of time is spent in the reported line and that this isn't a random sample of a larger problem where the timeout just happens to be reached during a quick json encode call. [19:02:06] if it's not an infinite loop and only sometimes timing out, then it could be something else of course. [20:07:54] Reedy: "must be of type int, int given" ???? [20:08:05] ikr [20:13:12] I didn't purposely upgrade to 8.1... But yeah