diff options
Diffstat (limited to 'todo.txt')
-rwxr-xr-x | todo.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/todo.txt b/todo.txt index 9b9755664..c77b8680f 100755 --- a/todo.txt +++ b/todo.txt @@ -11,6 +11,7 @@ New pragmas: - ``borrow`` needs to take type classes into account - make templates hygienic by default: try to gensym() everything in the 'block' of a template; find a better solution for gensym instead of `*ident` +- make use of ``tyIter`` to fix the implicit items/pairs issue - ``=`` should be overloadable; requires specialization for ``=`` - optimize genericAssign in the code generator - fix remaining closure bugs: |