[07:19:51] Good morning! [07:20:23] have you found more strings you need clarification about? :D [07:20:44] I can't believe it, how did you guess. [07:20:48] https://translatewiki.net/w/i.php?title=Special:Translations&message=MediaWiki%3AWikilambda-persistentzobject-description%2Fhe [07:21:05] Perhaps you can also guess what I want to ask about :) [07:22:00] what the link is? [07:22:13] Much simpler. [07:22:25] Another guess, or should I just say it? :) [07:32:06] just say it :D [07:34:11] Why does the English message say "zObject" and not "ZObject"? [07:34:48] ohh, yeah I noticed that [11:47:26] I’m guessing that’s really just a typo ^^ [15:24:06] Indeed! [15:52:00] https://gerrit.wikimedia.org/r/c/mediawiki/extensions/WikiLambda/+/731916 [20:16:54] It appears something has broken in NotWikilambda, as visiting the main page gives me "[6c368c589adc2b2033e6062a] [no req] Error: Call to undefined method Mediawiki\Services\Wikilambda\FunctionSchemata\SchemaFactory::getCanonicalFormFactory()" [20:21:02] that seems to be broken in WikiLambda afaict [20:21:03] $ git grep getCanonicalFormFactory [20:21:05] includes/Validation/ZObjectStructureValidator.php: $validator = ( SchemaFactory::getCanonicalFormFactory() )->create( $type ); [20:21:52] ah no, it’s in the function-schemata submodule [20:21:56] let me check on the server [20:23:04] apparently my update script just doesn’t update git submodules >.< [20:23:11] so that’s stuck on whenever I last updated it [20:23:46] so that’s stuck on whenever I last updated it manually [20:25:21] now it’s returning internal server errors instead and running out of memory apparently… [20:42:08] even with 1G memory it’s still running out [20:42:20] I’ll file that as a bug, I don’t think we’d want that even in production [20:42:42] but hey at least https://notwikilambda.toolforge.org/wiki/Special:BlankPage works [20:48:40] https://phabricator.wikimedia.org/T293828 [20:56:10] edited the main page to remove the expensive part, now that works again [20:58:11] is RecentChanges broken for a similar reason, then? (re @lucaswerkmeister: edited the main page to remove the expensive part, now that works again) [20:58:17] ah, is it? [20:58:26] probably [20:59:15] https://notwikilambda.toolforge.org/wiki/Special:RecentChanges?hidebots=1&limit=1&days=7&enhanced=1&urlversion=2 loads [20:59:36] https://notwikilambda.toolforge.org/wiki/Special:RecentChanges?hidebots=1&limit=50&days=0.04166&enhanced=1&urlversion=2 also loads [21:00:26] (crurently checking 50 changes, 7 days…) [21:00:41] (currently checking 50 changes, 7 days…) [21:02:34] looks like some of those errors are “maximum execution time of 30 seconds exceeded” rather than out of memory [21:05:06] added a comment to the task, thanks for the report