diff options
author | Araq <rumpf_a@web.de> | 2011-06-19 15:47:10 +0200 |
---|---|---|
committer | Araq <rumpf_a@web.de> | 2011-06-19 15:47:10 +0200 |
commit | 18bec94e2265a33ebf9834b1d73c863a3cf5ca45 (patch) | |
tree | 6530d5da994c5c9425a94115d91a4f79330f76c1 /todo.txt | |
parent | 849208d779e860230bb8682b3b356ba2942dd889 (diff) | |
download | Nim-18bec94e2265a33ebf9834b1d73c863a3cf5ca45.tar.gz |
bugfix: typeinfo generation for tuples
Diffstat (limited to 'todo.txt')
-rwxr-xr-x | todo.txt | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/todo.txt b/todo.txt index 068068beb..424a32b10 100755 --- a/todo.txt +++ b/todo.txt @@ -1,14 +1,14 @@ High priority (version 0.8.12) ============================== -* implement message passing built-ins - -* add --deadlock_prevention:on|off switch? timeout for locks? -* built-in serialization -- bug: invoking a generic iterator twice triggers a code gen bug (titer2) -- sorting with leads to a strange memory corruption! +- sorting with leads to a strange memory corruption: tsimplesort --> system.swap or genericAssign is broken! And indeed, if reference counts are not modified and the GC is triggered in between a swap, bad things may happen! +- bug: invoking a generic iterator twice triggers a code gen bug (titer2) +* implement message passing built-ins +* add --deadlock_prevention:on|off switch? timeout for locks? +* built-in serialization + version 0.9.0 |