summary refs log tree commit diff stats
path: root/todo.txt
diff options
context:
space:
mode:
authorAraq <rumpf_a@web.de>2012-07-10 00:16:04 +0200
committerAraq <rumpf_a@web.de>2012-07-10 00:16:04 +0200
commita6ee0eb29990af101639d4fcca81c5681f2178ed (patch)
tree5e0b753498189dafaecd6a0c39bf570dbe11c8c9 /todo.txt
parent428e8a0d30fb558dd2dcb41dadd8b4acf97a77fe (diff)
downloadNim-a6ee0eb29990af101639d4fcca81c5681f2178ed.tar.gz
sockets compile again with SSL support
Diffstat (limited to 'todo.txt')
-rwxr-xr-xtodo.txt7
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?