Hisham Muhammad

Results 646 comments of Hisham Muhammad

@leafo Once this gets merged, I'll open a follow-up PR for gh-actions-luarocks as well, based in this: https://github.com/hishamhm/gh-actions-luarocks/pull/3 (replacing the references to the `hishamhm/` forks to the `leafo/` upstreams)

To do that we'd have to migrate the generation of the binaries to GitHub Actions. It's a non-trivial undertaking; I personally don't have it on my radar, but if someone...

Commit [e19725b](https://github.com/teal-language/tl/commit/e19725b7720f6141d2255dbbf950c9e6606feee0) fixes the second test case. @V1K1NGbg this means that the latest `next` branch should support `if next(foo) then` without `~= nil`. Can you give that a try?

> Already have had plenty of times when things where much slower than expected because function calls where hiding in the code, pretending to be field accesses. For better or...

> The use-case suggested here sounds like a task for something like a compile-time metamethod (which is a more general concept than getter/setter properties). That would be more appealing to...

> Local variables are not being inferred to string, even though both sides of the and-or "ternary" resolve to string. This is not true. Consider the case where `cv` _is_...

Which directory did you run this on? `luarocks init` is supposed to run on a blank folder (to create a project dir in that folder), and it should only need...

To get the behavior you expect, where a method is declared in a parent type, and then have it redeclared in the child type with `self` dispatching to the child...