mirror of
https://github.com/luau-lang/luau.git
synced 2024-11-15 14:25:44 +08:00
rfcs: Update status
String interpolation and table.getn/et al deprecation has been live for a while. getfenv/setfenv linter diagnostics is going to ship in the next release, so preemptively marking this as Implemented as well.
This commit is contained in:
parent
497dd1bad4
commit
3d4e99fc6c
@ -1,19 +1,5 @@
|
||||
This document tracks unimplemented RFCs.
|
||||
|
||||
## Deprecate getfenv/setfenv
|
||||
|
||||
[RFC: Deprecate getfenv/setfenv](https://github.com/Roblox/luau/blob/master/rfcs/deprecate-getfenv-setfenv.md)
|
||||
|
||||
**Status**: Needs implementation.
|
||||
|
||||
**Notes**: Implementing this RFC triggers warnings across the board in the apps ecosystem, in particular in testing libraries. Pending code changes / decisions.
|
||||
|
||||
## Deprecate table.getn/foreach/foreachi
|
||||
|
||||
[RFC: Deprecate table.getn/foreach/foreachi](https://github.com/Roblox/luau/blob/master/rfcs/deprecate-table-getn-foreach.md)
|
||||
|
||||
**Status**: Needs implementation.
|
||||
|
||||
## Read-only and write-only properties
|
||||
|
||||
[RFC: Read-only properties](https://github.com/Roblox/luau/blob/master/rfcs/property-readonly.md) |
|
||||
|
@ -1,5 +1,7 @@
|
||||
# Deprecate getfenv/setfenv
|
||||
|
||||
**Status**: Implemented
|
||||
|
||||
## Summary
|
||||
|
||||
Mark getfenv/setfenv as deprecated
|
||||
|
@ -1,5 +1,7 @@
|
||||
# Deprecate table.getn/foreach/foreachi
|
||||
|
||||
**Status**: Implemented
|
||||
|
||||
## Summary
|
||||
|
||||
Mark table.getn/foreach/foreachi as deprecated
|
||||
|
@ -1,5 +1,7 @@
|
||||
# String interpolation
|
||||
|
||||
**Status**: Implemented
|
||||
|
||||
## Summary
|
||||
|
||||
New string interpolation syntax.
|
||||
|
Loading…
Reference in New Issue
Block a user