mirror of
https://github.com/luau-lang/luau.git
synced 2024-11-15 06:15:44 +08:00
e25b0a6275
* Fix a use-after-free bug in the new type cloning algorithm
* Tighten up the type of `coroutine.wrap`. It is now `<A..., R...>(f:
(A...) -> R...) -> ((A...) -> R...)`
* Break `.luaurc` out into a separate library target `Luau.Config`. This
makes it easier for applications to reason about config files without
also depending on the type inference engine.
* Move typechecking limits into `FrontendOptions`. This allows embedders
more finely-grained control over autocomplete's internal time limits.
* Fix stability issue with debugger onprotectederror callback allowing
break in non-yieldable contexts
New solver:
* Initial work toward [Local Type
Inference](
|
||
---|---|---|
.. | ||
natvis | ||
codegenstat.py | ||
faillist.txt | ||
flag-bisect.py | ||
gdb_printers.py | ||
heapgraph.py | ||
heapstat.py | ||
lldb_formatters.lldb | ||
lldb_formatters.py | ||
numprint.py | ||
patchtests.py | ||
perfgraph.py | ||
perfstat.py | ||
stack-usage-reporter.py | ||
svg.py | ||
test_dcr.py | ||
tracegraph.py |