mediawiki-extensions-Scribunto/tests/engines/LuaSandbox
Brad Jorsch 5faa00150c (bug 45684) Don't count argument parsing time towards Lua limit
Currently, the time taken to parse the arguments passed to a Lua
function from #invoke will be counted against Lua's 10-second limit.
This is counterintuitive, and can remove incentive for users to convert
templates to Lua since they may have to convert a whole stack at once.

Note this requires change I11881232 to mediawiki/php/luasandbox to
actually have any effect.

Bug: 45684
Change-Id: I773950e4c399b8a1cfa6d1cde781a069d286b3bd
2013-03-12 03:18:05 +00:00
..
LuaSandboxInterpreterTest.php (Bug 37957) php_sapi_name() => PHP_SAPI 2013-02-04 20:27:01 -08:00
SandboxTest.php (bug 45684) Don't count argument parsing time towards Lua limit 2013-03-12 03:18:05 +00:00
SandboxTests.lua Refactor unit tests 2013-01-09 15:54:25 +00:00