0.4.0
- Unused values(e.g.
local a = expr1; ... a = expr2
) are now detected; - In CLI, rockspecs(arguments ending with
.rockspec
) now expand into list of related.lua
files; - Unused varargs are now detected;
- Some minor fixes and CLI improvements.
local a = expr1; ... a = expr2
) are now detected;.rockspec
) now expand into list of related .lua
files;