From 111045833daf2451f954fd23ba9b2df97c337349 Mon Sep 17 00:00:00 2001 From: Arseny Kapoulkine Date: Mon, 14 Feb 2022 10:53:08 -0800 Subject: [PATCH] Update STATUS.md --- rfcs/STATUS.md | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/rfcs/STATUS.md b/rfcs/STATUS.md index 4b72d16f..9a45afe0 100644 --- a/rfcs/STATUS.md +++ b/rfcs/STATUS.md @@ -4,16 +4,16 @@ This document tracks unimplemented RFCs. [RFC: Deprecate getfenv/setfenv](https://github.com/Roblox/luau/blob/master/rfcs/deprecate-getfenv-setfenv.md) -Status: Needs implementation. +**Status**: Needs implementation. -Nodes: Implementing this RFC triggers warnings across the board in the apps ecosystem, in particular in testing libraries. Pending code changes / decisions. +**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 [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 +**Status**: Needs implementation ## Sealed/unsealed typing changes @@ -21,44 +21,44 @@ Status: Needs implementation [RFC: Unsealed table literals](https://github.com/Roblox/luau/blob/master/rfcs/unsealed-table-literals.md) | [RFC: Only strip optional properties from unsealed tables during subtyping](https://github.com/Roblox/luau/blob/master/rfcs/unsealed-table-subtyping-strips-optional-properties.md) -Status: Implemented but depends on new transaction log implementation that is not fully live yet. +**Status**: Implemented but depends on new transaction log implementation that is not fully live yet. ## Default type parameters [RFC: Default type alias type parameters](https://github.com/Roblox/luau/blob/master/rfcs/syntax-default-type-alias-type-parameters.md) -Status: Implemented but not fully rolled out yet. +**Status**: Implemented but not fully rolled out yet. ## Singleton types [RFC: Singleton types](https://github.com/Roblox/luau/blob/master/rfcs/syntax-singleton-types.md) -Status: Implemented but not fully rolled out yet. +**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. +**Status**: Needs implementation. -Notes: Do we need to reevaluate the necessity given `assert` and improved refinements? +**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) -Status: Needs implementation. +**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. +**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 +**Status**: Needs implementation ## Generalized iteration [RFC: Generalized iteration](https://github.com/Roblox/luau/blob/master/rfcs/generalized-iteration.md) -Status: Needs implementation +**Status**: Needs implementation