summary refs log tree commit diff stats
diff options
context:
space:
mode:
-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 =