summary refs log tree commit diff stats
path: root/todo.txt
diff options
context:
space:
mode:
authorAraq <rumpf_a@web.de>2012-11-18 01:36:20 +0100
committerAraq <rumpf_a@web.de>2012-11-18 01:36:20 +0100
commit3c0a6a89629884b652bf351cb0cee5c94548effc (patch)
treef9053489e93a46e47701a8218d7cc9bd4b92b97f /todo.txt
parent7f6633a06feeac8d6bd1eb1e6d8e841591326618 (diff)
downloadNim-3c0a6a89629884b652bf351cb0cee5c94548effc.tar.gz
'assert' hides EAssertionFailsure; stdlib makes use of 'tags'
Diffstat (limited to 'todo.txt')
-rwxr-xr-xtodo.txt2
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?