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.656 #203864

Merged
merged 2 commits into from
Jan 10, 2025
Merged

luau 0.656 #203864

merged 2 commits into from
Jan 10, 2025

Conversation

BrewTestBot
Copy link
Member

Created by brew bump


Created with brew bump-formula-pr.

release notes
## What's Changed

General

New Solver

Autocomplete

  • Fragment autocomplete now does not provide suggestions within comments (matching non-fragment autocomplete behavior).
  • Autocomplete now respects iteration and recursion limits (some hangs will now early exit with a "unification too complex error," some crashes will now become internal complier exceptions).

Runtime

  • Add a limit to how many Luau codegen slot nodes addresses can be in use at the same time (fixes #1605, fixes #1558).
  • Added constant folding for vector arithmetic (fixes #1553).
  • Added support for buffer.readbits and buffer.writebits (see: RFC: buffer.readbits/writebits luau-lang/rfcs#18).

Full Changelog: luau-lang/luau@0.655...0.656

Co-authored-by: Ariel Weiss [email protected]
Co-authored-by: David Cope [email protected]
Co-authored-by: Hunter Goldstein [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 Jan 10, 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 Jan 10, 2025
@BrewTestBot BrewTestBot enabled auto-merge January 10, 2025 20:24
@BrewTestBot BrewTestBot added this pull request to the merge queue Jan 10, 2025
Merged via the queue into master with commit 7dcea65 Jan 10, 2025
15 checks passed
@BrewTestBot BrewTestBot deleted the bump-luau-0.656 branch January 10, 2025 20:32
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