mirror of
https://github.com/luau-lang/luau.git
synced 2025-04-05 19:30:54 +01:00
Update STATUS.md
Generalized iteration got implemented, safe indexing got dropped.
This commit is contained in:
parent
b8ef743721
commit
bcab792e0d
1 changed files with 0 additions and 14 deletions
|
@ -15,26 +15,12 @@ This document tracks unimplemented RFCs.
|
||||||
|
|
||||||
**Status**: Needs implementation
|
**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
|
## String interpolation
|
||||||
|
|
||||||
[RFC: String interpolation](https://github.com/Roblox/luau/blob/master/rfcs/syntax-string-interpolation.md)
|
[RFC: String interpolation](https://github.com/Roblox/luau/blob/master/rfcs/syntax-string-interpolation.md)
|
||||||
|
|
||||||
**Status**: Needs implementation
|
**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
|
## Lower Bounds Calculation
|
||||||
|
|
||||||
[RFC: Lower bounds calculation](https://github.com/Roblox/luau/blob/master/rfcs/lower-bounds-calculation.md)
|
[RFC: Lower bounds calculation](https://github.com/Roblox/luau/blob/master/rfcs/lower-bounds-calculation.md)
|
||||||
|
|
Loading…
Add table
Reference in a new issue