August 05, 2016
On Friday, 5 August 2016 at 11:18:22 UTC, ketmar wrote:
> On Friday, 5 August 2016 at 09:36:54 UTC, Temtaime wrote:
>> Definitely wasting. Have Rust and Go multiple compilers ?
>
> my K00l Ultimate Language has no compiler at all. so *ANY* compiler is "wasting". thanks for your perfect logic, this was what i missed in my arguments against writing compilers.

Yes but without this detail it would not work as expected.
August 05, 2016
On Thursday, 4 August 2016 at 00:27:03 UTC, Joakim wrote:
> Great to see ldc catching up with dmd. :)

The thanks goes to the whole team! Without you this would not be possible...

August 08, 2016
On Wednesday, 3 August 2016 at 20:12:59 UTC, Kai Nacke wrote:
> Hi everyone,
>
> LDC 1.1.0-beta2, the LLVM-based D compiler, is available for download!
> This BETA release is based on the 2.071.1 frontend and standard library and supports LLVM 3.5-3.9.
>
> We provide binaries for Linux, OX X, FreeBSD, Win32 & Win64, Linux/ARM (armv7hf), now bundled with DUB. :-)
>
> As usual, you can find links to the changelog and the binary packages over at digitalmars.D.ldc:
> http://forum.dlang.org/post/nskepdckljprrxsjbjyh@forum.dlang.org
>
> Regards,
> Kai

Is this beta available on Travis, or will it be?
On [1] the last reported version is 1.1.0-alpha1.

Thank you very much for your work.

[1] http://semitwist.com/travis-d-compilers
August 08, 2016
On Monday, 8 August 2016 at 16:01:29 UTC, Lodovico Giaretta wrote:
> Is this beta available on Travis, or will it be?

The beta is available from https://dlang.org/install.sh as "ldc-1.1.0-beta2", so it should also be accessible on Travis.

> On [1] the last reported version is 1.1.0-alpha1.

This might be due to LDC's LATEST file having been accidentally set to alpha 1 before the actual release – IIRC, that page just periodically scrapes the output of building with "ldc" on Travis. (Users wouldn't usually expect "ldc" to give them an alpha-quality compiler, although it seems we were lucky and the alpha was already stable enough for nobody to really notice.)

 — David


August 08, 2016
On Monday, 8 August 2016 at 16:14:44 UTC, David Nadlinger wrote:
> On Monday, 8 August 2016 at 16:01:29 UTC, Lodovico Giaretta wrote:
>> Is this beta available on Travis, or will it be?
>
> The beta is available from https://dlang.org/install.sh as "ldc-1.1.0-beta2", so it should also be accessible on Travis.
>
>> On [1] the last reported version is 1.1.0-alpha1.
>
> This might be due to LDC's LATEST file having been accidentally set to alpha 1 before the actual release – IIRC, that page just periodically scrapes the output of building with "ldc" on Travis. (Users wouldn't usually expect "ldc" to give them an alpha-quality compiler, although it seems we were lucky and the alpha was already stable enough for nobody to really notice.)
>
>  — David

Thank you very much. I will try it as soon as possible.
1 2
Next ›   Last »