diff options
author | Araq <rumpf_a@web.de> | 2013-03-03 12:05:03 +0100 |
---|---|---|
committer | Araq <rumpf_a@web.de> | 2013-03-03 12:05:03 +0100 |
commit | 5b0d8246f79730a473a869792f12938089ecced6 (patch) | |
tree | 3ff8d89a38db10598068e991cf2b2621411ab6a1 /todo.txt | |
parent | eebee0eff2360219d02d4cf40675734f3361090a (diff) | |
download | Nim-5b0d8246f79730a473a869792f12938089ecced6.tar.gz |
make some tests green
Diffstat (limited to 'todo.txt')
-rwxr-xr-x | todo.txt | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/todo.txt b/todo.txt index 4aa9f6fad..83730bf54 100755 --- a/todo.txt +++ b/todo.txt @@ -13,6 +13,9 @@ version 0.9.2 - fix: - 'result' is not properly cleaned for NRVO - document NimMain and check whether it works for threading +- fix destructors; don't work yet when used as expression; alternative for + version 1: disallow expressions yielding a type with a destructor that are + not in a 'let/var' context (p(a.openFile, b.openFile) makes no sense anyway) version 0.9.4 @@ -65,9 +68,6 @@ version 0.9.XX - object branch transitions can't work with the current 'reset'; add a 'reset' with an additional parameter --> re-evaluate this issue after constructors have been added -- fix destructors; don't work yet when used as expression; alternative for - version 1: disallow expressions yielding a type with a destructor that are - not in a 'let/var' context (p(a.openFile, b.openFile) makes no sense anyway) - document nimdoc properly finally - make 'clamp' a magic for the range stuff - better type syntax for functions and tuples: tuple(int, int); (int,int)->int |