diff options
author | Araq <rumpf_a@web.de> | 2011-11-02 01:25:17 +0100 |
---|---|---|
committer | Araq <rumpf_a@web.de> | 2011-11-02 01:25:17 +0100 |
commit | 84c473a8901f8ae8411bdfb9f5b90d8b27e1689f (patch) | |
tree | 7d83ce7389e3cf6e1c4c7fb2a6d1c41d8fe1fbbe /todo.txt | |
parent | 95df3ee1ce2303a7b5e2f728c643a86fb5e65561 (diff) | |
download | Nim-84c473a8901f8ae8411bdfb9f5b90d8b27e1689f.tar.gz |
DLL generation may work again
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 ac174586d..7b4d6c062 100755 --- a/todo.txt +++ b/todo.txt @@ -2,7 +2,7 @@ Version 0.8.14 ============== - bug: s[1..n] = @[] produces wrong C code -- bug: DLL generation is broken; write at least a basic test +- test suite should contain DLL tests - optimize unused constants away (affected by HLO) - fix actors.nim; test with different thread var implementations - dead code elim for JS backend |