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

Sync to upstream/release/534 #569

Merged
merged 44 commits into from
Jun 30, 2022
Merged

Sync to upstream/release/534 #569

merged 44 commits into from
Jun 30, 2022

Conversation

zeux
Copy link
Collaborator

@zeux zeux commented Jun 30, 2022

  • Implement support for __len metamethod for tables, and a rawlen builtin function (RFC RFC: Support __len metamethod for tables and rawlen function #536)
  • Fix a bug in parser that erroneously permitted type packs with named elements in generic types, e.g. Foo<(a: number, b: number)> isn't valid syntax
  • Fix a bug in parser that erroneously truncated hexadecimal or binary literals that are longer than 64-bit; these literals are now rejected (Luau incorrectly parses numbers #518)
  • Improve performance of iteration through tables

@zeux zeux merged commit 2daa649 into master Jun 30, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants