Paladox has uploaded a new change for review.

  https://gerrit.wikimedia.org/r/268884

Change subject: Add namespace aliases for mzn
......................................................................

Add namespace aliases for mzn

Change-Id: I871fd627e7d3d492daae3f608453cf0df2330695
(cherry picked from commit 7ab1348e9485ba23a93b6eae2de9009e06f27516)
---
M Scribunto.namespaces.php
M tests/engines/LuaCommon/LuaInterpreterTest.php
2 files changed, 6 insertions(+), 1 deletion(-)


  git pull ssh://gerrit.wikimedia.org:29418/mediawiki/extensions/Scribunto 
refs/changes/84/268884/1

diff --git a/Scribunto.namespaces.php b/Scribunto.namespaces.php
index 8a50ad0..b050de0 100644
--- a/Scribunto.namespaces.php
+++ b/Scribunto.namespaces.php
@@ -226,6 +226,11 @@
        828 => 'Modul',
 );
 
+$namespaceNames['mzn'] = array(
+       828 => 'ماژول',
+       829 => 'ماژول_گپ',
+);
+
 $namespaceNames['nb'] = array(
        828 => 'Modul',
        829 => 'Moduldiskusjon',
diff --git a/tests/engines/LuaCommon/LuaInterpreterTest.php 
b/tests/engines/LuaCommon/LuaInterpreterTest.php
index 7b4bf20..05519e7 100644
--- a/tests/engines/LuaCommon/LuaInterpreterTest.php
+++ b/tests/engines/LuaCommon/LuaInterpreterTest.php
@@ -116,7 +116,7 @@
                        $this->markTestSkipped( "Darwin is lacking POSIX timer, 
skipping CPU time limiting test." );
                }
 
-               $interpreter = $this->newInterpreter( array( 'cpuLimit' => 1 ) 
);
+               $interpreter = $this->newInterpreter( array( 'cpuLimit' => 2 ) 
);
                $chunk = $this->getBusyLoop( $interpreter );
                try {
                        $interpreter->callFunction( $chunk, 1e9 );

-- 
To view, visit https://gerrit.wikimedia.org/r/268884
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: I871fd627e7d3d492daae3f608453cf0df2330695
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/extensions/Scribunto
Gerrit-Branch: REL1_25
Gerrit-Owner: Paladox <thomasmulhall...@yahoo.com>
Gerrit-Reviewer: Mjbmr <mjb...@gmail.com>

_______________________________________________
MediaWiki-commits mailing list
MediaWiki-commits@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to