Skip to content

0.638

Compare
Choose a tag to compare
@github-actions github-actions released this 09 Aug 17:27
· 1 commit to bfad1fa7771c97e29648dd98fe94953660b02f80 since this release
ce8495a

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 afriesen@roblox.com
Co-authored-by: Jeremy Yoo jyoo@roblox.com
Co-authored-by: Vyacheslav Egorov vegorov@roblox.com

Full Changelog: 0.637...0.638