diff options
author | Araq <rumpf_a@web.de> | 2013-06-13 01:40:11 +0200 |
---|---|---|
committer | Araq <rumpf_a@web.de> | 2013-06-13 01:40:11 +0200 |
commit | d4c91bbd8546b4e4a2a986f0047e9c7935ef2302 (patch) | |
tree | a593d472df18ecc555abfbc019f615d7a9062e5d /todo.txt | |
parent | 009730595303d6da2911fb16004b51388628f0cc (diff) | |
download | Nim-d4c91bbd8546b4e4a2a986f0047e9c7935ef2302.tar.gz |
improvements for 'not nil' checking
Diffstat (limited to 'todo.txt')
-rw-r--r-- | todo.txt | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/todo.txt b/todo.txt index 83af59b87..4bdd004cd 100644 --- a/todo.txt +++ b/todo.txt @@ -2,7 +2,6 @@ version 0.9.4 ============= - make 'bind' default for templates and introduce 'mixin' -- 'not nil' checking for globals - prove array accesses - special rule for ``[]=`` - ``=`` should be overloadable; requires specialization for ``=``; general |