[04:02:09] [1/8] First exception for MW 1.46 generated? I didn't do it on purpose, just triggered it on a test wiki running on SMW. [04:02:10] [2/8] ``` [04:02:10] [3/8] [b55d7a9a36ddbfbf06f2e041] /wiki/Queries?action=submit Error: Class "Scribunto_LuaLibraryBase" not found [04:02:10] [4/8] Backtrace: [04:02:11] [5/8] from /srv/mediawiki/1.46/extensions/SemanticScribunto/src/ScribuntoLuaLibrary.php(20) [04:02:11] [6/8] #0 /srv/mediawiki/1.46/includes/AutoLoader.php(172): require_once() [04:02:11] [7/8] ``` [04:02:11] [8/8] We could ignore it until rc0, though I doubt rc0 will change anything. [04:25:35] I will patch it [04:33:04] [1/6] ```php [04:33:05] [2/6] use Scribunto_LuaLibraryBase; [04:33:05] [3/6] // TODO when dropping support for MW1.39, use the following instead [04:33:05] [4/6] // use MediaWiki\Extension\Scribunto\Engines\LuaCommon\LibraryBase; [04:33:06] [5/6] ``` [04:33:06] [6/6] Seems like a compat thing that should've been dropped when 1.39 is EOL. [04:33:41] The class isn't there in 1.39. But I will update the extension to target 1.43 and use the namespaced classes [04:35:01] I have to finish Paladox's CI PR first [06:01:08] Should be resolved after https://github.com/SemanticMediaWiki/SemanticScribunto/pull/120 [06:12:24] SMW 🙏