summary refs log tree commit diff stats
path: root/todo.txt
diff options
context:
space:
mode:
authorAraq <rumpf_a@web.de>2012-06-01 00:25:02 +0200
committerAraq <rumpf_a@web.de>2012-06-01 00:25:02 +0200
commit232ab71f208e341da327e54afa8a6d287141836b (patch)
tree4107089f4ef9dc1fe5e03411eb620ac24d785800 /todo.txt
parent073323af48f0d6a99e0c2bf8aacc1dcae32c59c6 (diff)
downloadNim-232ab71f208e341da327e54afa8a6d287141836b.tar.gz
bugfix: RST parser: URLs properly parsed
Diffstat (limited to 'todo.txt')
-rwxr-xr-xtodo.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/todo.txt b/todo.txt
index ee761219c..6bdfefc0d 100755
--- a/todo.txt
+++ b/todo.txt
@@ -2,6 +2,7 @@ version 0.9.0
 =============
 
 - implement 'gorge'
+- implement a warning message for shadowed 'result' variable
 - make templates hygienic by default: try to gensym() everything in the 'block'
   of a template
 - ``bind`` for overloaded symbols does not work apparently