Hisham Muhammad
Hisham Muhammad
@mdeneen hi, sorry, I've been travelling and it was hard to keep up with the backlog. You now have the entry for stringy in the root manifest: https://luarocks.org/modules/mdeneen/stringy Cheers!
These are the same fixes as your commit [8d7ccee](https://github.com/hishamhm/tabular/commit/8d7ccee1d4d90f9191442c04149fea43a1bb2cd6). I will push a new release! Thanks!
wait, something weird happened in my local checkout
@leafo I've tested this in the CI runs for luasystem at https://github.com/lunarmodules/luasystem/pull/17 and I confirm this works! Without this patch, the resulting binary can only run pure Lua code (which...
@euclidianAce I think I'm hitting the same issue when trying to use Cyan with the `teal` branch of LuaRocks. Right now I have two kinds of Lua files under `src`,...
@Zipperdoodle This is now fixed in the `next` branch! I added your test case as a regression test to the testsuite. Thanks for the report!
> Not sure what the philosophy is around type aliasing in Teal in any case. I tried my hand at drafting some documentation about this. Let me know what you...
@Zipperdoodle in this case in particular, `local type MyAlias = MyNamespace.MyGenericRecord` currently produces a new unique type in the `next` branch, because ``-application is being handled as a type constructor....
Thank you for the report! I'll look into it.
@mtdowling Thank you for the report! Should be fixed now in `master`.