Hisham Muhammad

Results 639 comments of Hisham Muhammad

From the debug logs it looks like LuaRocks is not using wget, but rather attempting to download it on its own, using luasocket + luasec. It looks like this "host...

@mrcjkb weird — does it fail consistently? could it be an API key misconfiguration, perhaps?

LuaRocks does respond the HTTP code when not using wget (for example, when running the LuaRocks binaries). That behavior will become the default in LuaRocks 4.

The lines above attempt a permissions check before the lock file check: https://github.com/luarocks/luarocks/blob/f8579e9d1019dd6e6629858c3935ffc7bca28eb0/src/luarocks/cmd.lua#L746C1-L750C1 The original intention of the code _already is_ to suggest `--local` when you attempt an operation on...

That's a great question, and one that really needs a good answer eventually, but at this time we really haven't done much tooling for teal-types in terms of making the...

> Is it possible to have an array of multiple types? For example: In tl 0.6.0, just released, it is. :) (there was a bug which I fixed) > Is...

> Any plans for "class" inheritance? This is under consideration — discussion ongoing here: https://github.com/teal-language/tl/issues/97 (see also this draft for a simpler variant: https://github.com/teal-language/tl/pull/124 ) > What is the proper...

I'm also curious about this! I have just converted the LuaRocks CI from Travis CI to Github Actions — just for Linux and Mac, though; Windows still runs on Appveyor....

@euclidianAce Keep an eye on https://github.com/leafo/gh-actions-luarocks/pull/14 :)

Thanks for the notes! This is of course a project in a very early stage so I haven't put a lot of effort in making it a seamless experience yet...