teal-language / tl

The compiler for Teal, a typed dialect of Lua
MIT License
2.11k stars 109 forks source link

[next] optional arities not checked in assignments #788

Open hishamhm opened 3 weeks ago

hishamhm commented 3 weeks ago

when you assign a function it does not check that the question marks match (example in the LuaRocks repo: sort_by in util.sortedpairs = core.sortedpairs)

hishamhm commented 3 weeks ago

Need to think a bit more about how strict we want this to be.