diff options
author | Araq <rumpf_a@web.de> | 2011-01-05 23:46:50 +0100 |
---|---|---|
committer | Araq <rumpf_a@web.de> | 2011-01-05 23:46:50 +0100 |
commit | 5635fde06024b00bb874126bea208f07b4b8db9d (patch) | |
tree | e54cbee31f63078f125574b52e763ce883f07c22 /todo.txt | |
parent | 63ac32e6de018b5e175efb6f61675bfe36394973 (diff) | |
download | Nim-5635fde06024b00bb874126bea208f07b4b8db9d.tar.gz |
transf: big refactoring; other small fixes
Diffstat (limited to 'todo.txt')
-rwxr-xr-x | todo.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/todo.txt b/todo.txt index 93a4e4e4f..2740908a9 100755 --- a/todo.txt +++ b/todo.txt @@ -1,13 +1,13 @@ High priority (version 0.9.0) ============================= -- transf should use distinct types; shallowCopy() for PNode - fix implicit generic routines - fix the streams implementation so that it uses methods - fix overloading resolution - wrong co-/contravariance + Bugs ---- - proc (x: int) is passable to proc (x: var int) !? |