diff options
author | Araq <rumpf_a@web.de> | 2012-12-02 20:02:42 +0100 |
---|---|---|
committer | Araq <rumpf_a@web.de> | 2012-12-02 20:02:42 +0100 |
commit | 8948a97151fc000414aee7cd4064881ef646a26c (patch) | |
tree | 89b5deb1448d0281028f3a02ca28ee11dec09f25 /todo.txt | |
parent | 0916137287b1d1468810f0ad4cf638eed5436f5e (diff) | |
download | Nim-8948a97151fc000414aee7cd4064881ef646a26c.tar.gz |
bugfix: 'not nil' and 'shared' types
Diffstat (limited to 'todo.txt')
-rwxr-xr-x | todo.txt | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/todo.txt b/todo.txt index ca2def6aa..f736ce8dd 100755 --- a/todo.txt +++ b/todo.txt @@ -1,7 +1,6 @@ version 0.9.2 ============= -- fix tfShared and tfNotNil - test&finish first class iterators: * nested iterators * test generic iterators @@ -20,7 +19,7 @@ version 0.9.X ============= - implement the missing features wrt inheritance -- implement generic methods +- implement generic methods and generic converters - improve the compiler as a service - ``=`` should be overloadable; requires specialization for ``=`` - implement constructors + full 'not nil' checking |