Skip to content

Commit

Permalink
Update STATUS.md
Browse files Browse the repository at this point in the history
  • Loading branch information
zeux authored Feb 14, 2023
1 parent 8f37fc6 commit 2e5f95c
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions rfcs/STATUS.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

0 comments on commit 2e5f95c

Please sign in to comment.