diff options
author | Araq <rumpf_a@web.de> | 2011-07-09 01:18:33 +0200 |
---|---|---|
committer | Araq <rumpf_a@web.de> | 2011-07-09 01:18:33 +0200 |
commit | 2565ff8ddec9fcf43fbda2fae6f04806c1bc6e8a (patch) | |
tree | 8ab9b57efd41ac133eaf29b0a751d42cce1f66df /todo.txt | |
parent | 99bcc233cd8fb3bb9b6f3f0857e477dd9b33c9e8 (diff) | |
download | Nim-2565ff8ddec9fcf43fbda2fae6f04806c1bc6e8a.tar.gz |
basic message passing working
Diffstat (limited to 'todo.txt')
-rwxr-xr-x | todo.txt | 2 |
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 |