mirror of
https://github.com/luau-lang/luau.git
synced 2024-11-15 14:25:44 +08:00
87fe15ac51
Mark last table subtyping RFC as implemented
1.5 KiB
1.5 KiB
This document tracks unimplemented RFCs.
Deprecate getfenv/setfenv
RFC: Deprecate getfenv/setfenv
Status: Needs implementation.
Notes: Implementing this RFC triggers warnings across the board in the apps ecosystem, in particular in testing libraries. Pending code changes / decisions.
Read-only and write-only properties
RFC: Read-only properties | RFC: Write-only properties
Status: Needs implementation
Safe navigation operator
RFC: Safe navigation postfix operator (?)
Status: Needs implementation.
Notes: We have unresolved issues with interaction between this feature and Roblox instance hierarchy. This may affect the viability of this proposal.
String interpolation
Status: Needs implementation
Generalized iteration
Status: Implemented but not fully rolled out yet.
Lower Bounds Calculation
Status: Implemented but not fully rolled out yet.