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
This commit was created on GitHub.com and signed with GitHub’s verified signature.
The key has expired.
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)