Update STATUS.md

This commit is contained in:
Arseny Kapoulkine 2022-03-24 09:26:42 -07:00 committed by GitHub
parent 7ab76e582c
commit 5a21c41363
Signed by: DevComp
GPG key ID: 4AEE18F83AFDEB23

View file

@ -29,14 +29,6 @@ This document tracks unimplemented RFCs.
**Status**: Implemented but not fully rolled out yet.
## Nil-forgiving operator
[RFC: nil-forgiving postfix operator !](https://github.com/Roblox/luau/blob/master/rfcs/syntax-nil-forgiving-operator.md)
**Status**: Needs implementation.
**Notes**: Do we need to reevaluate the necessity given `assert` and improved refinements?
## Safe navigation operator
[RFC: Safe navigation postfix operator (?)](https://github.com/Roblox/luau/blob/master/rfcs/syntax-safe-navigation-operator.md)
@ -56,9 +48,3 @@ This document tracks unimplemented RFCs.
[RFC: Generalized iteration](https://github.com/Roblox/luau/blob/master/rfcs/generalized-iteration.md)
**Status**: Needs implementation
## table.clone
[RFC: table.clone](https://github.com/Roblox/luau/blob/master/rfcs/function-table-clone.md)
**Status**: Needs implementation