diff options
author | Andreas Rumpf <rumpf_a@web.de> | 2016-01-16 13:09:28 +0100 |
---|---|---|
committer | Andreas Rumpf <rumpf_a@web.de> | 2016-01-16 13:09:28 +0100 |
commit | 480f36983a6888ae542557acdf630dc1e41ff771 (patch) | |
tree | 432b5f9edfe663d5602b42181206416128e811d1 /todo.txt | |
parent | 34a783a61c0b59327891b4a026b80b75acbf022f (diff) | |
download | Nim-480f36983a6888ae542557acdf630dc1e41ff771.tar.gz |
todo update
Diffstat (limited to 'todo.txt')
-rw-r--r-- | todo.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/todo.txt b/todo.txt index afc3776a6..ae11e0fb2 100644 --- a/todo.txt +++ b/todo.txt @@ -4,6 +4,7 @@ essential for 1.0 - introduce newSeqOfCap(10) - The remaining bugs of the lambda lifting pass that is responsible to enable closures and closure iterators need to be fixed. +- find a solution for the x.f[T](y) gotcha - ``concept`` needs to be refined, a nice name for the feature is not enough. - Destructors need to be refined. - make '--implicitStatic:on' the default; then we can also clean up the |