Hisham Muhammad
Hisham Muhammad
Oh wait, looks like compat-5.3 _really_ is doing something wrong here: https://github.com/lunarmodules/lua-compat-5.3/blob/737264a3495298e69dcc37582052e767e9121954/lprefix.h#L197-L204 I made this PR to try to fix the issue: https://github.com/lunarmodules/lua-compat-5.3/pull/64 Could you test it? You should be...
Compat-5.3 0.13 is released!!
#1622 will fix this!
Actually, it needs some extra tweaks. On the way!
@alerque Thanks for the heads up! Yes, I am collecting those fixes for a followup release.
@RedNeath thanks for reporting. A few questions: 1) did you install with `install.bat` or are you using `luarocks.exe`? I assume it was `install.bat`. 2) what is the exact linkage error...
For Makefile, the reason is that those variables are not standardized (GNU does propose some policies, but they are not strictly followed). If these variables are standard in CMake, they...
Users may be relying on the legacy installer for one of two reasons: * because it installs the LuaRocks sources unpacked which are necessary for using luarocks.loader (the dependencies of...
Is this about the registry modifications done in `install.bat`? If so, what is your opinion on deprecating that package and distributing the `luarocks.exe` version only instead?
I think this is more a feature request for https://github.com/luarocks/luarocks-site moreso than for the CLI tool, since most of the lift to get that to happen would to update the...