2022-02-16 02:37:02 +00:00
This document tracks unimplemented RFCs.
## Deprecate getfenv/setfenv
[RFC: Deprecate getfenv/setfenv ](https://github.com/Roblox/luau/blob/master/rfcs/deprecate-getfenv-setfenv.md )
**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.
2023-02-14 20:25:58 +00:00
## Deprecate table.getn/foreach/foreachi
2022-02-16 02:37:02 +00:00
2023-02-14 20:25:58 +00:00
[RFC: Deprecate table.getn/foreach/foreachi ](https://github.com/Roblox/luau/blob/master/rfcs/deprecate-table-getn-foreach.md )
2022-02-16 02:37:02 +00:00
2023-02-14 20:25:58 +00:00
**Status**: Needs implementation.
2022-02-16 02:37:02 +00:00
2023-02-14 20:25:58 +00:00
## Read-only and write-only properties
2022-02-16 02:37:02 +00:00
2023-02-14 20:25:58 +00:00
[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 )
2022-02-16 02:37:02 +00:00
**Status**: Needs implementation
2023-02-14 20:25:58 +00:00
## Expanded Subtyping for Generic Function Types
2022-03-30 00:58:59 +01:00
2023-02-14 20:25:58 +00:00
[RFC: Expanded Subtyping for Generic Function Types ](https://github.com/Roblox/luau/blob/master/rfcs/generic-function-subtyping.md )
2022-03-30 00:58:59 +01:00
2022-05-11 23:14:51 +01:00
**Status**: Implemented but not fully rolled out yet.