From ccb36df3651f98cad0f48c869207364d73d78cfc Mon Sep 17 00:00:00 2001 From: aaron <83140718+centau@users.noreply.github.com> Date: Sat, 19 Aug 2023 19:48:41 +0100 Subject: [PATCH] Update todo --- todo.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/todo.md b/todo.md index 2a04b57..f0a1c85 100644 --- a/todo.md +++ b/todo.md @@ -1,7 +1,6 @@ # todo - cleanup codebase -- way to optionally cleanup `values()` and `indexes()` when they gc - limit `cleanup()` call to once per function scope? - better error reporting and stack traces in strict mode - auto-enable of strict mode depending on compiler optimizaton level @@ -15,4 +14,3 @@ - [ ] batch - [ ] async/resource/loading/suspense - [ ] stores - - solid stores seem impossible to implement in Luau, seek alternative