mirror of
https://github.com/nim-lang/Nim.git
synced 2025-12-30 09:54:49 +00:00
todo.txt changes
This commit is contained in:
6
todo.txt
6
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 =
|
||||
|
||||
Reference in New Issue
Block a user