diff --git a/TODO b/TODO index 3d62fc5..e51d803 100644 --- a/TODO +++ b/TODO @@ -69,6 +69,10 @@ 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') 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 ***