summary refs log tree commit diff stats
path: root/todo.txt
diff options
context:
space:
mode:
authorAraq <rumpf_a@web.de>2011-07-30 10:42:51 +0200
committerAraq <rumpf_a@web.de>2011-07-30 10:42:51 +0200
commit6781da5215df16602a266c33c0834eae47ede04b (patch)
treeda6a155b7dab420c5feaa7e45b42bba8ab7689cf /todo.txt
parentdce8949b9b05af3bac9d5ec0866b99ef22f78384 (diff)
downloadNim-6781da5215df16602a266c33c0834eae47ede04b.tar.gz
bugfix: forwarding of generic procs now works
Diffstat (limited to 'todo.txt')
-rwxr-xr-xtodo.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/todo.txt b/todo.txt
index 69b0b40e2..217a79551 100755
--- a/todo.txt
+++ b/todo.txt
@@ -18,7 +18,6 @@ version 0.9.0
 =============
 
 - add --deadlock_prevention:on|off switch? timeout for locks?
-- bug: forward proc for generic seems broken
 - warning for implicit openArray -> varargs convention
 - implement explicit varargs
 - tests: run modules that contain "#RUN_ME", compile the other
@@ -31,6 +30,7 @@ Bugs
 - bug: generic assign still buggy
   - Optimization: If we use a temporary for the result anyway the code gen
     should make use of this fact to generate better code...
+  - bug: memset() without type field initialization?
   - special case the generic assign that needs to care about case objects