Re: LDC 1.3.0-beta2

2017-06-13 Thread kinke via Digitalmars-d-announce

On Tuesday, 13 June 2017 at 16:29:24 UTC, Luís Marques wrote:
I look forward to LDC using the current frontend: I had to 
revert my use of -dip1000 because LDC 1.3.0-beta2 complains 
about Phobos errors when used with that option.


2.074.1 integration is as good as complete; you may build 
https://github.com/ldc-developers/ldc/pull/2076 if you can't 
wait. ;)


Re: LDC 1.3.0-beta2

2017-06-13 Thread Luís Marques via Digitalmars-d-announce

On Monday, 12 June 2017 at 17:49:46 UTC, kinke wrote:
This release is based on the 2.073.2 frontend and standard 
library and supports LLVM 3.5-4.0.


Nice job.

I look forward to LDC using the current frontend: I had to revert 
my use of -dip1000 because LDC 1.3.0-beta2 complains about Phobos 
errors when used with that option.


Re: LDC 1.3.0-beta2

2017-06-13 Thread kinke via Digitalmars-d-announce

On Tuesday, 13 June 2017 at 09:27:42 UTC, Oleg B wrote:
You plain build armhf version, like for 1.1.0? Or will it never 
happen again?


It will happen again I assume, but we don't have the capacity at 
the moment.


Re: LDC 1.3.0-beta2

2017-06-13 Thread Oleg B via Digitalmars-d-announce

On Monday, 12 June 2017 at 17:49:46 UTC, kinke wrote:

Hi everyone,

LDC 1.3.0-beta2, 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.


It's been a while since beta1, so besides numerous fixes there 
are also new features.


Change log and downloads: 
https://github.com/ldc-developers/ldc/releases/tag/v1.3.0-beta2


Regards,
kinke


You plain build armhf version, like for 1.1.0? Or will it never 
happen again?


Re: LDC 1.3.0-beta2

2017-06-12 Thread Joseph Rushton Wakeling via Digitalmars-d-announce

On Monday, 12 June 2017 at 17:49:46 UTC, kinke wrote:
LDC 1.3.0-beta2, 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.


A snap package for this, using the LLVM 4.0.0 backend, is 
available in the 1.3/beta release channel.  New users can install 
this with:


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

while existing users can switch to it with

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


Re: LDC 1.3.0-beta2

2017-06-12 Thread Wulfklaue via Digitalmars-d-announce

On Monday, 12 June 2017 at 17:49:46 UTC, kinke wrote:

Hi everyone,

LDC 1.3.0-beta2, 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.


It's been a while since beta1, so besides numerous fixes there 
are also new features.


Change log and downloads: 
https://github.com/ldc-developers/ldc/releases/tag/v1.3.0-beta2


Regards,
kinke


Nice job. Its good to see LLVM support progressing.


LDC 1.3.0-beta2

2017-06-12 Thread kinke via Digitalmars-d-announce

Hi everyone,

LDC 1.3.0-beta2, 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.


It's been a while since beta1, so besides numerous fixes there 
are also new features.


Change log and downloads: 
https://github.com/ldc-developers/ldc/releases/tag/v1.3.0-beta2


Regards,
kinke