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
> I will file it in bugzilla:
http://d.puremagic.com/issues/show_bug.cgi?id=5524
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