diff options
author | Araq <rumpf_a@web.de> | 2011-06-21 01:52:42 +0200 |
---|---|---|
committer | Araq <rumpf_a@web.de> | 2011-06-21 01:52:42 +0200 |
commit | db0a4a9f86d167faccbd50f3f12f9de470e516b8 (patch) | |
tree | ae9e52d63139488beb59b926a7f735590ef7ef2c /todo.txt | |
parent | cfb107f3466b185f97c2d33d09a9e6dfa0b6e6b6 (diff) | |
download | Nim-db0a4a9f86d167faccbd50f3f12f9de470e516b8.tar.gz |
bugfix: shallowCopy should not break bootstrapping anymore; encodings.nim for windows improved
Diffstat (limited to 'todo.txt')
-rwxr-xr-x | todo.txt | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/todo.txt b/todo.txt index 5022f869e..74919c8c1 100755 --- a/todo.txt +++ b/todo.txt @@ -3,7 +3,6 @@ High priority (version 0.8.12) * implement message passing built-ins * add --deadlock_prevention:on|off switch? timeout for locks? * built-in serialization -* test encodings.nim on windows version 0.9.0 |