diff --git a/rfcs/STATUS.md b/rfcs/STATUS.md index d2fe86f02..41d69f015 100644 --- a/rfcs/STATUS.md +++ b/rfcs/STATUS.md @@ -8,21 +8,21 @@ This document tracks unimplemented RFCs. **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 +## Deprecate table.getn/foreach/foreachi -[RFC: Read-only properties](https://github.com/Roblox/luau/blob/master/rfcs/property-readonly.md) | -[RFC: Write-only properties](https://github.com/Roblox/luau/blob/master/rfcs/property-writeonly.md) +[RFC: Deprecate table.getn/foreach/foreachi](https://github.com/Roblox/luau/blob/master/rfcs/deprecate-table-getn-foreach.md) -**Status**: Needs implementation +**Status**: Needs implementation. -## String interpolation +## Read-only and write-only properties -[RFC: String interpolation](https://github.com/Roblox/luau/blob/master/rfcs/syntax-string-interpolation.md) +[RFC: Read-only properties](https://github.com/Roblox/luau/blob/master/rfcs/property-readonly.md) | +[RFC: Write-only properties](https://github.com/Roblox/luau/blob/master/rfcs/property-writeonly.md) **Status**: Needs implementation -## Lower Bounds Calculation +## Expanded Subtyping for Generic Function Types -[RFC: Lower bounds calculation](https://github.com/Roblox/luau/blob/master/rfcs/lower-bounds-calculation.md) +[RFC: Expanded Subtyping for Generic Function Types](https://github.com/Roblox/luau/blob/master/rfcs/generic-function-subtyping.md) **Status**: Implemented but not fully rolled out yet.