On Oct 17, 2013 6:20 PM, "David Nadlinger" <c...@klickverbot.at> wrote: > > On Thursday, 17 October 2013 at 09:10:43 UTC, Johannes Pfau wrote: >> >> DMD seems to ship .d include files for druntime now, they're no longer >> shipping the .di files. The archlinux packages even do this for gdc. >> Some stuff now depends on this, as having the source code available >> allows more stuff to work in ctfe. > > > And so does LDC. Actually, I'd be somewhat surprised if the Phobos test suite still passed without core.time being CTFEable. >
I'll have to re-check this. At the last time I looked, the interface file generation part of the front end did not omit the bodies of functions defined in modules. I may perhaps be getting confused with version statements though. ;) Regards -- Iain Buclaw *(p < e ? p++ : p) = (c & 0x0f) + '0';