diff options
author | Araq <rumpf_a@web.de> | 2011-09-21 00:54:13 +0200 |
---|---|---|
committer | Araq <rumpf_a@web.de> | 2011-09-21 00:54:13 +0200 |
commit | 2359b8b1073cfd027ac14a147aba06cc18d61010 (patch) | |
tree | a626a08e54311512f40d6ce1a40ffd397dab9cfa /todo.txt | |
parent | 57f184cf48a0b522001ab20e2c742d4d6436e14d (diff) | |
download | Nim-2359b8b1073cfd027ac14a147aba06cc18d61010.tar.gz |
fixed some newly introduced bugs
Diffstat (limited to 'todo.txt')
-rwxr-xr-x | todo.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/todo.txt b/todo.txt index d8f0ac65a..6fff06b95 100755 --- a/todo.txt +++ b/todo.txt @@ -1,6 +1,7 @@ Version 0.8.14 ============== +- 'let x = y' - threads should not have an inbox per default - make threadvar efficient again on linux after testing - fix the 'const' issues @@ -8,7 +9,6 @@ Version 0.8.14 - optional indentation for 'case' statement - taint mode - const ptr/ref -- 'let x = y' - {.error.} pragma for proc headers |