diff options
author | Andreas Rumpf <rumpf_a@web.de> | 2016-01-16 13:14:47 +0100 |
---|---|---|
committer | Andreas Rumpf <rumpf_a@web.de> | 2016-01-16 13:14:47 +0100 |
commit | 00651d4afc4b384a81b893d94c27af22b812f577 (patch) | |
tree | 10d05e8cff52a29489c2ea170bb6f36cce6b0f15 /todo.txt | |
parent | 82a00c364f724e8f4489cda8a4b8e1df4b4c15d5 (diff) | |
parent | 480f36983a6888ae542557acdf630dc1e41ff771 (diff) | |
download | Nim-00651d4afc4b384a81b893d94c27af22b812f577.tar.gz |
Merge branch 'crazy_concurrency' into no-echo-gotcha
Diffstat (limited to 'todo.txt')
-rw-r--r-- | todo.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/todo.txt b/todo.txt index eca11ee07..ac2041f66 100644 --- a/todo.txt +++ b/todo.txt @@ -5,7 +5,7 @@ essential for 1.0 - annotation support for getType() - overloading of `()` needs to be in .experimental - do notation needs to be documented properly - +- 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 |