On Friday, 5 June 2015 at 15:03:27 UTC, Atila Neves wrote:
On Friday, 5 June 2015 at 09:22:14 UTC, Jacob Carlborg wrote:
BTW, why are some Linux specific files ignored?
No clue, I just went with the output of `make -f posix.mak`.
It's the kind of thing that'd be more explicit if the build
description were in D. It was one of my questions in the
original post ;)
Oh, I can answer that, std.c.* has been deprecated:
https://github.com/D-Programming-Language/phobos/pull/2337
It is unused in phobos, so it doesn't need to be built. It's
only around for users who might still be employing it, giving
them time to phase it out of their code.