stuta
stuta
Hello. This is _very_ interesting project. Maybe Luajit bytecode has changed because nothing seems to work? test.lua: local function fact (n) if n == 0 then return 1 else return...
Only first call to shm_file:write works. Workaround is to use atached memory and detach+attach again before writes. Run following program with argumets 0, 1 and 2. --- local apr =...
Hello. I tried to test this with new lpeg in osx, but I get this error: ./lxsh/lexers/init.lua:38: bad argument #1 to 'B' (pattern may not have fixed length) test code:...
Hello lexer:extract_short_string does not handle situations where there are mixed ' and " in same line. For example: LuaCode = "returnTxt='Hello from Lua!' .. inTxt .. ' / ' .....
Hello. To compile 'make macosx' I had to copy lua headers to include folder. When i try to run my test code in Lua 5.1.5 I get an error: lua:...
This has started to happen in last month quite often, especially if there is a long pause before I continue from the breakpoint in deeper debugging sessions. I'm using latest...
I tried to replace ```, query_table = true```with nothing. Preview shows all ok, but when you save in preview window there is an error: test.lua: Invalid argument.
### What problem does this feature solve? Make compatible with HRM using https://github.com/PepsRyuu/nollup. ### What does the proposed API look like? Use emitAsset instead of writing to disk.
This does not build in latest osx 10.13.4. ```bash make reusevm /Library/Developer/CommandLineTools/usr/bin/make -C src reusevm cd reusevm; \ cp -r * ../ Copied reference VM. Ready to build. pasi@pasi-iMac-2:~/installed/Lua/raptorjit$make ====...