summary refs log tree commit diff stats
path: root/todo.txt
diff options
context:
space:
mode:
authorAraq <rumpf_a@web.de>2011-07-18 23:59:39 +0200
committerAraq <rumpf_a@web.de>2011-07-18 23:59:39 +0200
commit81a917390bdb61d07310c8faf31092f65acbfb53 (patch)
tree479042020adbe5b92b518733a80a3b9164c0abe4 /todo.txt
parent42e6130b2c37345963c0b5469e12a287b88bf3eb (diff)
downloadNim-81a917390bdb61d07310c8faf31092f65acbfb53.tar.gz
shared untraced heap; bugfix: mem corruptions in message passing code
Diffstat (limited to 'todo.txt')
-rwxr-xr-xtodo.txt19
1 files changed, 13 insertions, 6 deletions
diff --git a/todo.txt b/todo.txt
index e1d0d8f0e..494603083 100755
--- a/todo.txt
+++ b/todo.txt
@@ -1,21 +1,28 @@
-version 0.9.0
-=============
+Version 0.8.14
+==============
 
 - ``var T`` as a return type; easy to prove that location does not escape its
   stack frame
+- strutils.unindent
 - document Nimrod's two phase symbol lookup for generics
+- make ^ available as operator
+- make threadvar efficient again on linux after testing
+- test the sort implementation again
+- export re-entrant and non-reentrant locks and condition vars
+
+
+version 0.9.0
+=============
+
 - add --deadlock_prevention:on|off switch? timeout for locks?
 - bug: tfFinal not passed to generic
 - bug: forward proc for generic seems broken
-- test the sort implementation again
 - warning for implicit openArray -> varargs convention
 - implement explicit varargs
 - tests: run modules that contain "#RUN_ME", compile the other
   modules; run the GC tests
-- fix overloading resolution
-- make ^ available as operator
+- change overloading resolution
 - implement closures; implement proper coroutines
-- make threadvar efficient again on linux after testing
 
 Bugs
 ----