Peter Melnichenko
Peter Melnichenko
Hello, currently hererocks doesn't build .so for PUC-Rio Lua because neither does its standard Makefile, unlike LuaJIT. It should be possible to add it though. I don't know when I'll...
Okay, so let's say, if `--download` is passed, `location` argument can be used as a place to unpack sources for Lua/LuaRocks instead of being used as the installation prefix. I...
You mean you want `script.lua -h` to show not only top-level arguments, options and commands, but also arguments and options specific to these commands? That's currently not supported as this...
@xspager sorry for not following up on this! I see that sailor has switched to argparse already, so this must have been resolved. The commit you've linked makes sailor show...
Hi @achalddave, sorry for such a late reply. Default values are always strings, if you pass a non-string it gets forwarded to `init` option instead, which has slightly different meaning...
> While using "STDOUT" as the default value and then converting that to the actual io.stdout in the converter is possible, it will break in unexpected ways when someone actually...
>>It can't always behave the same, it has to apply converter to string defaults but not to other types. > >Why does it have to behave in this way? Actually...
@tarruda detecting number of parameters is possible using `debug.getinfo(func, "u").nparams`; however, this is not supported in Lua 5.1 (LuaJIT does support it).
I agree that implementing this would be an improvement, but I don't think it's that big. Advantages are that you don't have to run luacheck from within project directory and...
@za-creature I'm sorry, I think I misunderstood you. luacheck 0.10.0 only looks for config in the current directory, but on master branch for quite some time it also recursively checks...