summary refs log tree commit diff stats
path: root/todo.txt
diff options
context:
space:
mode:
authorAraq <rumpf_a@web.de>2012-12-05 01:39:49 +0100
committerAraq <rumpf_a@web.de>2012-12-05 01:39:49 +0100
commit7171ae62cb94bf5e7ed426ec0679e4247c993121 (patch)
tree8ef7a60bbc6608d90e066fe3919947d18da3a410 /todo.txt
parent08342240709690f81286aea207a037348e46f635 (diff)
downloadNim-7171ae62cb94bf5e7ed426ec0679e4247c993121.tar.gz
constraint now part of the parameter symbol and not of the type
Diffstat (limited to 'todo.txt')
-rwxr-xr-xtodo.txt6
1 files changed, 3 insertions, 3 deletions
diff --git a/todo.txt b/todo.txt
index b7147c235..3d3ba8346 100755
--- a/todo.txt
+++ b/todo.txt
@@ -1,8 +1,8 @@
 version 0.9.2
 =============
 
-- overloading based on ASTs: 'constraint' should not be in PType but for the
-  parameter *symbol*
+- overloading based on ASTs
+- implement generic converters
 
   - implement ``partial`` pragma for partial evaluation: easily done with AST
     overloading
@@ -20,7 +20,7 @@ version 0.9.X
 =============
 
 - implement the missing features wrt inheritance
-- implement generic methods and generic converters
+- implement generic methods
 - improve the compiler as a service
 - ``=`` should be overloadable; requires specialization for ``=``
 - implement constructors + full 'not nil' checking