paladox
paladox
> What prompted this change? What problems is it supposed to solve? This was prompted when I noticed SMW extensions failing the ci. I have since found out that was...
@gesinn-it-gea / @gesinn-it-ilm requires https://github.com/gesinn-it-pub/docker-compose-ci/pull/9 to be merged.
Hmm even with that it is still throwing "Fatal error: Uncaught ExtensionDependencyError: SemanticScribunto requires Scribunto to be installed."
Oh I missed a few places in https://github.com/gesinn-it-pub/docker-compose-ci/pull/9. Although I think it has to be published for things to take affect? idk.
Have no idea how to fix: ``` [e716f232d4cd70a1ff19f141] [no req] MediaWiki\Extension\Scribunto\ScribuntoException: Lua error: Internal error: The interpreter has terminated with signal "5". Backtrace: from /var/www/html/extensions/Scribunto/includes/ScribuntoEngineBase.php(147) #0 /var/www/html/extensions/Scribunto/includes/engines/LuaStandalone/LuaStandaloneInterpreter.php(675): MediaWiki\Extension\Scribunto\ScribuntoEngineBase->newException(string, array) #1...
@gesinn-it-ilm @gesinn-it-gea not sure how to resolve ^? Unless it doesn't work on my Mac in docker. (I have a M1 Mac). The error in GitHub ci is because the...
``` MediaWiki has been successfully installed. You can now visit to view your wiki. If you have questions, check out our frequently asked questions list: or use one of the...
> I'm not using SemanticScribuntu. Maybe the way it is installed by docker-compose-ci needs to be changed (e.g. using composer to get the deps). Or make the deps being installable...
I see that REL1_39 isn’t being supplied to where it fetches Scribunto which would be a problem.
For some reason phpunit is now in an infinite loop. I don't know why.