summary refs log tree commit diff stats
path: root/todo.txt
diff options
context:
space:
mode:
authorAraq <rumpf_a@web.de>2012-01-02 23:07:35 +0100
committerAraq <rumpf_a@web.de>2012-01-02 23:07:35 +0100
commit4f1b89c30cff4b91d5656c856f05be4604adaeaa (patch)
tree74c40e6e8c150c4d9beae782dd058c5a80dd48ea /todo.txt
parent9bd2be36c878cb635e1b6ae4d2725cc26e291d7c (diff)
downloadNim-4f1b89c30cff4b91d5656c856f05be4604adaeaa.tar.gz
year 2012 for most copyright headers
Diffstat (limited to 'todo.txt')
-rwxr-xr-xtodo.txt4
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