On Mon, Sep 13, 2010 at 21:12, Hisham <[email protected]> wrote:
> I'm about ready to release LuaRocks 2.0.3, but I'd like some feedback
> from the LuaRocks community before releasing it to lua-l:

> http://luarocks.org/releases/luarocks-2.0.3-rc1.tar.gz
> http://luarocks.org/releases/luarocks-2.0.3-rc1-win32.zip

> Please let me know if there are any last-minute issues.

A random feature request (for 2.0.4, perhaps, no hurry here):

Can we get a machine-readable alternative for the `luarocks list'
command? (I.e.: one line per rock version, with rock name duplicated
if several versions are installed, no extra output.)

Currently I have to do a lot of greps:

sudo luarocks list | grep -v "^ " | grep -v "^$" | grep -v
'^Installed' | grep -v "^-" | xargs -n1 sudo luarocks remove --force

(Nevermind what this actual command does.)

Thanks,
Alexander.

_______________________________________________
Luarocks-developers mailing list
[email protected]
http://lists.luaforge.net/cgi-bin/mailman/listinfo/luarocks-developers

Reply via email to