Ignacio Burgueño

Results 8 issues of Ignacio Burgueño

Adds the 'luarocks shell' command, that launches a new shell with the environment variables LUA_PATH and LUA_CPATH set with the values configured when installing LuaRocks. This was suggested [here](https://twitter.com/hisham_hm/status/682227274876338176).

in progress

Tested with VS2008 and VS2010.

An option is added to encode empty Lua tables to arrays. The option is _encode_empty_table_as_array_ and is set like this: ``` lua cjson.encode_empty_table_as_array("on") assert( cjson.encode{} == "[]" ) ``` By...

Once the new version (the one after 2.2.2) is out, update installation instructions, mostly to reflect new abilities in the script and the change in paths (unversioned paths) introduced in...

windows

As mentioned in #398 [here](https://github.com/keplerproject/luarocks/pull/398#issuecomment-115412937) and in the subsequent comments. Take care of the order of platform overrides on Windows, maybe also rename"win32" to "windows".

windows

As requested. Have some sort of way to retrieve the stack trace in a structure that can be manipulated, serialized, etc.

feature

It seems that using stacktraceplus with strict.lua or pl.strict is not working.

enhacement