diff options
author | Araq <rumpf_a@web.de> | 2012-11-18 01:36:20 +0100 |
---|---|---|
committer | Araq <rumpf_a@web.de> | 2012-11-18 01:36:20 +0100 |
commit | 3c0a6a89629884b652bf351cb0cee5c94548effc (patch) | |
tree | f9053489e93a46e47701a8218d7cc9bd4b92b97f /todo.txt | |
parent | 7f6633a06feeac8d6bd1eb1e6d8e841591326618 (diff) | |
download | Nim-3c0a6a89629884b652bf351cb0cee5c94548effc.tar.gz |
'assert' hides EAssertionFailsure; stdlib makes use of 'tags'
Diffstat (limited to 'todo.txt')
-rwxr-xr-x | todo.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/todo.txt b/todo.txt index e17993331..412696681 100755 --- a/todo.txt +++ b/todo.txt @@ -1,7 +1,9 @@ version 0.9.2 ============= +- make the stdlib aware of tags: sockets, os - test&finish first class iterators: + * allow return in first class iterators * nested iterators * arglist as a type? * tyIterator? |