summary refs log tree commit diff stats
path: root/todo.txt
diff options
context:
space:
mode:
authorAraq <rumpf_a@web.de>2012-12-02 20:02:42 +0100
committerAraq <rumpf_a@web.de>2012-12-02 20:02:42 +0100
commit8948a97151fc000414aee7cd4064881ef646a26c (patch)
tree89b5deb1448d0281028f3a02ca28ee11dec09f25 /todo.txt
parent0916137287b1d1468810f0ad4cf638eed5436f5e (diff)
downloadNim-8948a97151fc000414aee7cd4064881ef646a26c.tar.gz
bugfix: 'not nil' and 'shared' types
Diffstat (limited to 'todo.txt')
-rwxr-xr-xtodo.txt3
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