-
environment: lua5.3 and lua-cjson 2.1.0.10-1
json file: cfg.json
```
{
"server_ip": "192.168.1.100",
"server_port": 10000,
}
```
lua code:
```
local cjson = require("cjson.safe")…
-
Running `lua main.lua` from the src folder gives me this error:
```
lua5.4 main.lua
lua5.4: ./globals.lua:3: attempt to index a nil value (global 'love')
stack traceback:
./globals.lua:3: in ma…
-
Hi,
while building on Debian 12 aka Bookworm i experience this issue with current git head: v5.25.0-204-g5723eaaa6
mkdir build && cd build && cmake .. && cmake --build .
```
inlined from ‘…
-
Lua5.4已经release了,请问下有计划升级Lua5.4么?
-
lua5.1 is shown in the Ubuntu Precise white list but it fails to install with the `apt` add-on. The packages are missing from trusty whitelist.
-
-
**The problem/use-case that the feature addresses**
1. Allow adding more scripting languages
2. Allow replacing the vendored Lua implementation with another one (e.g. LuaJIT or Lua 5.4)
**Descr…
-
I've been trying to compile this ('make') and I get different error messages depending on whether I have lua5.1 and lua5.2 installed alongside of lua5.3 and luajit. With all of these installed I get …
-
当调用db.del时似乎是伪删除 each函数会报错
Runtime error: db.lua:909: not enough memory for buffer allocation
stack traceback:
[C]: in method 'read'
db.lua:909: in for iterator 'for iterator'
以下是我尝试修改的del函…
-
I know very little about lua so I am not sure if this is obvious for most people. I tried to run the debloat lua script with the three different versions of lua in debian/unstable. I was rewarded with…