diff options
author | Araq <rumpf_a@web.de> | 2015-07-23 17:18:10 +0200 |
---|---|---|
committer | Araq <rumpf_a@web.de> | 2015-07-24 01:04:43 +0200 |
commit | 18823a315e5a32d125a631f8ac8710be6102a95e (patch) | |
tree | d2efa3ab5ed974e1a71c68fd3345a7a4a7756423 | |
parent | bf057f0d2c720ec81ff0a3961b7517c4f0b184f0 (diff) | |
download | Nim-18823a315e5a32d125a631f8ac8710be6102a95e.tar.gz |
todo.txt updates
-rw-r--r-- | todo.txt | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/todo.txt b/todo.txt index 839d568c8..8734b8f19 100644 --- a/todo.txt +++ b/todo.txt @@ -1,6 +1,7 @@ version 0.11.4 ============== +- ``unsafeAddr`` - document special cased varargs[untyped] and varargs[typed] - The remaining bugs of the lambda lifting pass that is responsible to enable @@ -10,7 +11,8 @@ version 0.11.4 - make '--implicitStatic:on' the default; then we can also clean up the 'static[T]' mess in the compiler! -- Finish the implementation of the 'parallel' statement. +- Mark the 'parallel' statement as experimental. +- add "all threads are blocked" detection to 'spawn' - Deprecate ``immediate`` for templates and macros - make 'nil' work for 'add': - resizeString @@ -21,9 +23,9 @@ version 0.11.4 version 1.0 =========== +- map ``string`` and ``seq`` to ``std::string`` and ``std::vector`` - macro support for '='; bind '=' to a memory region - remove echo $foo gotcha -- add "all threads are blocked" detection to 'spawn' - figure out why C++ bootstrapping is so much slower - nimsuggest: auto-completion needs to work in 'class' macros - The bitwise 'not' operator will be renamed to 'bnot' to |