mirror of
https://github.com/luau-lang/rfcs.git
synced 2025-04-03 18:10:56 +01:00
Make concession on moot point
This commit is contained in:
parent
251dbfd187
commit
ce907ca65c
1 changed files with 1 additions and 1 deletions
|
@ -94,7 +94,7 @@ This is a valid concern. The issue at hand being an avenue to assign metatables
|
|||
However, this is not an issue as the changes proposed in this RFC do not allow for such behavior.
|
||||
|
||||
Another potential drawback that could be levied at this proposal is a reduced debuggability of not hard-failing when the expected behavior would be to create a shallow copy with the metatable of the original table.
|
||||
However, this point is most certainly moot in practice, as most users are very likely not even aware, or desire the fact that `table.clone` can assign the metatables of the original table to the clone.
|
||||
However, in practice the benefits of this RFC outweigh the drawbacks regarding debuggability, as most users are very likely not even aware, or desire the fact that `table.clone` can assign the metatables of the original table to the clone.
|
||||
|
||||
## Alternatives
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue