diff options
author | Araq <rumpf_a@web.de> | 2012-07-13 07:57:35 +0200 |
---|---|---|
committer | Araq <rumpf_a@web.de> | 2012-07-13 07:57:35 +0200 |
commit | 100596119202e7a0d543be17e5c08372fe4238cd (patch) | |
tree | ce5fc437c760840aef354c2e176f181bbd38cd8f /todo.txt | |
parent | 8ce1c99d0d9ff5a8539000365ec640c88098e60f (diff) | |
download | Nim-100596119202e7a0d543be17e5c08372fe4238cd.tar.gz |
proper enum constraints for system.nim
Diffstat (limited to 'todo.txt')
-rwxr-xr-x | todo.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/todo.txt b/todo.txt index 1e3bd6bae..80da43c2c 100755 --- a/todo.txt +++ b/todo.txt @@ -1,7 +1,7 @@ version 0.9.0 ============= -- implicit ref/ptr->var conversion +- implicit deref for parameter matching - deprecate ``var x, y = 0`` as it's confusing for tuple consistency - finish support for unsigned ints: - support more unsigned operations |