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.599 #150838

Merged
merged 2 commits into from
Oct 14, 2023
Merged

luau 0.599 #150838

merged 2 commits into from
Oct 14, 2023

Conversation

chenrui333
Copy link
Member

Created by brew bump


Created with brew bump-formula-pr.

release notes
## What's Changed
  • Improve POSIX compliance in CLI/FileUtils.cpp by @SamuraiCrow #1064
  • AstStat*::hasEnd is deprecated; use AstStatBlock::hasEnd instead
  • Added a lint for common misuses of the # operator
  • Luau now issues deprecated diagnostics for some uses of getfenv and setfenv
  • Fixed a case where we included a trailing space in some error stringifications

Compiler

  • Do not do further analysis in O2 on self functions
  • Improve detection of invalid repeat..until expressions vs continue

New Type Solver

  • We now cache subtype test results to improve performance
  • Improved operator inference mechanics (aka type families)
  • Further work towards type states
  • Work towards new non-strict mode continues

Native Codegen

  • Instruction last use locations should follow the order in which blocks are lowered
  • Add a bonus assertion to IrLoweringA64::tempAddr

New Contributors

Full Changelog: luau-lang/luau@0.598...0.599

@github-actions github-actions bot added the bump-formula-pr PR was created using `brew bump-formula-pr` label Oct 14, 2023
@chenrui333 chenrui333 added the CI-no-fail-fast Continue CI tests despite failing GitHub Actions matrix builds. label Oct 14, 2023
@chenrui333
Copy link
Member Author

  luau
    * HEAD: The URL https://github.com/Roblox/luau.git is not a valid git URL

@chenrui333 chenrui333 added the ready to merge PR can be merged once CI is green label Oct 14, 2023
@github-actions
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 Oct 14, 2023
@BrewTestBot BrewTestBot added this pull request to the merge queue Oct 14, 2023
Merged via the queue into Homebrew:master with commit ea857d8 Oct 14, 2023
12 checks passed
@github-actions github-actions bot added the outdated PR was locked due to age label Nov 14, 2023
@github-actions github-actions bot locked as resolved and limited conversation to collaborators Nov 14, 2023
@chenrui333 chenrui333 deleted the bump-luau-0.599 branch January 22, 2024 17:45
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
bump-formula-pr PR was created using `brew bump-formula-pr` CI-no-fail-fast Continue CI tests despite failing GitHub Actions matrix builds. CI-published-bottle-commits The commits for the built bottles have been pushed to the PR branch. outdated PR was locked due to age ready to merge PR can be merged once CI is green
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants