luau/rfcs/STATUS.md

1.4 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

String interpolation

RFC: String interpolation

Status: Needs implementation

Lower Bounds Calculation

RFC: Lower bounds calculation

Status: Implemented but not fully rolled out yet.

never and unknown types

RFC: never and unknown types

Status: Needs implementation

__len metamethod for tables and rawlen function

RFC: Support __len metamethod for tables and rawlen function

Status: Needs implementation