-
```
And switch ppapi-lua to use it rather then lua5.2
```
Original issue reported on code.google.com by `sbc@google.com` on 8 Jun 2015 at 7:16
-
There seem to be a few issues with the files currently being included in the packages.
- GitHub package
1. "CMakeLists.txt" and "exports.txt" not needed.
2. "lua.lib" in the base folder, and "l…
-
```
And switch ppapi-lua to use it rather then lua5.2
```
Original issue reported on code.google.com by `sbc@google.com` on 8 Jun 2015 at 7:16
-
Hi,
I've successfully compiled and deployed lbuffer, but it does not work as expected under lua 5.3. it seems like 'append' and 'assign' are somehow missing:
$ lua5.3 -lbuffer
Lua 5.3.4 Copyri…
-
### Describe the bug
The new argument parser cannot correctly pass nested tables from Lua to C++. In the other direction, when returning from C++ to Lua, everything works fine. The problem arises whe…
-
### Introduce the problem
visual studio 2022+lvgl9.3.0dev+lua5.3.4
The screenshot below shows the result of running the Lua routine.
You can see that some routines are abnormal. What could be t…
-
```
LuaLB now can be built successfully with Lua 5.0.3 and HDF5 up to 1.6.7.
We should figure out how to build it with the latest version of Lua (5.1.x)
and HDF5 (1.8.x).
```
Original issue repor…
-
1) Case without the issue
```lua
local function foo()
local a = 123
local b = a or 456 -- here there is "or a value"
return b
end
print(foo())
```
Decompiled:
```…
-
Hello,
Currently `raspi-config` depends on `lua5.1` (https://github.com/RPi-Distro/raspi-config/blob/bookworm/debian/control#L12). Would it be possible to add support for newer versions of Lua and no…
-
It's been a little annoying to have to specify that string manually on each make; is there a platform where leaving it as its default "lua" works? If so, would that platform also support specifying "l…