diff options
author | Araq <rumpf_a@web.de> | 2011-01-29 01:47:58 +0100 |
---|---|---|
committer | Araq <rumpf_a@web.de> | 2011-01-29 01:47:58 +0100 |
commit | f46870fe1ce3a28ab44417effd1c684522568a8d (patch) | |
tree | 446e3b8cb383cc4cabb1b508a3e5d8a9ed443e67 /todo.txt | |
parent | 557adbcaac45d7b9c92904349c6cc3a7a8282ed7 (diff) | |
download | Nim-f46870fe1ce3a28ab44417effd1c684522568a8d.tar.gz |
changes to threads; --recursivePath support
Diffstat (limited to 'todo.txt')
-rwxr-xr-x | todo.txt | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/todo.txt b/todo.txt index 08b1865b1..51ab7d592 100755 --- a/todo.txt +++ b/todo.txt @@ -1,6 +1,6 @@ -- built-in serialization - thread support: threadvar on Windows seems broken; add --deadlock_prevention:on|off switch +- built-in serialization - ban ``nil`` from the AST. This might also fix bugs concerning macros. @@ -66,7 +66,8 @@ Low priority - tlastmod returns wrong results on BSD (Linux, MacOS X: works) - nested tuple unpacking - fast assignment optimization for TPeg - +- better error messages for used keywords as identifiers +- case statement branches should support constant sets Library ------- |