diff options
author | Araq <rumpf_a@web.de> | 2014-02-02 00:41:04 +0100 |
---|---|---|
committer | Araq <rumpf_a@web.de> | 2014-02-02 00:41:04 +0100 |
commit | d29aa4c5ac6950a9b8c53bedeb9dd0dd9b4f64a2 (patch) | |
tree | 4b3f1ebaec291cc33f5253590bc5f7142a3ce6c5 /todo.txt | |
parent | 38697234f66f98fad953085412b2ce218521427e (diff) | |
download | Nim-d29aa4c5ac6950a9b8c53bedeb9dd0dd9b4f64a2.tar.gz |
new tester produces json output
Diffstat (limited to 'todo.txt')
-rw-r--r-- | todo.txt | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/todo.txt b/todo.txt index d0aec9c8c..bad9373a1 100644 --- a/todo.txt +++ b/todo.txt @@ -1,14 +1,11 @@ version 0.9.4 ============= -- better debugging support for writes to locations -- document new templating symbol binding rules -- fix eval in macros.nim - Bugs ==== +- fix eval in macros.nim - new VM: - implement overflow checking - bug: 'type T = ref T' not recognized as illegal recursion |