Thread overview
LDC 0.11.0 Beta 2
Jun 03, 2013
David Nadlinger
Jun 03, 2013
Benjamin Thaut
Jun 03, 2013
David Nadlinger
June 03, 2013
Straight off the printing press … erm, packaging scripts:

http://d32gngvpvl2pi1.cloudfront.net/ldc2-0.11.0-beta2-linux-x86.tar.gz
http://d32gngvpvl2pi1.cloudfront.net/ldc2-0.11.0-beta2-linux-x86.tar.xz
http://d32gngvpvl2pi1.cloudfront.net/ldc2-0.11.0-beta2-linux-x86_64.tar.gz
http://d32gngvpvl2pi1.cloudfront.net/ldc2-0.11.0-beta2-linux-x86_64.tar.xz
http://d32gngvpvl2pi1.cloudfront.net/ldc2-0.11.0-beta2-mingw-x86.7z
http://d32gngvpvl2pi1.cloudfront.net/ldc2-0.11.0-beta2-osx-x86_64.tar.gz
http://d32gngvpvl2pi1.cloudfront.net/ldc2-0.11.0-beta2-osx-x86_64.tar.xz
http://d32gngvpvl2pi1.cloudfront.net/ldc-0.11.0-beta2-src.tar.gz

MD5 checksums:

a3f1aa1fb47a5323f93dc3fc9b8d3822  ldc2-0.11.0-beta2-linux-x86.tar.gz
ad5853228b8debe38f0aa60179511c97  ldc2-0.11.0-beta2-linux-x86.tar.xz
998dc8f57357f2257a898b02a80b5f95  ldc2-0.11.0-beta2-linux-x86_64.tar.gz
a47148e85f2e855a631d551ceb70b51a  ldc2-0.11.0-beta2-linux-x86_64.tar.xz
98d8c177f70c8a7752760d3438fa7da7  ldc2-0.11.0-beta2-mingw-x86.7z
b8a91c3d44041545718af528466a89e0  ldc2-0.11.0-beta2-osx-x86_64.tar.gz
c4bb44182743c105081ab73de8ee6313  ldc2-0.11.0-beta2-osx-x86_64.tar.xz
755099606dc3c38a9efa85301fe82e77  ldc-0.11.0-beta2-src.tar.gz

A proper announcement will follow tomorrow, it's much too late here already. In the meantime, see the previous beta thread for discussion (http://forum.dlang.org/post/mailman.375.1369862174.13711.digitalmars-d-ldc@puremagic.com).

 — David
June 03, 2013
Am 03/06/2013 03:28, schrieb David Nadlinger:
> Straight off the printing press … erm, packaging scripts:
>
> http://d32gngvpvl2pi1.cloudfront.net/ldc2-0.11.0-beta2-linux-x86.tar.gz
> http://d32gngvpvl2pi1.cloudfront.net/ldc2-0.11.0-beta2-linux-x86.tar.xz
> http://d32gngvpvl2pi1.cloudfront.net/ldc2-0.11.0-beta2-linux-x86_64.tar.gz
> http://d32gngvpvl2pi1.cloudfront.net/ldc2-0.11.0-beta2-linux-x86_64.tar.xz
> http://d32gngvpvl2pi1.cloudfront.net/ldc2-0.11.0-beta2-mingw-x86.7z
> http://d32gngvpvl2pi1.cloudfront.net/ldc2-0.11.0-beta2-osx-x86_64.tar.gz
> http://d32gngvpvl2pi1.cloudfront.net/ldc2-0.11.0-beta2-osx-x86_64.tar.xz
> http://d32gngvpvl2pi1.cloudfront.net/ldc-0.11.0-beta2-src.tar.gz
>
> MD5 checksums:
>
> a3f1aa1fb47a5323f93dc3fc9b8d3822 ldc2-0.11.0-beta2-linux-x86.tar.gz
> ad5853228b8debe38f0aa60179511c97 ldc2-0.11.0-beta2-linux-x86.tar.xz
> 998dc8f57357f2257a898b02a80b5f95 ldc2-0.11.0-beta2-linux-x86_64.tar.gz
> a47148e85f2e855a631d551ceb70b51a ldc2-0.11.0-beta2-linux-x86_64.tar.xz
> 98d8c177f70c8a7752760d3438fa7da7  ldc2-0.11.0-beta2-mingw-x86.7z
> b8a91c3d44041545718af528466a89e0 ldc2-0.11.0-beta2-osx-x86_64.tar.gz
> c4bb44182743c105081ab73de8ee6313 ldc2-0.11.0-beta2-osx-x86_64.tar.xz
> 755099606dc3c38a9efa85301fe82e77  ldc-0.11.0-beta2-src.tar.gz
>
> A proper announcement will follow tomorrow, it's much too late here
> already. In the meantime, see the previous beta thread for discussion
> (http://forum.dlang.org/post/mailman.375.1369862174.13711.digitalmars-d-ldc@puremagic.com).
>
>
>   — David

Is the windows version build against msvc especially unstable or why are you not distributing any binaries for that?

Kind Regards
Benjamin Thaut
June 03, 2013
On Monday, 3 June 2013 at 11:40:35 UTC, Benjamin Thaut wrote:
> Is the windows version build against msvc especially unstable or why are you not distributing any binaries for that?

You mean on Win64? Yes, even though Kai almost competely implemented EH in LLVM, there is still quite a bit of porting work left to be done. The Win32/MinGW version, on the other hand, almost completely passes the test suite, and will be part of this release as a "preview" or "alpha" version.

Win32/MSVC is entirely unsupported, as LLVM doesn't provide SEH.

David