Thread overview
Does not work on fresh dmd: make -j16 -f posix.mak AUTO_BOOTSTRAP=1
Aug 12, 2016
Seb
August 12, 2016
Anyone knows about this? I'm investigating it, any help would be appreciated. Thanks! -- Andrei
August 12, 2016
On Friday, 12 August 2016 at 18:02:30 UTC, Andrei Alexandrescu wrote:
> Anyone knows about this? I'm investigating it, any help would be appreciated. Thanks! -- Andrei

Yep, it's known. You need to move the comment of the version a line above:

https://github.com/dlang/dmd/pull/6022#issuecomment-238328228

Idk why it hasn't been fixed yet, but this PR should do? (I don't use a Mac)

https://github.com/dlang/dmd/pull/6051
August 12, 2016
On 08/12/2016 02:13 PM, Seb wrote:
> On Friday, 12 August 2016 at 18:02:30 UTC, Andrei Alexandrescu wrote:
>> Anyone knows about this? I'm investigating it, any help would be
>> appreciated. Thanks! -- Andrei
>
> Yep, it's known. You need to move the comment of the version a line above:
>
> https://github.com/dlang/dmd/pull/6022#issuecomment-238328228
>
> Idk why it hasn't been fixed yet, but this PR should do? (I don't use a
> Mac)
>
> https://github.com/dlang/dmd/pull/6051

https://github.com/dlang/dmd/pull/6052 also fixes a typo, could you please pull it and close the other :o). -- Andrei