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.651 #197134

Merged
merged 2 commits into from
Nov 9, 2024
Merged

luau 0.651 #197134

merged 2 commits into from
Nov 9, 2024

Conversation

BrewTestBot
Copy link
Member

Created by brew bump


Created with brew bump-formula-pr.

release notes
## What's Changed
* Fragment Autocomplete: a new API allows for type checking a small fragment of code against an existing file, significantly speeding up autocomplete performance in large files.
* Requiring a path with a ".lua" or ".luau" extension will now have a bespoke error suggesting to remove said extension.
* Fixes a bug in which whether two `Luau::Symbol`s are equal depends on whether the new solver is enabled.
* Fix definition module name & location by @checkraisefold in https://github.com/luau-lang/luau/pull/1495
* Pre-populate/duplicate check class definitions (new solver) by @checkraisefold in https://github.com/luau-lang/luau/pull/1493
* Set the defining module even when the new solver cloned the type. by @aatxe in https://github.com/luau-lang/luau/pull/1506
* Replace old site urls by @Barocena in https://github.com/luau-lang/luau/pull/1505
### New Solver
  • E-Graphs have landed: this is an ongoing approach to make the new type solver simplify types in a more consistent and principled manner, based on similar work (see: https://egraphs-good.github.io/).
  • Adds support for exporting / local user type functions (previously they were always exported).
  • Fixes a set of bugs in which the new solver will fail to complete inference for simple expressions with just literals and operators.

General Updates

New Contributors

Full Changelog: luau-lang/luau@0.650...651


Internal Contributors:

Co-authored-by: Aaron Weiss [email protected]
Co-authored-by: Andy Friesen [email protected]
Co-authored-by: David Cope [email protected]
Co-authored-by: Hunter Goldstein [email protected]
Co-authored-by: Varun Saini [email protected]
Co-authored-by: Vighnesh Vijay [email protected]
Co-authored-by: Vyacheslav Egorov [email protected]

@github-actions github-actions bot added the bump-formula-pr PR was created using `brew bump-formula-pr` label Nov 9, 2024
Copy link
Contributor

github-actions bot commented Nov 9, 2024

🤖 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 Nov 9, 2024
@BrewTestBot BrewTestBot enabled auto-merge November 9, 2024 02:18
@BrewTestBot BrewTestBot added this pull request to the merge queue Nov 9, 2024
Merged via the queue into master with commit dbdeb81 Nov 9, 2024
15 checks passed
@BrewTestBot BrewTestBot deleted the bump-luau-0.651 branch November 9, 2024 02:24
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