Hisham Muhammad

Results 646 comments of Hisham Muhammad

Excellent, thanks! Did you download Curl to make it work or did you use LuaSocket/LuaSec? Please add `api.debug = true` right after line 32 in `luarocks/upload.lua` to check. (I guess...

Thanks for the feedback, I'll look into incorporating your changes from the comments. It's strange that --skip-pack is failing. Does `luarocks pack foo-1.0-1.rockspec` work?

Hi, looking at this again. Maybe it's failing when not using --skip-pack because when packing on upload it uploads multiple files, and it's a larger upload. There's probably something wrong...

If you add a `--debug` flag for `luarocks make`, then all build backends should support it. I've given this some thought and the least intrusive and most effective way would...

@moteus what version is this on? I thought the script was generating `\r\n` for all lines, see here: https://github.com/luarocks/luarocks/blob/master/src/luarocks/fs/win32.lua#L163-L176 Could you send a PR with the `setlocal` addition added to...

> During installation or during runtime? If you're going to check, I'd rather add a test at installation time and set the config accordingly. But if gcc.exe is available everywhere...

> My browser can successfully download all the files (it's not using a proxy/VPN, so I can confirm that I don't need to set that up for Luarocks) That's odd,...