summary refs log tree commit diff stats
path: root/todo.txt
diff options
context:
space:
mode:
authorAraq <rumpf_a@web.de>2011-07-09 01:18:33 +0200
committerAraq <rumpf_a@web.de>2011-07-09 01:18:33 +0200
commit2565ff8ddec9fcf43fbda2fae6f04806c1bc6e8a (patch)
tree8ab9b57efd41ac133eaf29b0a751d42cce1f66df /todo.txt
parent99bcc233cd8fb3bb9b6f3f0857e477dd9b33c9e8 (diff)
downloadNim-2565ff8ddec9fcf43fbda2fae6f04806c1bc6e8a.tar.gz
basic message passing working
Diffstat (limited to 'todo.txt')
-rwxr-xr-xtodo.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/todo.txt b/todo.txt
index 710f9b8aa..3c9754e10 100755
--- a/todo.txt
+++ b/todo.txt
@@ -1,12 +1,12 @@
 High priority (version 0.8.12)
 ==============================
+* ``force_nosideEffect`` or some similar pragma is needed (``loophole``?)
 * test threads on windows
 * test thread analysis: 
   var x = globalString # ok, copied; `x` is mine!
   vs
   var x = globalRef # read access, `x` is theirs!
 
-* test message passing built-ins
 * make threadvar efficient again on linux after testing
 * document Nimrod's threads
 * document Nimrod's two phase symbol lookup for generics