Skip to content

0.538

Compare
Choose a tag to compare
@zeux zeux released this 29 Jul 04:33
· 524 commits to master since this release
d3b566c

Analysis changes

  • Improve autocomplete behavior in certain cases for : calls

Runtime changes

  • Fix warnings on Xcode 14 beta due to use of sprintf
  • Improve debug.traceback performance by 1.15-1.75x depending on the platform
  • Fix a corner case with table assignment semantics when key didn't exist in the table and __newindex was defined: we now use Lua 5.2 semantics and call __newindex, which results in less wasted space, support for NaN keys in __newindex path and correct support for frozen tables (see #380, #565)

Community contributions