Hisham Muhammad

Results 636 comments of Hisham Muhammad

> To make it work, I had to copy out "hardcoded.lua", and make it versioned. In the new Luarocks wrapper batch file, the Lua version is set, the matching version...

@mbartlett21 I pulled in your generator into `extras/`! I'll change it to produce a `tl.lua` instead of `tl_combined.tl` once I no longer have one in the top-level (I just need...

And [here](https://github.com/teal-language/tl/pull/1003/commits/a47c3174e0127547f4862555513b99e6bd3f13ac) is my shot at a new API for Teal! ``` Lua 5.3.6 Copyright (C) 1994-2020 Lua.org, PUC-Rio > teal = require("teal") > compiler = teal.compiler() > input =...

Rebased on top of the latest changes. @mbartlett21 the test updates in #1027 were a lifesaver for the rebase process!

Currently working on moving luarocks-admin into its own repository.

Thanks for the initiative! Given that `--global-env-def` exists and also loads a module into the global environment (see `_init_env_modules`), my first thought was that this mechanism could be used to...

> we should use both flags tl check --global-env-def busted-env.d.tl --no-std some_spec.tl (and busted-env.d.tl still needs to embed as much as possible from the stdlib). Yes. Perhaps we could also...

@Aire-One I just pushed a change to `master` where I split `prelude` and `standard_library`. This should make your task here easier!

Hi @jorgeluisrezende! This issue has been living rent-free in my head since you originally posted it in... August last year! I honestly read it and thought "okay, this deserves a...