[22:11:27] I'm looking for a sysadmin to supervise a rename of an account with more than 100,000 edits [22:11:31] anyone here who can help me? [22:24:43] Trijnstel: It's all hands this week, so most staff are busy/offlinre [22:25:07] yeah, I've heard :( [23:52:03] Can someone tell me why this is failing? It seems to not be loading the Composer dependencies, even though I have load_composer_autoloader set to true. https://gerrit.wikimedia.org/r/c/mediawiki/extensions/GraphQL/+/474477 [23:52:57] paladox: around? [23:53:04] yup [23:53:06] ? [23:53:10] see above [23:53:31] * paladox dosen't know why [23:53:38] it's happening to other extensions though [23:53:47] like AbuseFilter REL1_32 [23:54:05] so it's probably not a config issue on the project side? paladox [23:55:25] oh [23:55:37] davidwbarratt it seems your missing doing MediaWiki\GraphQL\ [23:55:43] ie [23:55:44] use GraphQL\Error\InvariantViolation; [23:55:45] -> [23:55:50] use MediaWiki \GraphQL\Error\InvariantViolation; [23:56:07] (without the space between MediaWiki and GraphQL) :) [23:57:41] paladox the error is: Fatal error: unknown class GraphQL\Type\Definition\InterfaceType in /workspace/src/extensions/GraphQL/src/Type/InterfaceType.php on line 12 [23:57:56] Platonides the class from the library is namespace GraphQL\Type\Definition\InterfaceType [23:58:16] oh, there's a lib being pulled in? [23:58:41] Platonides yes, via composer [23:58:52] ah gotcha, you probably want to add it to AutoloadNamespaces too [23:58:54] errr... sorr Platonides I mean paladox [23:59:15] paladox it can't just use the composer autoloader? [23:59:22] nope [23:59:25] though [23:59:29] wait