diff options
author | Araq <rumpf_a@web.de> | 2014-02-17 23:59:32 +0100 |
---|---|---|
committer | Araq <rumpf_a@web.de> | 2014-02-17 23:59:32 +0100 |
commit | 420d4197f139c277f7b7d0eaf462ed0fe9e00745 (patch) | |
tree | d4278dd6b70267a3d1196685293456f966cf78f9 /todo.txt | |
parent | 14bdedb0f7a8dbd15d685866fc022ad559a4e35b (diff) | |
download | Nim-420d4197f139c277f7b7d0eaf462ed0fe9e00745.tar.gz |
todo.txt changes
Diffstat (limited to 'todo.txt')
-rw-r--r-- | todo.txt | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/todo.txt b/todo.txt index 2e6eb708b..656bd06fc 100644 --- a/todo.txt +++ b/todo.txt @@ -1,8 +1,10 @@ version 0.9.4 ============= +- fix macros\tstringinterp.nim: + - problem: needs another level of indirection for 'seq' + - problem: deref is not correct - fix GC issues -- fix macros\tstringinterp.nim - test and fix showoff |