diff options
author | Araq <rumpf_a@web.de> | 2015-09-05 11:28:17 +0200 |
---|---|---|
committer | Araq <rumpf_a@web.de> | 2015-09-05 11:34:38 +0200 |
commit | 49d810f3410c19803f2d6fbfb3feb03e1fc13fee (patch) | |
tree | f2c3db06b635a1c45d06d4b49e67ca9795e5a83f /todo.txt | |
parent | 0f2a37cf1b64bfa34da0f899a1f76b28665c8c89 (diff) | |
download | Nim-49d810f3410c19803f2d6fbfb3feb03e1fc13fee.tar.gz |
Nimble is officially a part of Nim now
Diffstat (limited to 'todo.txt')
-rw-r--r-- | todo.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/todo.txt b/todo.txt index 463ffc3b1..66a9d1f0f 100644 --- a/todo.txt +++ b/todo.txt @@ -13,6 +13,7 @@ version 0.11.4 - add "all threads are blocked" detection to 'spawn' - Deprecate ``immediate`` for templates and macros +- make people annotate .anchor methods version 1.0 @@ -26,7 +27,6 @@ version 1.0 - The bitwise 'not' operator will be renamed to 'bnot' to prevent 'not 4 == 5' from compiling. -> requires 'mixin' annotation for procs! - iterators always require a return type -- make nimble part of the distribution - split docgen into separate tool - special rule for ``[]=``, items, pairs - BUG: echo with template `$`*(info: TLineInfo): expr = toFileLineCol(info) |