mirror of
https://github.com/luau-lang/rfcs.git
synced 2025-05-04 10:43:48 +01:00
Forgot string and utf8 library
This commit is contained in:
parent
9261385376
commit
e9dd8a2d83
1 changed files with 2 additions and 0 deletions
|
@ -50,7 +50,9 @@ For the first iteration, the body of a type function will be sandboxed, and its
|
||||||
- global functions: `assert`, `error`, `next`, `print`, `rawequal`, `select`, `tonumber`, `tostring`, `type`, `typeof`, `ipairs`, `pairs`, `unpack`
|
- global functions: `assert`, `error`, `next`, `print`, `rawequal`, `select`, `tonumber`, `tostring`, `type`, `typeof`, `ipairs`, `pairs`, `unpack`
|
||||||
- math library
|
- math library
|
||||||
- table library
|
- table library
|
||||||
|
- string library
|
||||||
- bit32 library
|
- bit32 library
|
||||||
|
- utf8 library
|
||||||
- buffer library
|
- buffer library
|
||||||
|
|
||||||
There is also a problem of infinitely running type functions. For example, reducing this type function will halt analysis until the VM stack overflows:
|
There is also a problem of infinitely running type functions. For example, reducing this type function will halt analysis until the VM stack overflows:
|
||||||
|
|
Loading…
Add table
Reference in a new issue