diff options
author | Araq <rumpf_a@web.de> | 2011-06-15 10:15:32 +0200 |
---|---|---|
committer | Araq <rumpf_a@web.de> | 2011-06-15 10:15:32 +0200 |
commit | a15475f582e18a684c1015544b908b195f436d6d (patch) | |
tree | d3f364add28442d2627bb6aa85ccfda9f275a7c0 /todo.txt | |
parent | 4fa80956b89c2ee06d8940018101240efec7dc02 (diff) | |
download | Nim-a15475f582e18a684c1015544b908b195f436d6d.tar.gz |
tuple unpacking is not enforced in for loops anymore
Diffstat (limited to 'todo.txt')
-rwxr-xr-x | todo.txt | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/todo.txt b/todo.txt index 5d928ab88..2208925e4 100755 --- a/todo.txt +++ b/todo.txt @@ -3,7 +3,6 @@ High priority (version 0.8.12) * implement message passing built-ins * add --deadlock_prevention:on|off switch? timeout for locks? -* iterators should not always be destructive! * real types for template results * built-in serialization |