Skip to content

Commit

Permalink
Update compatibility.md (#566)
Browse files Browse the repository at this point in the history
Update `__len` metamethod (pending the code change that implements this)
  • Loading branch information
zeux authored Jul 1, 2022
1 parent 2daa649 commit 6467c85
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/_pages/compatibility.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 |
| 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 |
| tables honor the `__len` metamethod | 🤷‍♀️ | performance implications, no strong use cases
| tables honor the `__len` metamethod | | |
| hex and `\z` escapes in strings | ✔️ | |
| 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 |
Expand Down

0 comments on commit 6467c85

Please sign in to comment.