diff options
author | Araq <rumpf_a@web.de> | 2010-10-21 00:12:14 +0200 |
---|---|---|
committer | Araq <rumpf_a@web.de> | 2010-10-21 00:12:14 +0200 |
commit | 765366c1f377fbd9507e942385170b546d9d34d0 (patch) | |
tree | bffec904c5b980aa7b9c0961cda18d5dd30638ae /todo.txt | |
parent | 53cd61546dc798fc0f08baf0813f579a90d7e766 (diff) | |
download | Nim-765366c1f377fbd9507e942385170b546d9d34d0.tar.gz |
version 0.8.10
Diffstat (limited to 'todo.txt')
-rwxr-xr-x | todo.txt | 10 |
1 files changed, 1 insertions, 9 deletions
diff --git a/todo.txt b/todo.txt index afbb49196..dc9d1fde4 100755 --- a/todo.txt +++ b/todo.txt @@ -1,12 +1,7 @@ -For version 0.8.10 -================== - -- fix implicit generic routines - - High priority (version 0.9.0) ============================= +- fix implicit generic routines - fix the streams implementation so that it uses methods - fix overloading resolution - wrong co-/contravariance @@ -27,9 +22,6 @@ To implement * the two other parsers * distinct types for array/seq indexes * constant sequences -* IMPLEMENT GENERIC TYPES! - - implement expr parameters - - document generic types better * implement closures for the C code generator |