@hashar wrote:
I am pretty sure the only use case is maintenance/mergeMessageFileList.php which apparently already has some kind of detection mechanism built-in:
$possibilities = [ "$extdir/$extname/extension.json", "$extdir/$extname/skin.json", "$extdir/$extname/$extname.php" ]; $found = false; foreach ( $possibilities as $extfile ) { if ( file_exists( $extfile ) ) {
That is enabled by passing it --extensions-dir and it "nicely" errors out whenever an extension lack one. The scap task still rely on the extension-list file