mirror of
https://github.com/luau-lang/luau.git
synced 2024-12-13 21:40:43 +00:00
3d4e99fc6c
String interpolation and table.getn/et al deprecation has been live for a while. getfenv/setfenv linter diagnostics is going to ship in the next release, so preemptively marking this as Implemented as well.
14 lines
554 B
Markdown
14 lines
554 B
Markdown
This document tracks unimplemented RFCs.
|
|
|
|
## Read-only and write-only properties
|
|
|
|
[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
|
|
|
|
## Expanded Subtyping for Generic Function Types
|
|
|
|
[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.
|