"vscode:/vscode.git/clone" did not exist on "2c7d1a65b6a16dd2dc7768df07be8f26613cba7f"
- 29 Mar, 2019 1 commit
-
-
Vinicius Jarina authored
* Added support to Lua integers. * Operator [] and `GetNumber` will still return the `double` regardless of the value for backward compatibility LuaTable.GetObject may have breaks if your code is assuming the value will be always a double boxed. To get long from Lua object use `GetLong` and to get an integer `GetInteger`.
-
- 03 Feb, 2019 1 commit
-
-
Vinicius Jarina authored
* Added iOS tests. * Added `tvOS` tests. * Added `NUNIT_ENABLE_XML_OUTPUT` flag * Added Touch.Server to run iOS/tvOS tests on VSTS. * Update Touch.Sever nuget. * Fixed iOS test results XML. * Bump Touch.Server. * Fixed windows build. * .
-