diff options
author | Araq <rumpf_a@web.de> | 2013-04-08 16:38:49 +0200 |
---|---|---|
committer | Araq <rumpf_a@web.de> | 2013-04-08 16:38:49 +0200 |
commit | 5893a9195c10181392262bf1a541737c2e2a142f (patch) | |
tree | 73f8fd3d0766eaeb839b642c210fcfa4a23a39dd /todo.txt | |
parent | c4edcf3ea2fef970c3528f74cf3abb988a69e0e2 (diff) | |
download | Nim-5893a9195c10181392262bf1a541737c2e2a142f.tar.gz |
implemented --dynlibOverride option for static linking of 'dynlib'
Diffstat (limited to 'todo.txt')
-rw-r--r-- | todo.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/todo.txt b/todo.txt index f83083202..ce3705a20 100644 --- a/todo.txt +++ b/todo.txt @@ -1,7 +1,6 @@ version 0.9.2 ============= -- a project wide override option for 'dynlib' - FFI: * test libffi on windows * test: times.format with the FFI @@ -29,6 +28,7 @@ Bugs version 0.9.4 ============= +- ``try`` as an expression - provide tool/API to track leaks/object counts - hybrid GC - use big blocks in the allocator |