Update STATUS.md

Generalized iteration got implemented, safe indexing got dropped.
This commit is contained in:
Arseny Kapoulkine 2022-06-09 10:18:03 -07:00 committed by GitHub
parent b8ef743721
commit bcab792e0d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 14 deletions

View File

@ -15,26 +15,12 @@ This document tracks unimplemented RFCs.
**Status**: Needs implementation
## Safe navigation operator
[RFC: Safe navigation postfix operator (?)](https://github.com/Roblox/luau/blob/master/rfcs/syntax-safe-navigation-operator.md)
**Status**: Needs implementation.
**Notes**: We have unresolved issues with interaction between this feature and Roblox instance hierarchy. This may affect the viability of this proposal.
## String interpolation
[RFC: String interpolation](https://github.com/Roblox/luau/blob/master/rfcs/syntax-string-interpolation.md)
**Status**: Needs implementation
## Generalized iteration
[RFC: Generalized iteration](https://github.com/Roblox/luau/blob/master/rfcs/generalized-iteration.md)
**Status**: Implemented but not fully rolled out yet.
## Lower Bounds Calculation
[RFC: Lower bounds calculation](https://github.com/Roblox/luau/blob/master/rfcs/lower-bounds-calculation.md)