diff options
author | Araq <rumpf_a@web.de> | 2012-06-03 10:10:38 +0200 |
---|---|---|
committer | Araq <rumpf_a@web.de> | 2012-06-03 10:10:38 +0200 |
commit | 5f527769eed6aafec5fe2f59ec0af31d198cb5f2 (patch) | |
tree | 667def4c9a3dd6cf92ed025777447e74471e5448 /todo.txt | |
parent | 232ab71f208e341da327e54afa8a6d287141836b (diff) | |
download | Nim-5f527769eed6aafec5fe2f59ec0af31d198cb5f2.tar.gz |
first steps to working closures
Diffstat (limited to 'todo.txt')
-rwxr-xr-x | todo.txt | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/todo.txt b/todo.txt index 6bdfefc0d..62e4d85ae 100755 --- a/todo.txt +++ b/todo.txt @@ -1,7 +1,6 @@ version 0.9.0 ============= -- implement 'gorge' - implement a warning message for shadowed 'result' variable - make templates hygienic by default: try to gensym() everything in the 'block' of a template @@ -39,6 +38,8 @@ version 0.9.0 Bugs ---- +- result.tzname = if local: getTzname()[if result.isDST: 0 else: 1] else: "UTC" + Crashes the compiler. - bug: stress testing basic method example (eval example) without ``-d:release`` leaks memory? - bug: pragma statements in combination with symbol files are evaluated twice |