You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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)
Edit: as shown in #822 this also applies to functions in record field declarations vs. implementations. There's a good test case there!
The text was updated successfully, but these errors were encountered:
when you assign a function it does not check that the question marks match (example in the LuaRocks repo:
sort_by
inutil.sortedpairs = core.sortedpairs
)Edit: as shown in #822 this also applies to functions in record field declarations vs. implementations. There's a good test case there!
The text was updated successfully, but these errors were encountered: