diff options
author | Araq <rumpf_a@web.de> | 2012-01-02 23:07:35 +0100 |
---|---|---|
committer | Araq <rumpf_a@web.de> | 2012-01-02 23:07:35 +0100 |
commit | 4f1b89c30cff4b91d5656c856f05be4604adaeaa (patch) | |
tree | 74c40e6e8c150c4d9beae782dd058c5a80dd48ea /todo.txt | |
parent | 9bd2be36c878cb635e1b6ae4d2725cc26e291d7c (diff) | |
download | Nim-4f1b89c30cff4b91d5656c856f05be4604adaeaa.tar.gz |
year 2012 for most copyright headers
Diffstat (limited to 'todo.txt')
-rwxr-xr-x | todo.txt | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/todo.txt b/todo.txt index 714421a02..62f9977e2 100755 --- a/todo.txt +++ b/todo.txt @@ -1,7 +1,11 @@ version 0.8.14 ============== +- check resizeString and fix +1 bug - BUG: type TX = TTable[string, int] +- BUG: len(openArray) breaks symbol files +- BUG: temp3.nim triggers weird compiler bug +- BUG: --debugger:on does not work the talloc.nim - warning for implicit openArray -> varargs conversion - implement explicit varargs; **but** ``len(varargs)`` problem remains! --> solve by implicit conversion from varargs to openarray |