Gary V. Vaughan

Results 114 comments of Gary V. Vaughan

Sure, the second seems like a good approach, I’d be happy to merge a PR for that :-)

please paste the entire output from running: `/j/bin/lua build-aux/luke package="lyaml" version="6.2.5" PREFIX="/opt/luarocks5_1/lib/luarocks/rocks-5.1/lyaml/6.2.5-1" CFLAGS="-O2 -fPIC" LIBFLAG="-shared" LIB_EXTENSION="so" OBJ_EXTENSION="o" LUA="/opt/j/bin/lua" LUA_DIR="/opt/luarocks5_1/lib/luarocks/rocks-5.1/lyaml/6.2.5-1/lua" LUA_INCDIR="/opt//include/lua" YAML_DIR="/usr" YAML_INCDIR="/usr/include" YAML_LIBDIR="/usr/lib/x86_64-linux-gnu" --verbose --debug`

But the command I pasted is an invocation of `build-aux/luke` from inside an lyaml rock using your Lua interpreter and with the addition of —debug and —verbose flags... nothing to...

Huh, interesting... seems like your compiler is sad about the lack of `main` in the test program. I need to tweak the link test source generator... please give me a...

Honestly, I don’t know how to reproduce it or debug it. I doubt that any Lua code is leaking, although if it only happens with Lua 5.1 and a modern...

Hi Hisham, This feature is already available in the low-level API , and I use it in the spec file loader for specl. See `lib/loader.lua` in gvvaughan/lyaml for how to...

I’m sorry, I don’t have (or want) access to any Windows machines to help you. Perhaps someone else reading your stackoverflow or github issue will offer a suggestion though. When...

life often gets in the way :-) Thanks for the first part of the fix. Do we also still want to clear up the file droppings at the end of...

I found an ugly but functional workaround for the luarocks bit32 issue in time for the recent luaposix release with Lua 5.4 support, here: https://github.com/luaposix/luaposix/commit/898831b66ae5c0bcd6bfa5d8294320c239e1beba 1. Only add bit32 to...