mirror of
https://github.com/luau-lang/luau.git
synced 2025-04-10 22:00:54 +01:00
Update compatibility.md (#566)
Update `__len` metamethod (pending the code change that implements this)
This commit is contained in:
parent
2daa6497a1
commit
6467c855e8
1 changed files with 1 additions and 1 deletions
|
@ -54,7 +54,7 @@ Sandboxing challenges are [covered in the dedicated section](sandbox).
|
||||||
| goto statement | ❌ | this complicates the compiler, makes control flow unstructured and doesn't address a significant need |
|
| goto statement | ❌ | this complicates the compiler, makes control flow unstructured and doesn't address a significant need |
|
||||||
| finalizers for tables | ❌ | no `__gc` support due to sandboxing and performance/complexity |
|
| finalizers for tables | ❌ | no `__gc` support due to sandboxing and performance/complexity |
|
||||||
| no more fenv for threads or functions | 😞 | we love this, but it breaks compatibility |
|
| no more fenv for threads or functions | 😞 | we love this, but it breaks compatibility |
|
||||||
| tables honor the `__len` metamethod | 🤷♀️ | performance implications, no strong use cases
|
| tables honor the `__len` metamethod | ✔️ | |
|
||||||
| hex and `\z` escapes in strings | ✔️ | |
|
| hex and `\z` escapes in strings | ✔️ | |
|
||||||
| support for hexadecimal floats | 🤷♀️ | no strong use cases |
|
| support for hexadecimal floats | 🤷♀️ | no strong use cases |
|
||||||
| order metamethods work for different types | ❌ | no strong use cases and more complicated semantics, compatibility and performance implications |
|
| order metamethods work for different types | ❌ | no strong use cases and more complicated semantics, compatibility and performance implications |
|
||||||
|
|
Loading…
Add table
Reference in a new issue