diff options
author | Araq <rumpf_a@web.de> | 2013-06-09 23:29:43 +0200 |
---|---|---|
committer | Araq <rumpf_a@web.de> | 2013-06-09 23:29:43 +0200 |
commit | 23ef565a3c2c1f83816fefbeadb0fc59e754997d (patch) | |
tree | 7a2adeeb6f3215c35ff0b7fdeeee6f9907308931 /todo.txt | |
parent | 2aaa8f7909e51eb3d971e197f152e247c64362e9 (diff) | |
download | Nim-23ef565a3c2c1f83816fefbeadb0fc59e754997d.tar.gz |
implemented large parts of the 'not nil' checking
Diffstat (limited to 'todo.txt')
-rw-r--r-- | todo.txt | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/todo.txt b/todo.txt index 2aea8660f..9a3377d1c 100644 --- a/todo.txt +++ b/todo.txt @@ -2,7 +2,8 @@ version 0.9.4 ============= - make 'bind' default for templates and introduce 'mixin'; -- implement full 'not nil' checking; range[1..3] needs the same mechanism +- test 'not nil' checking more +- prove field accesses; prove array accesses - special rule for ``[]=`` - ``=`` should be overloadable; requires specialization for ``=``; general lift mechanism in the compiler is already implemented for 'fields' |