diff options
author | Araq <rumpf_a@web.de> | 2017-11-28 01:11:54 +0100 |
---|---|---|
committer | Araq <rumpf_a@web.de> | 2017-11-28 01:15:33 +0100 |
commit | 69122c9f2d1190c7aff7eacb435ab5b04e85df29 (patch) | |
tree | 132fb01e4eb7f07e4c4162b3c5a11d954e28f170 /todo.txt | |
parent | 653dcb80277ed0189473991b9d3f429fe709d846 (diff) | |
download | Nim-69122c9f2d1190c7aff7eacb435ab5b04e85df29.tar.gz |
todo.txt update
Diffstat (limited to 'todo.txt')
-rw-r--r-- | todo.txt | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/todo.txt b/todo.txt index a30c23ce3..bc68c2168 100644 --- a/todo.txt +++ b/todo.txt @@ -1,6 +1,9 @@ version 1.0 battle plan ======================= +- introduce ``nkStmtListExpr`` for template/macro invokations to produce + better stack traces +- let 'doAssert' analyse the expressions and produce more helpful output - fix "high priority" bugs - try to fix as many compiler crashes as reasonable |