[16:52:47] Hm.. since we now commit all classes in autoload.php (thanks to the mszabo 's optimisation) - is there still a purpose in AutoLoad's PSR4 prefixes? I noticed there isn't an entry for the new Stats lib, and it seems to not matter. \cc Reedy legoktm [17:07:49] Talking about MW core specifically? [17:19:38] Krinkle: oh, I hadn't seen https://gerrit.wikimedia.org/r/c/mediawiki/core/+/853972 - cool! The PSR-4 part is only needed then for when development is ongoing and people haven't regenerated autoload.php yet. [17:20:23] and Stats is already covered by `'Wikimedia\\' => __DIR__ . '/libs/',` [17:21:54] legoktm: ah right, I habitually run it after new classes anyway, but that makes sense. cool!