Go to file
Brad Jorsch 9aca31681a LuaStandalone: Improve passing of numeric values
For integers from Lua to PHP, make sure they won't use exponential
notation that will confuse unserialize(), and pass the integer size from
PHP so Lua can know which numbers are representable as integers.

For doubles in both directions, increase the precision to avoid
truncation of the least significant bits.

Change-Id: Icfaff71cab0ee1aac04acf752d108049b5569380
2018-02-06 16:54:52 -05:00
common Update RunningStat use statement 2018-01-21 04:42:48 +00:00
engines LuaStandalone: Improve passing of numeric values 2018-02-06 16:54:52 -05:00
i18n Localisation updates from https://translatewiki.net. 2018-02-05 22:37:00 +01:00
modules build: Update linters 2018-02-04 22:10:26 +00:00
tests/phpunit/engines Fix Scribunto_LuaStandaloneInterpreterTest::testGetStatus on 7.1+ 2018-02-01 21:08:32 -08:00
.eslintrc.json build: Replace jscs/jshint with eslint 2017-05-12 16:24:59 +00:00
.gitignore Expand .gitignore for more editors 2016-11-13 13:22:31 +01:00
.gitreview Whoops, track not trace 2016-10-24 17:03:31 -07:00
.minus-x.json Add minus-x to "composer test" 2017-09-12 23:47:16 -07:00
.phpcs.xml Improve some parameter docs 2018-01-11 21:27:53 +01:00
.stylelintrc.json Use json extension for .stylelintrc 2017-08-19 10:27:54 +02:00
CODE_OF_CONDUCT.md Add CODE_OF_CONDUCT.md 2017-06-07 15:47:29 +04:30
composer.json build: Updating mediawiki/mediawiki-codesniffer to 15.0.0 2017-12-30 02:28:08 +00:00
COPYING Specify license and add COPYING file 2016-09-16 01:38:15 +00:00
extension.json Removed deprecated position statements from resource loader module 2018-02-03 17:23:40 +01:00
Gruntfile.js Use json extension for .stylelintrc 2017-08-19 10:27:54 +02:00
package.json build: Update linters 2018-02-04 22:10:26 +00:00
Scribunto.magic.php Use short array syntax 2017-06-16 13:26:30 +00:00
Scribunto.namespaces.php Update the Module & Module talk namespace in Nepali Wikipedia 2018-02-01 09:40:22 +00:00
Scribunto.php build: Updating mediawiki/mediawiki-codesniffer to 0.10.0 2017-07-08 15:42:23 +02:00