Demon has submitted this change and it was merged. Change subject: Handle cloned parsers correctly ......................................................................
Handle cloned parsers correctly If the parser is cloned, we need to give the new instance a new ScribuntoEngine. Otherwise when one of the clones has ParserClearState called, the engine for the other will also be unexpectedly destroyed. Change-Id: Ia6ded082e5adddfbd91387bca825a305ccbf831d Depends-On: Ieec65c908d71e89b9a66f83b9a626f842aadacbb --- M Scribunto.php M common/Hooks.php 2 files changed, 12 insertions(+), 0 deletions(-) Approvals: Demon: Verified; Looks good to me, approved -- To view, visit https://gerrit.wikimedia.org/r/33507 To unsubscribe, visit https://gerrit.wikimedia.org/r/settings Gerrit-MessageType: merged Gerrit-Change-Id: Ia6ded082e5adddfbd91387bca825a305ccbf831d Gerrit-PatchSet: 2 Gerrit-Project: mediawiki/extensions/Scribunto Gerrit-Branch: master Gerrit-Owner: Anomie <[email protected]> Gerrit-Reviewer: Anomie <[email protected]> Gerrit-Reviewer: Demon <[email protected]> Gerrit-Reviewer: Tim Starling <[email protected]> Gerrit-Reviewer: Victor Vasiliev <[email protected]> _______________________________________________ MediaWiki-commits mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits
