Nathan Craddock
Nathan Craddock
Closing since it seems you figured things out. Let me know if you need anything else resolved!
Hmmm. I don't get a compile error on macOS, and I don't have a windows zig dev environment set up. From some initial digging it seems that `___chkstk_ms` is a...
This was merged last week https://github.com/ziglang/zig/pull/20138 I just setup a dev environment on Windows and was able to compile your example code! So it looks like you need to either...
Hey there! So sorry for leaving this hanging so long. I've been super swamped the last month. I'll take a closer look later today / over the next few days...
> I see it wasn't quite clear the trace I was calling to get to why I fixed `loadFile`. I am calling `dofile("foo.lua")` in luajit, which in turn calls `loadFile`...
Hey! I took a look at how redis/zkv uses Lua, and it seems that they have made [several modifications](https://github.com/terrablue/zkv/blob/master/deps/README.md#lua). For example, the `readonly` attribute of tables doesn't exist in standard...
Also I think I'll move this issue to the Ziglua repo because I think it makes more sense there
I agree, it would be ideal if Ziglua can integrate nicely with other Lua sources. I'll take a look later today on possible solutions and follow up. I'll move the...
I just solved the first part of this in 3b85c5d04e78. This ensures only the required version of Lua is fetched from the package manager. Next we need to add a...
At the moment, I don't think there is anything you need to do with zua. Again, this is just my first thoughts on how to proceed. I don't know for...