Thread overview
Beta 2.078.1
Jan 16, 2018
Martin Nowak
Jan 16, 2018
Martin Nowak
Jan 16, 2018
Andre Pany
Jan 16, 2018
Martin Nowak
January 16, 2018
First beta for the 2.078.1 patch release.

Lots of useful fixes, most prominently dub now timeouts and uses one of the mirrors when code.dlang.org has connection issues.

http://dlang.org/download.html#dmd_beta http://dlang.org/changelog/2.078.1.html

Please report any bugs at https://issues.dlang.org

- -Martin

January 16, 2018
On 01/16/2018 06:59 AM, Martin Nowak wrote:
> Lots of useful fixes, most prominently dub now timeouts and uses one of the mirrors when code.dlang.org has connection issues.

https://github.com/dlang/dub/pull/1338
January 16, 2018
On Tuesday, 16 January 2018 at 05:59:16 UTC, Martin Nowak wrote:
> First beta for the 2.078.1 patch release.
>
> Lots of useful fixes, most prominently dub now timeouts and uses one of the mirrors when code.dlang.org has connection issues.
>
> http://dlang.org/download.html#dmd_beta http://dlang.org/changelog/2.078.1.html
>
> Please report any bugs at https://issues.dlang.org
>
> - -Martin

Visual Studio 2017 is now working great with dmd (zip/7z).
Thanks a lot!

Kind regards
André
January 16, 2018
On Tuesday, 16 January 2018 at 11:03:30 UTC, Andre Pany wrote:
>> Please report any bugs at https://issues.dlang.org
>>
>> - -Martin
>
> Visual Studio 2017 is now working great with dmd (zip/7z).

Thanks to Rainer for his continuous efforts.
We have alternative lld+mingw toolchain in the works that would allow to use 32 and 64 bit COFF with VC's libc, without requiring Visual Studio.