todo.txt updates

This commit is contained in:
Araq
2015-07-23 17:18:10 +02:00
parent bf057f0d2c
commit 18823a315e

View File

@@ -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