summary refs log tree commit diff stats
path: root/todo.txt
diff options
context:
space:
mode:
authorAndreas Rumpf <rumpf_a@web.de>2017-10-28 15:28:59 +0200
committerAndreas Rumpf <rumpf_a@web.de>2017-10-28 15:28:59 +0200
commit7889692523c5738c901609024ebabf91b44fa719 (patch)
tree7807d618fd5714c3b7870c348d79efb2985bb8e7 /todo.txt
parentc6235920cbb4a10b03889926ed7d7e2b699ae465 (diff)
downloadNim-7889692523c5738c901609024ebabf91b44fa719.tar.gz
first implementation of package level types that allow forwarding across module boundaries
Diffstat (limited to 'todo.txt')
-rw-r--r--todo.txt1
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!