[Issue 7912] Cannot read compile time variable at compile time

2012-04-23 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=7912 Don changed: What|Removed |Added Status|NEW |RESOLVED CC|

[Issue 7912] Cannot read compile time variable at compile time

2012-04-21 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=7912 SomeDude changed: What|Removed |Added CC||lovelyd...@mailmetrash.com --- Comment #3 f

[Issue 7912] Cannot read compile time variable at compile time

2012-04-14 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=7912 --- Comment #2 from Matt Peterson 2012-04-14 21:09:04 PDT --- Jan: If you want tst to be compile time, use enum instead of const, and just do "enum uint tst = 0;" or even "enum tst = 0;". The module constructor (static this() {...}) is called

[Issue 7912] Cannot read compile time variable at compile time

2012-04-14 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=7912 Matt Peterson changed: What|Removed |Added CC||revcompg...@gmail.com --- Comment #1 f