diff options
author | Araq <rumpf_a@web.de> | 2012-06-01 00:25:02 +0200 |
---|---|---|
committer | Araq <rumpf_a@web.de> | 2012-06-01 00:25:02 +0200 |
commit | 232ab71f208e341da327e54afa8a6d287141836b (patch) | |
tree | 4107089f4ef9dc1fe5e03411eb620ac24d785800 /todo.txt | |
parent | 073323af48f0d6a99e0c2bf8aacc1dcae32c59c6 (diff) | |
download | Nim-232ab71f208e341da327e54afa8a6d287141836b.tar.gz |
bugfix: RST parser: URLs properly parsed
Diffstat (limited to 'todo.txt')
-rwxr-xr-x | todo.txt | 1 |
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 |