diff options
author | Araq <rumpf_a@web.de> | 2013-03-25 01:44:52 +0100 |
---|---|---|
committer | Araq <rumpf_a@web.de> | 2013-03-25 01:44:52 +0100 |
commit | 3051c52f517be70b4efb8d5823a3f4cb5cb7cd5e (patch) | |
tree | 9de025b3233866922587e49293ef10cf1d49c524 /todo.txt | |
parent | 0eae08af7e65c8863e22236ddbf269516808767e (diff) | |
download | Nim-3051c52f517be70b4efb8d5823a3f4cb5cb7cd5e.tar.gz |
fixes a long-standing bug about procvar checking
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 de9210314..af126381b 100644 --- a/todo.txt +++ b/todo.txt @@ -13,6 +13,7 @@ version 0.9.2 - acyclic vs prunable; introduce GC hints - CGEN: ``restrict`` pragma + backend support; computed goto support - document NimMain and check whether it works for threading +- a project wide override option for 'dynlib' Bugs |