Re: Can't evaluate enum at compile time

2011-02-04 Thread Andrej Mitrovic
On 2/4/11, bearophile wrote: > Most of Phobos is written in D, and D distributions contain full source > code, so in similar cases you just need to take a look at the sources of > Phobos and do some experiments to locate the problem. Yeah. I was in the middle of something so I was too lazy to go

Re: Can't evaluate enum at compile time

2011-02-04 Thread bearophile
> I will file it in bugzilla: http://d.puremagic.com/issues/show_bug.cgi?id=5524

Re: Can't evaluate enum at compile time

2011-02-04 Thread bearophile
Andrej Mitrovic: > std.path is supposed to work on strings, it doesn't touch std.file at all. > Why can't it run at compile time? Most of Phobos is written in D, and D distributions contain full source code, so in similar cases you just need to take a look at the sources of Phobos and do some