Hisham Muhammad

Results 642 comments of Hisham Muhammad

@moteus, I understand. I was asking @ignacio about the slightly different scenario he described (if I understood correctly). For the scenario you described (situations where a single dll includes multiple...

ah, well... I guess that's less confusing when users are installing by hand and actually deal with the .dll and .lua files, but if you're telling them to just `luarocks...

Another addition for LuaRocks 3 then? It's good that we start collecting the stuff we want to change/add.

Oh boy, and even then I was already worried about backward compatibility (with LR1, no less!) :D

> /usr/local/openresty/luajit/bin/luajit: invalid key to 'next' Does this happen when trying to build LuaRocks on this system with plain PUC-Rio Lua? At first glance, this looks like a bug in...

LuaRocks 4 will support multiple Lua versions, but it will be built using Lua 5.4, which shouldn't exhibit this behavior on PPC64le.

@sewbacca thanks for the PR! It's interesting that this issue didn't trigger in the AppVeyor CI, but I think all paths there are setup without spaces (e.g. `c:\projects\luarocks` etc.) I'm...

I think some of these `EXISTS` errors have to do with the fact that Windows does not expand `~` when passing arguments like the Unix shells do... I haven't analyzed...

Curious if you get fewer failures if you use a `C:\....` path instead of `~/....`!

> I have replaced any occurence of C:/Users/ with ~, Ah, got it. In that case I'm at a bit of a loss on to why those tests are failing....