diff options
author | Andreas Rumpf <rumpf_a@web.de> | 2016-06-01 01:59:06 +0200 |
---|---|---|
committer | Andreas Rumpf <rumpf_a@web.de> | 2016-06-01 11:01:03 +0200 |
commit | 041054e0389a10caa9614ed003739cdfece3941d (patch) | |
tree | 0472fe02e9fbfe8127f5d9169769e90cffa53a44 /todo.txt | |
parent | 660cd7ed701c3af5f8b247ee5545d278f6b931da (diff) | |
download | Nim-041054e0389a10caa9614ed003739cdfece3941d.tar.gz |
fixes #4207
Diffstat (limited to 'todo.txt')
-rw-r--r-- | todo.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/todo.txt b/todo.txt index f14b169cf..542f096fb 100644 --- a/todo.txt +++ b/todo.txt @@ -2,6 +2,7 @@ nim c --gc:v2 -r -d:useSysAssert -d:useGcAssert -d:smokeCycles -d:useRealtimeGc tests/gc/gctest - document ``this`` pragma +- https://github.com/nim-lang/Nim/issues/3898 essential for 1.0 ================= |