diff options
author | Araq <rumpf_a@web.de> | 2012-07-10 00:16:04 +0200 |
---|---|---|
committer | Araq <rumpf_a@web.de> | 2012-07-10 00:16:04 +0200 |
commit | a6ee0eb29990af101639d4fcca81c5681f2178ed (patch) | |
tree | 5e0b753498189dafaecd6a0c39bf570dbe11c8c9 /todo.txt | |
parent | 428e8a0d30fb558dd2dcb41dadd8b4acf97a77fe (diff) | |
download | Nim-a6ee0eb29990af101639d4fcca81c5681f2178ed.tar.gz |
sockets compile again with SSL support
Diffstat (limited to 'todo.txt')
-rwxr-xr-x | todo.txt | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/todo.txt b/todo.txt index 603c2d1ad..0ac006851 100755 --- a/todo.txt +++ b/todo.txt @@ -1,6 +1,8 @@ version 0.9.0 ============= +- change overloading resolution +- implicit ref/ptr->var conversion - deprecate ``var x, y = 0`` as it's confusing for tuple consistency - finish support for unsigned ints: - support more unsigned operations @@ -53,12 +55,9 @@ version 0.9.XX - make 'clamp' a magic for the range stuff - implement a warning message for shadowed 'result' variable - implement the high level optimizer -- change overloading resolution - we need to support iteration of 2 different data structures in parallel - implement proper coroutines -- implicit ref/ptr->var conversion; the compiler may store an object - implicitly on the heap for write barrier efficiency; better: - proc specialization in the code gen +- proc specialization in the code gen for write barrier specialization - tlastmod returns wrong results on BSD (Linux, MacOS X: works) - nested tuple unpacking; tuple unpacking in non-var-context - 'nimrod def': does not always work? |