Re: LDC 1.3.0-beta1 has been released!

2017-05-05 Thread 9il via Digitalmars-d-announce

On Friday, 5 May 2017 at 12:44:25 UTC, John Colvin wrote:

On Friday, 5 May 2017 at 10:16:41 UTC, Kai Nacke wrote:

Hi everyone,

LDC 1.3.0-beta1, the LLVM-based D compiler, is available for 
download!
This release is based on the 2.073.2 frontend and standard 
library and supports LLVM 3.5-4.0.


We provide binaries for Linux, OX X, FreeBSD, Win32 & Win64, 
now bundled with DUB. :-)


It is the first release ever made at DConf. Feedback is highly 
welcome - just talk to me!


As usual, you can find links to the changelog and the binary 
packages over at digitalmars.D.ldc:

http://forum.dlang.org/post/hzdleysafdckzgarp...@forum.dlang.org

Regards,
Kai


available on homebrew: `brew install ldc --devel`


Thanks!


Re: LDC 1.3.0-beta1 has been released!

2017-05-05 Thread John Colvin via Digitalmars-d-announce

On Friday, 5 May 2017 at 10:16:41 UTC, Kai Nacke wrote:

Hi everyone,

LDC 1.3.0-beta1, the LLVM-based D compiler, is available for 
download!
This release is based on the 2.073.2 frontend and standard 
library and supports LLVM 3.5-4.0.


We provide binaries for Linux, OX X, FreeBSD, Win32 & Win64, 
now bundled with DUB. :-)


It is the first release ever made at DConf. Feedback is highly 
welcome - just talk to me!


As usual, you can find links to the changelog and the binary 
packages over at digitalmars.D.ldc:

http://forum.dlang.org/post/hzdleysafdckzgarp...@forum.dlang.org

Regards,
Kai


available on homebrew: `brew install ldc --devel`


Re: LDC 1.3.0-beta1 has been released!

2017-05-05 Thread Joseph Rushton Wakeling via Digitalmars-d-announce

On Friday, 5 May 2017 at 10:16:41 UTC, Kai Nacke wrote:
As usual, you can find links to the changelog and the binary 
packages over at digitalmars.D.ldc:

http://forum.dlang.org/post/hzdleysafdckzgarp...@forum.dlang.org


In addition, the snap package can be installed on Linux distros 
that support it  using:


sudo snap install --classic --channel=1.3/beta ldc2

or, if you already have a version installed:

sudo snap refresh --channel=1.3/beta ldc2

:-)