diff options
author | Araq <rumpf_a@web.de> | 2012-01-29 19:12:48 +0100 |
---|---|---|
committer | Araq <rumpf_a@web.de> | 2012-01-29 19:12:48 +0100 |
commit | 4b952336325121be20557ecfb224a10dcaab49d0 (patch) | |
tree | e17bf3b0f1647107dae003818a2a2263748a1671 /todo.txt | |
parent | 1ba3dbc7595a40bdb68973d0863c904657ca28f6 (diff) | |
download | Nim-4b952336325121be20557ecfb224a10dcaab49d0.tar.gz |
fixes #98
Diffstat (limited to 'todo.txt')
-rwxr-xr-x | todo.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/todo.txt b/todo.txt index 22a4c6d97..ecee10610 100755 --- a/todo.txt +++ b/todo.txt @@ -1,9 +1,10 @@ version 0.8.14 ============== +- fix powerpc64 crashes - bug: tsortdev does not run with native GC - object {.pure, final.} does not work again! - +- ``=`` should be overloadable; requires specialization for ``=``? version 0.9.0 ============= @@ -22,7 +23,6 @@ version 0.9.0 - implement ``partial`` pragma for partial evaluation - we need to support iteration of 2 different data structures in parallel - make exceptions compatible with C++ exceptions -- ``=`` should be overloadable; requires specialization for ``=`` - 'const' objects including case objects - os module should use Windows Unicode versions - 64bit build for Windows |