summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorAraq <rumpf_a@web.de>2015-04-22 12:03:58 +0200
committerAraq <rumpf_a@web.de>2015-04-22 12:04:11 +0200
commit8ab3074c80c6509b22ccdf47cd2abfad7436a0f8 (patch)
tree9cd9669415d948ade35fde71cdd029eb14cd7750
parent4be0d16520ce89a8590090b4216d626f445abff1 (diff)
downloadNim-8ab3074c80c6509b22ccdf47cd2abfad7436a0f8.tar.gz
todo.txt updates
-rw-r--r--todo.txt12
1 files changed, 10 insertions, 2 deletions
diff --git a/todo.txt b/todo.txt
index 9b224ff08..596cb68be 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)'