Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

luau 0.662 #208527

Merged
merged 2 commits into from
Feb 21, 2025
Merged

luau 0.662 #208527

merged 2 commits into from
Feb 21, 2025

Conversation

BrewTestBot
Copy link
Member

Created by brew bump


Created with brew bump-formula-pr.

release notes
## What's Changed

This update brings improvements to the new type solver, roundtrippable AST parsing mode and closes multiple issues reported in this repository.

Prebuilt binaries for Ubuntu are now targeting 22.04 instead of 20.04. Users on 20.04 can still build Luau from source.

  • require dependency tracing for non-string requires now supports () groups in expressions and types as well as an ability to type annotate a value with a typeof of a different module path
  • Fixed rare misaligned memory access in Compiler/Typechecker on 32 bit platforms (Closes #1572)

New Solver

Roundtrippable AST

  • Added source information for AstStatTypeAlias
  • Fixed an issue with AstTypeGroup node (added in #1643) producing invalid AST json. Contained type is now named 'inner' instead of 'type'
  • Fixed end location of the do ... end statement

New Contributors

Full Changelog: luau-lang/luau@0.661...0.662


Co-authored-by: Hunter Goldstein hgoldstein@roblox.com
Co-authored-by: Talha Pathan tpathan@roblox.com
Co-authored-by: Varun Saini vsaini@roblox.com
Co-authored-by: Vighnesh Vijay vvijay@roblox.com
Co-authored-by: Vyacheslav Egorov vegorov@roblox.com

@github-actions github-actions bot added the bump-formula-pr PR was created using `brew bump-formula-pr` label Feb 21, 2025
Copy link
Contributor

🤖 An automated task has requested bottles to be published to this PR.

@github-actions github-actions bot added the CI-published-bottle-commits The commits for the built bottles have been pushed to the PR branch. label Feb 21, 2025
@BrewTestBot BrewTestBot added this pull request to the merge queue Feb 21, 2025
Merged via the queue into master with commit a7c4182 Feb 21, 2025
15 checks passed
@BrewTestBot BrewTestBot deleted the bump-luau-0.662 branch February 21, 2025 21:10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bump-formula-pr PR was created using `brew bump-formula-pr` CI-published-bottle-commits The commits for the built bottles have been pushed to the PR branch.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants