0.631
What's new
- Added lint warning for using redundant
@native
attributes on functions inside a--!native
module - Improved typechecking speed in old solver for modules with large types
New Solver
- Fixed the length type function sealing the table prematurely
- Fixed crashes caused by general table indexing expressions
VM
- Added support for a specialized 3-argument fast-call instruction to improve performance of
vector
constructor,buffer
writes and a fewbit32
methods
Full Changelog: 0.630...0.631