diff options
author | Andreas Rumpf <rumpf_a@web.de> | 2017-10-28 15:28:59 +0200 |
---|---|---|
committer | Andreas Rumpf <rumpf_a@web.de> | 2017-10-28 15:28:59 +0200 |
commit | 7889692523c5738c901609024ebabf91b44fa719 (patch) | |
tree | 7807d618fd5714c3b7870c348d79efb2985bb8e7 /todo.txt | |
parent | c6235920cbb4a10b03889926ed7d7e2b699ae465 (diff) | |
download | Nim-7889692523c5738c901609024ebabf91b44fa719.tar.gz |
first implementation of package level types that allow forwarding across module boundaries
Diffstat (limited to 'todo.txt')
-rw-r--r-- | todo.txt | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/todo.txt b/todo.txt index 7c35b851d..b0ea449f4 100644 --- a/todo.txt +++ b/todo.txt @@ -23,7 +23,6 @@ Not critical for 1.0 - make '--implicitStatic:on' the default; then we can also clean up the 'static[T]' mess in the compiler! - ``not`` or ``~`` for the effects system -- document and stress test ``.partial`` object declarations - figure out why C++ bootstrapping is so much slower - The bitwise 'not' operator cold be renamed to 'bnot' to prevent 'not 4 == 5' from compiling. -> requires 'mixin' annotation for procs! |