From 8ab3074c80c6509b22ccdf47cd2abfad7436a0f8 Mon Sep 17 00:00:00 2001 From: Araq Date: Wed, 22 Apr 2015 12:03:58 +0200 Subject: [PATCH] todo.txt updates --- todo.txt | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) diff --git a/todo.txt b/todo.txt index 9b224ff08b..596cb68be2 100644 --- a/todo.txt +++ b/todo.txt @@ -7,6 +7,16 @@ version 0.10.4 - addChar +version 0.10.6 (RC1?) +===================== + +- make '--implicitStatic:on' the default; then we can also clean up the + 'static[T]' mess in the compiler! +- finish 'parallel' or mark as experimental +- Deprecate ``immediate`` for templates and macros +- special case varargs[untyped] and varargs[typed] + + version 1.0 =========== @@ -39,8 +49,6 @@ Low priority: Misc ---- -- make '--implicitStatic:on' the default; then we can also clean up the - 'static[T]' mess in the compiler! - make tuple unpacking work in a non-var/let context - built-in 'getImpl' - prevent 'alloc(TypeWithGCedMemory)'