todo.txt changes

This commit is contained in:
Araq
2012-05-20 23:18:14 +02:00
parent 29b63be980
commit ea5b74c832

View File

@@ -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 =