diff options
author | Araq <rumpf_a@web.de> | 2011-04-29 22:55:15 +0200 |
---|---|---|
committer | Araq <rumpf_a@web.de> | 2011-04-29 22:55:15 +0200 |
commit | 145fabeb67fefafab0c019b57fde74a58f9454e7 (patch) | |
tree | b942c3125b1df4bb9fdce6a466709eb439fa0cc1 /todo.txt | |
parent | ed887e67e93954e1b1ace068abc1c0d5f2e67b72 (diff) | |
download | Nim-145fabeb67fefafab0c019b57fde74a58f9454e7.tar.gz |
const table support
Diffstat (limited to 'todo.txt')
-rwxr-xr-x | todo.txt | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/todo.txt b/todo.txt index fad6849e8..f673f4118 100755 --- a/todo.txt +++ b/todo.txt @@ -1,5 +1,7 @@ - clean up the tests! -- fake-consts, implicit ref/ptr->var conversion +- implicit ref/ptr->var conversion +- warning for implicit openArray -> varargs convention +- implement explicit varargs High priority (version 0.9.0) |