[00:35:33] just got "Error: Call to private method MediaWiki\SyntaxHighlight\Pygmentize::fetchVersion() from context 'WANObjectCache'" in https://toolhub-extension-demo.toolforge.org/. I think this is going to go boom in prod when the train rolls. [00:35:59] * bd808 adds a comment on https://gerrit.wikimedia.org/r/c/mediawiki/extensions/SyntaxHighlight_GeSHi/+/812911/6/includes/Pygmentize.php [01:25:26] Hopefully fixed by https://gerrit.wikimedia.org/r/c/mediawiki/extensions/SyntaxHighlight_GeSHi/+/814270 [02:35:25] good catch, thank you [04:29:16] Thanks bd808, i regretfully did not test it locally. I started to but then kept changing it and changing it. [04:29:36] The private method can be reached if it's in a closure first [04:30:11] And probably also in the PHP8.2 syntax for referencing a function [04:30:24] But the old style array has to be public indeed