[01:32:58] huh, why is zuul so slooow? [01:38:32] bawolff: Not massively slow today? [01:38:48] Its still like taking 15 minutes to check a change [01:38:56] and its not like there is a big backlog [01:39:01] * bawolff be whiney [01:39:14] Well, yes. [01:39:24] MW is a beast, testing it takes forever. [01:39:41] You can help make CI faster by dropping features and back-ends. ;-) [01:40:01] (Dropping HHVM testing will eliminate the two slowest jobs from MW's current pipeline.) [01:42:00] bawolff: Failed with a trivial code style issue. :-( [01:46:26] James_F: Also if we deleted all the unit tests it would be sooo much faster [01:46:47] James_F: well, part of GCI is learning how to fix the trivial code style issues [01:46:57] Well, yes. Or re-wrote MW in Rust. [06:27:20] hi there, we can't rename on frwiki, we get the message "Erreur fatale de type « MWException »" [06:27:46] some vandals take advantage of this bug [06:27:55] and we have to delete pages so we can rename [06:28:19] *rename when the page have multiple lines in the history [06:28:25] quite annoying [08:23:18] [17:46:57] Well, yes. Or re-wrote MW in Rust. <-- as long as you're willing to mentor, probably anything can be a GCI task ;-) [08:23:38] thib: can you file a bug in phabricator please? [08:24:10] thib: also, if you have the full exception message (it usually includes a code), that would be helpful [10:32:55] thib: the page move issue seems to be filed as https://phabricator.wikimedia.org/T210739 [14:44:57] Apologies for the repeat question from yesterday, but after the Special:Log ooui redesign, if I add a button after one of the input boxes, it briefly appears then goes away [14:45:27] Is there something I need to be waiting for? [15:33:41] McJill: from your question it still isn't clear (to me) if you're talking about a JavaScript script/gadget or something you did server-side on your own wiki [16:04:39] Sorry, javascript [16:05:29] Nemo_bis: Just a simple $('’).insertAfter('#mw-input-user'); or something