mirror of
https://github.com/luau-lang/luau.git
synced 2024-11-15 06:15:44 +08:00
bfad1fa777
New Solver * Fix some type inference issues surrounding updates to upvalues eg ```luau 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. --------- Co-authored-by: Aaron Weiss <aaronweiss@roblox.com> Co-authored-by: Vighnesh <vvijay@roblox.com> Co-authored-by: Aviral Goel <agoel@roblox.com> Co-authored-by: David Cope <dcope@roblox.com> Co-authored-by: Vyacheslav Egorov <vegorov@roblox.com> Co-authored-by: Junseo Yoo <jyoo@roblox.com> |
||
---|---|---|
.. | ||
fuzz | ||
natvis | ||
codegenstat.py | ||
codesizeprediction.py | ||
faillist.txt | ||
flag-bisect.py | ||
gdb_printers.py | ||
heapgraph.py | ||
heapstat.py | ||
heuristicstat.py | ||
lldb_formatters.lldb | ||
lldb_formatters.py | ||
numprint.py | ||
patchtests.py | ||
perfgraph.py | ||
perfstat.py | ||
stack-usage-reporter.py | ||
stackdbg.py | ||
svg.py | ||
test_dcr.py | ||
tracegraph.py |