diff options
Diffstat (limited to 'todo.txt')
-rw-r--r-- | todo.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/todo.txt b/todo.txt index e56915264..f14b169cf 100644 --- a/todo.txt +++ b/todo.txt @@ -2,7 +2,6 @@ nim c --gc:v2 -r -d:useSysAssert -d:useGcAssert -d:smokeCycles -d:useRealtimeGc tests/gc/gctest - document ``this`` pragma -- document and stress test ``.partial`` object declarations essential for 1.0 ================= @@ -24,6 +23,7 @@ essential for 1.0 Not critical for 1.0 ==================== +- document and stress test ``.partial`` object declarations - add "all threads are blocked" detection to 'spawn' - figure out why C++ bootstrapping is so much slower - The bitwise 'not' operator cold be renamed to 'bnot' to |