diff options
author | Araq <rumpf_a@web.de> | 2015-09-12 10:55:28 +0200 |
---|---|---|
committer | Araq <rumpf_a@web.de> | 2015-09-12 10:55:28 +0200 |
commit | 8ef66b973d86a75c8dfa4c6761d322d94c54efad (patch) | |
tree | 1a90abf710018b92cc8d92538ae1095e6e41b006 /todo.txt | |
parent | 2a797c362a1c70d708eb21a18a227296dcac71a4 (diff) | |
download | Nim-8ef66b973d86a75c8dfa4c6761d322d94c54efad.tar.gz |
first attempt to fix 'a[i]' handling in generics
Diffstat (limited to 'todo.txt')
-rw-r--r-- | todo.txt | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/todo.txt b/todo.txt index 91c6f1625..306b7008e 100644 --- a/todo.txt +++ b/todo.txt @@ -24,7 +24,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! - split docgen into separate tool -- special rule for ``[]=``, items, pairs - BUG: echo with template `$`*(info: TLineInfo): expr = toFileLineCol(info) - make 'nil' work for 'add': - resizeString |