diff options
author | Araq <rumpf_a@web.de> | 2011-06-27 08:33:03 +0200 |
---|---|---|
committer | Araq <rumpf_a@web.de> | 2011-06-27 08:33:03 +0200 |
commit | 3091bc4958a32065b90895c83c6393b9129e0366 (patch) | |
tree | 98a437a6a4eee918f6e4306fda0a30456ec0dc7f /todo.txt | |
parent | 3e91b456e5418471417d6651bdfe8c8f195e1a53 (diff) | |
download | Nim-3091bc4958a32065b90895c83c6393b9129e0366.tar.gz |
importCompilerProc pragma introduced because the hacks for typeinfo.nim did not suffice
Diffstat (limited to 'todo.txt')
-rwxr-xr-x | todo.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/todo.txt b/todo.txt index 3308309c7..384f493ea 100755 --- a/todo.txt +++ b/todo.txt @@ -3,6 +3,7 @@ High priority (version 0.8.12) * test threads on windows; thread analysis needs to be even more restrictive! * implement message passing built-ins: channels/queues * bug: {:}.toTable[int, string]() +* test tester version 0.9.0 |