diff options
author | Andreas Rumpf <rumpf_a@web.de> | 2016-07-18 11:36:19 +0200 |
---|---|---|
committer | Andreas Rumpf <rumpf_a@web.de> | 2016-07-18 11:36:19 +0200 |
commit | 55db59a897b0c61303b65c7af4d8ef9b110861ef (patch) | |
tree | f46158afb7cd3e3d111bfaf1e2a98e7ebbafe86b | |
parent | c3315bc7637bcaa766acf6b5c58188fce568d9ca (diff) | |
download | Nim-55db59a897b0c61303b65c7af4d8ef9b110861ef.tar.gz |
todo.txt update
-rw-r--r-- | todo.txt | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/todo.txt b/todo.txt index 38f8ac298..cede141ee 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. |