From ede74d7f6c608fcd2d5d7df8400794d5dd3a8531 Mon Sep 17 00:00:00 2001 From: Judah Caruso Date: Mon, 26 May 2025 03:51:55 -0600 Subject: [PATCH] start 065 --- TODO | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/TODO b/TODO index 9b440ad..c704390 100644 --- a/TODO +++ b/TODO @@ -1,6 +1,7 @@ *** IN PROGRESS *** [Judah] + 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') [Jesse] 011 [math] add more Vec math procedures @@ -65,7 +66,6 @@ 062 [bits] create bit utilities module (see: odin math/bits module) 063 [x] creating import rewriting metaprogram to automatically import .C or .H files 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(?); maybe this integrates with [map] or [array]? 067 [reload, bug] fix issue with #runs being executed multiple times 068 [reload, bug] fix issue where calling 'print' from the client hits the crash allocator at random times