summary refs log tree commit diff stats
path: root/todo.txt
diff options
context:
space:
mode:
authorAraq <rumpf_a@web.de>2013-06-09 23:29:43 +0200
committerAraq <rumpf_a@web.de>2013-06-09 23:29:43 +0200
commit23ef565a3c2c1f83816fefbeadb0fc59e754997d (patch)
tree7a2adeeb6f3215c35ff0b7fdeeee6f9907308931 /todo.txt
parent2aaa8f7909e51eb3d971e197f152e247c64362e9 (diff)
downloadNim-23ef565a3c2c1f83816fefbeadb0fc59e754997d.tar.gz
implemented large parts of the 'not nil' checking
Diffstat (limited to 'todo.txt')
-rw-r--r--todo.txt3
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'