On Mon, 19 Jan 2015 16:49:34 -0500 Steven Schveighoffer via Digitalmars-d-learn <digitalmars-d-learn@puremagic.com> wrote:
> I figured it out, poll.d is missing from here: > > https://github.com/D-Programming-Language/druntime/blob/master/mak/SRCS > > So it's for some reason not purposely included. > > I think there's an expectation (I'm probably guilty of this too) that if > you include a file somewhere in druntime's core subdirectory, it gets > compiled in. > > There are actually quite a few files not included... not sure why. i believe that they are just accidentally left out. besides, if some file defines only extern functions and constants, it can be safely ommited. yet including it will not hurt too (and will add some sanity checks on build time -- like ensuring that it is syntactically correct). so i believe that this is an accidental omission that worth a PR.
signature.asc
Description: PGP signature