Thread overview
Phobos and D runtime build are broken.
Dec 30, 2015
tsbockman
Dec 31, 2015
Ilya
Dec 31, 2015
tsbockman
December 30, 2015
All pull requests for Phobos and the D runtime are failing the auto tester now:

Exception - file 'lexer.h': lexer.h: No such file or directory
Exception - file 'parse.h': parse.h: No such file or directory
Error - file 'doc.d' contains trailing whitespace at line 2526
Exception - file 'gluestub.d': gluestub.d: No such file or directory

December 31, 2015
On Wednesday, 30 December 2015 at 23:54:22 UTC, tsbockman wrote:
> All pull requests for Phobos and the D runtime are failing the auto tester now:
>
> Exception - file 'lexer.h': lexer.h: No such file or directory
> Exception - file 'parse.h': parse.h: No such file or directory
> Error - file 'doc.d' contains trailing whitespace at line 2526
> Exception - file 'gluestub.d': gluestub.d: No such file or directory

https://github.com/D-Programming-Language/dmd/pull/5327/files
December 31, 2015
On Wednesday, 30 December 2015 at 23:54:22 UTC, tsbockman wrote:
> All pull requests for Phobos and the D runtime are failing the auto tester now:

It's fixed now.