Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
luau-windows.zip | 2025-07-18 | 2.5 MB | |
luau-ubuntu.zip | 2025-07-18 | 6.4 MB | |
luau-macos.zip | 2025-07-18 | 5.0 MB | |
Luau.Web.js | 2025-07-18 | 754.6 kB | |
0.683 source code.tar.gz | 2025-07-18 | 2.0 MB | |
0.683 source code.zip | 2025-07-18 | 2.4 MB | |
README.md | 2025-07-18 | 780 Bytes | |
Totals: 7 Items | 19.0 MB | 20 |
Another week, another release!
Analysis
- Hide errors in all solver modes (not just strict mode) if the only error is that type inference failed to complete.
- Make various analysis components solver-agnostic (
setType
,visit
,Scope
methods). - Fix an issue where type inference may fail to complete when assigning a table's member to the table itself.
- Fix a bug when accessing a table member on a local after the local is assigned to in an if-else block, loop, or other similar language construct.
- Fixes [#1914].
- Fix type-checking of if-then-else expressions.
- Fixes [#1815].
Co-authored-by: Hunter Goldstein hgoldstein@roblox.com Co-authored-by: Vighnesh Vijay vvijay@roblox.com Co-authored-by: Vyacheslav Egorov vegorov@roblox.com