more todos
This commit is contained in:
parent
1491ac9d4b
commit
27f8541ba0
1 changed files with 4 additions and 0 deletions
4
TODO
4
TODO
|
|
@ -69,6 +69,10 @@
|
||||||
064 [thirdpaty/luau] create bindings module (see: https://luau.org)
|
064 [thirdpaty/luau] create bindings module (see: https://luau.org)
|
||||||
065 [array] add dynamic, but stable array implementation (values should not move in memory once appended to the array; should mirror procedures on 'Static_Array')
|
065 [array] add dynamic, but stable array implementation (values should not move in memory once appended to the array; should mirror procedures on 'Static_Array')
|
||||||
066 [x] add generational ids module(?) (u64 that encodes generation # and index); maybe this integrates with [map] or [array]?
|
066 [x] add generational ids module(?) (u64 that encodes generation # and index); maybe this integrates with [map] or [array]?
|
||||||
|
067 [reload] fix issue with #runs being executed multiple times
|
||||||
|
068 [reload] fix issue where calling 'print' from the client hits the crash allocator at random times
|
||||||
|
069 [platform] move 'os_*' procs from [reload] into this module. remove the 'os_' prefix
|
||||||
|
070 [x] figure out why [meta] `for_expansion` procs aren't usable when import is namespaced
|
||||||
|
|
||||||
|
|
||||||
*** DONE ***
|
*** DONE ***
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue