diff options
author | Araq <rumpf_a@web.de> | 2014-04-02 21:49:58 +0200 |
---|---|---|
committer | Araq <rumpf_a@web.de> | 2014-04-02 21:49:58 +0200 |
commit | 3e9ebd24f27f5574b61486dec6a0b624321c9808 (patch) | |
tree | 3ae8281c4c46c5143117454db1493d6467140774 /todo.txt | |
parent | ac02aecb042f28dc137b35325d731c43f43d3b30 (diff) | |
download | Nim-3e9ebd24f27f5574b61486dec6a0b624321c9808.tar.gz |
todo.txt updated
Diffstat (limited to 'todo.txt')
-rw-r--r-- | todo.txt | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/todo.txt b/todo.txt index 982acfb62..44b3eac2b 100644 --- a/todo.txt +++ b/todo.txt @@ -6,8 +6,6 @@ version 0.9.4 Bugs ==== -- new VM: - - implement overflow checking - bug: 'type T = ref T' not recognized as illegal recursion - bug: type conversions concerning proc types are weird - compilation of niminst takes way too long. looks like a regression @@ -19,6 +17,7 @@ Bugs version 0.9.x ============= +- fix the bug that keeps 'defer' template from working - pragmas need 'bindSym' support - pragmas need re-work: 'push' is dangerous, 'hasPragma' does not work reliably with user-defined pragmas |