diff options
author | Andreas Rumpf <rumpf_a@web.de> | 2017-10-16 16:46:03 +0200 |
---|---|---|
committer | Andreas Rumpf <rumpf_a@web.de> | 2017-10-16 16:47:10 +0200 |
commit | 309838c6edc67b17e6366a0681db2875997ccd0d (patch) | |
tree | 9a1d517b7c91538c5140a059aa14319cc0cd2397 | |
parent | 955b48cf15ce41f8c47010db0064da8668ed02c0 (diff) | |
download | Nim-309838c6edc67b17e6366a0681db2875997ccd0d.tar.gz |
todo.txt updates
-rw-r--r-- | todo.txt | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/todo.txt b/todo.txt index 87cb2b509..941016a02 100644 --- a/todo.txt +++ b/todo.txt @@ -13,12 +13,9 @@ version 1.0 battle plan 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 - implement ``.delegate`` for .experimental - annotation support for getType() -- ``concept`` needs to be refined, a nice name for the feature is not enough. - make '--implicitStatic:on' the default; then we can also clean up the 'static[T]' mess in the compiler! - ``not`` or ``~`` for the effects system |