From 99b5aea2709260b7fdadd1444188d214edbcd3b7 Mon Sep 17 00:00:00 2001 From: Aaron Smith <83140718+centau@users.noreply.github.com> Date: Mon, 14 Aug 2023 16:47:38 +0100 Subject: [PATCH] Update todo --- todo.md | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) diff --git a/todo.md b/todo.md index 5141b04..ae9da21 100644 --- a/todo.md +++ b/todo.md @@ -1,13 +1,11 @@ # todo - cleanup codebase -- setup site, improve docs -- cleanup within `values()` and `indexes()` -- behavior when a table source value is set to the same table -- address behavior of binding property to multiples states +- way to optionally cleanup `values()` and `indexes()` when they gc - better error reporting and stack traces in strict mode - auto-enable of strict mode depending on compiler optimizaton level - check smoothness of spring at high frequency updates +- review alternative to nested properties, merge function - implement from solid - [x] onCleanup > `cleanup()` - [x] Index > `indexes()` @@ -16,5 +14,4 @@ - [ ] batch - [ ] async/resource/loading/suspense - [ ] stores -- define order with nested properties - - review alternative to nested properties, merge function + - solid stores seem impossible to implement in Luau, seek alternative