What's Changed
General
- CodeGen: Implement support for math.lerp lowering by @zeux in #1609
- Add 2-component vector constructor by @petrihakkinen in #1569
- Fix a parsing bug related to the starting position of function names.
- Rename Luau's
Table
struct toLuaTable
.
New Solver
- Add support for generics in user-defined type functions (RFC).
- Provide a definition of
math.lerp
to the typechecker. - Implement error suppression in
string.format
.- Fixes #1587.
- Ensure function call discriminant types are always filled when resolving
FunctionCallConstraint
.
Full Changelog: 0.656...0.657
Co-authored-by: Ariel Weiss [email protected]
Co-authored-by: Hunter Goldstein [email protected]
Co-authored-by: Talha Pathan [email protected]
Co-authored-by: Vyacheslav Egorov [email protected]