summary refs log tree commit diff stats
path: root/todo.txt
diff options
context:
space:
mode:
authorAraq <rumpf_a@web.de>2013-01-22 00:29:54 +0100
committerAraq <rumpf_a@web.de>2013-01-22 00:29:54 +0100
commit0d978c4a9a2a6e476231d7bd70a3932af1e4c9c6 (patch)
treed6116c67a4718a3195624caf49d99a6cac2437e2 /todo.txt
parentd0bd5d5cc3407e14ff37590077ec40441be26c84 (diff)
downloadNim-0d978c4a9a2a6e476231d7bd70a3932af1e4c9c6.tar.gz
fixed some closure related bugs
Diffstat (limited to 'todo.txt')
-rwxr-xr-xtodo.txt3
1 files changed, 2 insertions, 1 deletions
diff --git a/todo.txt b/todo.txt
index 56a27e0fa..c9510d9ca 100755
--- a/todo.txt
+++ b/todo.txt
@@ -3,8 +3,8 @@ version 0.9.2
 
 - implement constructors + full 'not nil' checking
 - ``restrict`` pragma + backend support
-- fix closure bug finally
 - fix marshal bug
+- fix: 'result' is not properly cleaned for NRVO
 - investigate nimgame bug
 
 
@@ -62,6 +62,7 @@ version 0.9.XX
   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
 
 
 Not essential for 1.0.0