luau/rfcs/STATUS.md
Arseny Kapoulkine 8c5b73e022 More fixes
2022-03-29 13:10:42 -07:00

1.9 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

Sealed/unsealed typing changes

RFC: Only strip optional properties from unsealed tables during subtyping RFC: Unsealed table assignment creates an optional property

Status: Implemented but not fully rolled out yet.

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

RFC: String interpolation

Status: Needs implementation

Generalized iteration

RFC: Generalized iteration

Status: Needs implementation

Lower Bounds Calculation

RFC: Lower bounds calculation

Status: Needs implementation