diff options
author | Araq <rumpf_a@web.de> | 2012-05-20 10:56:17 +0200 |
---|---|---|
committer | Araq <rumpf_a@web.de> | 2012-05-20 10:56:17 +0200 |
commit | 15dd3a225134afab649a3c1994cbd862f1b11439 (patch) | |
tree | ec3d43cd939b7ab91f25c7b5ac57981967dcbf8f /todo.txt | |
parent | e6019b6f98e3e16205f0b9775437352da9324bc6 (diff) | |
download | Nim-15dd3a225134afab649a3c1994cbd862f1b11439.tar.gz |
fixes #109
Diffstat (limited to 'todo.txt')
-rwxr-xr-x | todo.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/todo.txt b/todo.txt index 4561be577..6267e3497 100755 --- a/todo.txt +++ b/todo.txt @@ -1,7 +1,7 @@ version 0.9.0 ============= -- fix transformLoopBody +- make stack traces part of the exception in debug builds - make templates hygienic by default - ``bind`` for overloaded symbols does not work apparently - ``=`` should be overloadable; requires specialization for ``=`` |