From 55db59a897b0c61303b65c7af4d8ef9b110861ef Mon Sep 17 00:00:00 2001 From: Andreas Rumpf Date: Mon, 18 Jul 2016 11:36:19 +0200 Subject: [PATCH] todo.txt update --- todo.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/todo.txt b/todo.txt index 38f8ac2983..cede141ee5 100644 --- a/todo.txt +++ b/todo.txt @@ -3,7 +3,6 @@ version 1.0 battle plan - overloading of `()` and ``.`` needs to be in .experimental - implement ``.delegate`` for .experimental -- find a solution for the x.f[T](y) gotcha - Deprecate ``immediate`` for templates and macros - fix generic multi-methods - fix "high priority" bugs @@ -15,6 +14,8 @@ Not critical for 1.0 - get GC:v2 stable: nim c --gc:v2 -r -d:useSysAssert -d:useGcAssert -d:smokeCycles -d:useRealtimeGc tests/gc/gctest +- find a solution for the x.f[T](y) gotcha + - Destructors need to be refined. - annotation support for getType() - ``concept`` needs to be refined, a nice name for the feature is not enough.