summary refs log tree commit diff stats
path: root/todo.txt
diff options
context:
space:
mode:
authorAraq <rumpf_a@web.de>2011-01-05 23:46:50 +0100
committerAraq <rumpf_a@web.de>2011-01-05 23:46:50 +0100
commit5635fde06024b00bb874126bea208f07b4b8db9d (patch)
treee54cbee31f63078f125574b52e763ce883f07c22 /todo.txt
parent63ac32e6de018b5e175efb6f61675bfe36394973 (diff)
downloadNim-5635fde06024b00bb874126bea208f07b4b8db9d.tar.gz
transf: big refactoring; other small fixes
Diffstat (limited to 'todo.txt')
-rwxr-xr-xtodo.txt2
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)  !?