summary refs log tree commit diff stats
path: root/todo.txt
diff options
context:
space:
mode:
authorAraq <rumpf_a@web.de>2012-06-03 10:10:38 +0200
committerAraq <rumpf_a@web.de>2012-06-03 10:10:38 +0200
commit5f527769eed6aafec5fe2f59ec0af31d198cb5f2 (patch)
tree667def4c9a3dd6cf92ed025777447e74471e5448 /todo.txt
parent232ab71f208e341da327e54afa8a6d287141836b (diff)
downloadNim-5f527769eed6aafec5fe2f59ec0af31d198cb5f2.tar.gz
first steps to working closures
Diffstat (limited to 'todo.txt')
-rwxr-xr-xtodo.txt3
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