- 14 Apr, 2022 1 commit
-
-
Erik Nilsen Haga authored
-
- 11 Nov, 2021 1 commit
-
-
Vinicius Jarina authored
-
- 08 Sep, 2021 1 commit
-
-
Erik Nilsen Haga authored
-
- 18 Oct, 2020 2 commits
-
-
Vinicius Jarina authored
Use `fakenil` from https://github.com/NLua/NLua/issues/328#issuecomment-691483915 to avoid cache miss
-
Vinicius Jarina authored
-
- 03 May, 2020 1 commit
-
-
Vinicius Jarina authored
* Fixes #375 Possible bug not detecting constructor(.ctor) argument match
-
- 19 Apr, 2020 2 commits
-
-
Vinicius Jarina authored
* Fixed #370 Overloaded indexer operators `TryIndexMethods` was testing only the first index method (`get_Item`) * Fixing flaky test.
-
Vinicius Jarina authored
-
- 24 Feb, 2020 1 commit
-
-
Vinicius Jarina authored
* Guid has a lot of ctor overload, the `byte[]` was being used instead the `string`. Reorder ctor info before trying to match the parameters.
-
- 19 Jan, 2020 1 commit
-
-
Vinicius Jarina authored
-
- 18 Jan, 2020 1 commit
-
-
Vinicius Jarina authored
* Lua.Error() will call setjmp and this can cause a crash with CLR on Linux, it seems that calling the setjmp longjmp twice will crash on *nix systems. This should make this issue work a bit better: https://github.com/NLua/NLua/issues/344
-
- 13 Dec, 2019 1 commit
-
-
Vinicius Jarina authored
-
- 11 Dec, 2019 1 commit
-
-
Vinicius Jarina authored
* Related with #340 it seems .NET Core is crashing the process when there is a exception with native/manage frames.
-
- 14 Sep, 2019 1 commit
-
-
Vinicius Jarina authored
-
- 11 Sep, 2019 1 commit
-
-
Vinicius Jarina authored
-
- 21 Aug, 2019 1 commit
-
-
Vinicius Jarina authored
* Cache invalid method call * Fixed array of byte, sbyte, uint, ulong, short, ushort * Fixed explicity interface calling.
-
- 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`.
-
- 10 Feb, 2019 1 commit
-
-
Vinicius Jarina authored
* Avoid call GetExtensionMethod twice. * `LuaMethodWrapper.Call` cleanup.
-
- 09 Feb, 2019 1 commit
-
-
Vinicius Jarina authored
LuaState.ToString calls luaL_tolstring which can add something to the stack. using lua_tostring.
-
- 08 Feb, 2019 1 commit
-
-
Vinicius Jarina authored
* WIP cleanup * Trying fixing iPhoneSimTests. * More cleanups * Minified initLua loadCLRpackage
-
- 05 Feb, 2019 1 commit
-
-
Vinicius Jarina authored
* The default parameter check was after typecheck * Fixes https://github.com/NLua/NLua/issues/273
-
- 28 Jan, 2019 1 commit
-
-
Vinicius Jarina authored
* * Giant cleanup/reshuffle of all files. * * Update upstream `KeraLua` to `0.1.14` * Fixed .NET Core build. * Add runsettings file * * Fixed nuspec `dependencies` node * Ignore _ in branch names for package names. * * Fixed nuspec.
-