diff options
Diffstat (limited to 'todo.txt')
-rw-r--r-- | todo.txt | 22 |
1 files changed, 11 insertions, 11 deletions
diff --git a/todo.txt b/todo.txt index 12e82331f..4972015a7 100644 --- a/todo.txt +++ b/todo.txt @@ -1,20 +1,20 @@ -version 0.10.4 +version 0.11.2 ============== -- make 'nil' work for 'add': - - resizeString - - incrSeq - - addChar - - -version 0.10.6 (RC1?) -===================== - +- The remaining bugs of the lambda lifting pass that is responsible to enable + closures and closure iterators need to be fixed. +- ``concept`` needs to be refined, a nice name for the feature is not enough. +- Destructors need to be refined. - make '--implicitStatic:on' the default; then we can also clean up the 'static[T]' mess in the compiler! -- finish 'parallel' or mark as experimental + +- Finish the implementation of the 'parallel' statement. - Deprecate ``immediate`` for templates and macros - special case varargs[untyped] and varargs[typed] +- make 'nil' work for 'add': + - resizeString + - incrSeq + - addChar version 1.0 |