diff options
author | Araq <rumpf_a@web.de> | 2013-01-22 00:29:54 +0100 |
---|---|---|
committer | Araq <rumpf_a@web.de> | 2013-01-22 00:29:54 +0100 |
commit | 0d978c4a9a2a6e476231d7bd70a3932af1e4c9c6 (patch) | |
tree | d6116c67a4718a3195624caf49d99a6cac2437e2 /todo.txt | |
parent | d0bd5d5cc3407e14ff37590077ec40441be26c84 (diff) | |
download | Nim-0d978c4a9a2a6e476231d7bd70a3932af1e4c9c6.tar.gz |
fixed some closure related bugs
Diffstat (limited to 'todo.txt')
-rwxr-xr-x | todo.txt | 3 |
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 |