diff options
author | Araq <rumpf_a@web.de> | 2014-02-24 01:30:40 +0100 |
---|---|---|
committer | Araq <rumpf_a@web.de> | 2014-02-24 01:30:40 +0100 |
commit | 0c31686fec4b3b5db1335d14142ea91a82954f7a (patch) | |
tree | 9c515468d4daace655377b5255cd659ac57a8ef1 /todo.txt | |
parent | efc21baeb99ace615887117c43aa8bf92b534848 (diff) | |
download | Nim-0c31686fec4b3b5db1335d14142ea91a82954f7a.tar.gz |
new VM is getting stable
Diffstat (limited to 'todo.txt')
-rw-r--r-- | todo.txt | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/todo.txt b/todo.txt index 7009d9a84..4bee45516 100644 --- a/todo.txt +++ b/todo.txt @@ -1,7 +1,6 @@ version 0.9.4 ============= -- fix macros\tstringinterp.nim - fix GC issues - test and fix showoff @@ -24,7 +23,6 @@ version 0.9.x - implement 'union' and 'bits' pragmas - fix closures -- test and fix exception handling - ensure (ref T)(a, b) works as a type conversion and type constructor - optimize 'genericReset'; 'newException' leads to code bloat - stack-less GC |