From 27f8541ba06b536dec4888cecc6dfc0b44c1d96b Mon Sep 17 00:00:00 2001 From: Judah Caruso Date: Fri, 23 May 2025 11:58:26 -0600 Subject: [PATCH] more todos --- TODO | 4 ++++ 1 file changed, 4 insertions(+) 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 ***