summary refs log tree commit diff stats
path: root/todo.txt
diff options
context:
space:
mode:
authorAraq <rumpf_a@web.de>2012-06-22 17:28:45 +0200
committerAraq <rumpf_a@web.de>2012-06-22 17:28:45 +0200
commit09499b3822b30bd1b88addcb78344d458586001f (patch)
treed1f5f7667329de051f92c0cbcdf3153be58e2cc0 /todo.txt
parenta6e0679aebd30eb99989a35082b6ac4912334776 (diff)
downloadNim-09499b3822b30bd1b88addcb78344d458586001f.tar.gz
documented 'immediate' templates
Diffstat (limited to 'todo.txt')
-rwxr-xr-xtodo.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/todo.txt b/todo.txt
index 6a0845bcd..3fc3a6484 100755
--- a/todo.txt
+++ b/todo.txt
@@ -10,6 +10,7 @@ New pragmas:
 - ``hoist`` pragma for loop hoisting
 - implement ``byCopy`` pragma
 
+- ``borrow`` needs to take type classes into account
 - complete and document optional indentation for 'case' statement
 - make templates hygienic by default: try to gensym() everything in the 'block'
   of a template; find a better solution for gensym instead of `*ident`