summary refs log tree commit diff stats
path: root/todo.txt
diff options
context:
space:
mode:
authorAraq <rumpf_a@web.de>2012-05-20 23:18:14 +0200
committerAraq <rumpf_a@web.de>2012-05-20 23:18:14 +0200
commitea5b74c8321c85fb523fbcdfc4072c3fc3ff1c79 (patch)
treeb6d66bcb55e21cc6af7c3320f3dc2c5a52f68f5a /todo.txt
parent29b63be9808e9b38a95864e41d0e048fcd94174c (diff)
downloadNim-ea5b74c8321c85fb523fbcdfc4072c3fc3ff1c79.tar.gz
todo.txt changes
Diffstat (limited to 'todo.txt')
-rwxr-xr-xtodo.txt6
1 files changed, 2 insertions, 4 deletions
diff --git a/todo.txt b/todo.txt
index 6267e3497..5a71d15af 100755
--- a/todo.txt
+++ b/todo.txt
@@ -1,7 +1,8 @@
 version 0.9.0
 =============
 
-- make stack traces part of the exception in debug builds
+- bug: generic assign still buggy
+  - special case the generic assign that needs to care about case objects
 - make templates hygienic by default
 - ``bind`` for overloaded symbols does not work apparently
 - ``=`` should be overloadable; requires specialization for ``=``
@@ -34,9 +35,6 @@ version 0.9.0
 
 Bugs
 ----
-- bug: generic assign still buggy
-  - special case the generic assign that needs to care about case objects
-
 - bug: returning a tyVar does not mean it is save to return it:
   proc forward[T](x: var T): var T = result = x
   proc p(): var int =