luau/rfcs/STATUS.md

15 lines
554 B
Markdown
Raw Normal View History

This document tracks unimplemented RFCs.
2023-02-15 04:25:58 +08:00
## Read-only and write-only properties
2023-02-15 04:25:58 +08: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)
**Status**: Needs implementation
2023-02-15 04:25:58 +08:00
## Expanded Subtyping for Generic Function Types
2023-02-15 04:25:58 +08:00
[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.