0.638
github-actions
released this
09 Aug 17:27
·
1 commit
to bfad1fa7771c97e29648dd98fe94953660b02f80
since this release
What's Changed
New Solver
- Fix some type inference issues surrounding updates to upvalues eg
local x = 0
function f()
x = x + 1
end
- User-defined type function progress
- Bugfixes for normalization of negated class types. eg
SomeClass & (class & ~SomeClass)
- Fixes to subtyping between tables and the top
table
type.
Internal Contributors
Co-authored-by: Andy Friesen [email protected]
Co-authored-by: Jeremy Yoo [email protected]
Co-authored-by: Vyacheslav Egorov [email protected]
Full Changelog: 0.637...0.638