June 06, 2016
NB: update of Arch package is delayed because of https://github.com/ldc-developers/ldc/issues/1544
June 06, 2016
On Monday, 6 June 2016 at 10:45:39 UTC, Guillaume Piolat wrote:
>
> Hi,
>
> Here is what I've learned:
>
> [snip]

Add to LDC Readme?
June 07, 2016
On Monday, 6 June 2016 at 07:00:56 UTC, Kai Nacke wrote:
> Hi everyone,
>
> It is a great pleasure to announce that version 1.0.0 of LDC, the LLVM-based D compiler, is now available for download!
>
> The release is based on the 2.070.2 frontend and standard library and supports LLVM 3.5-3.8. We provide binaries for Linux, OX X, Win32 & Win64, Linux/ARM (armv7hf). :-)
>
> As usual, you can find links to the changelog and the binary packages over at digitalmars.D.ldc:
> http://forum.dlang.org/post/lwsnqbravjqbnnryvjkx@forum.dlang.org
>
> Regards,
> Kai

What made you say it is 1.0.0 ? In what way is this is a major milestone ?
June 07, 2016
On Monday, 6 June 2016 at 07:00:56 UTC, Kai Nacke wrote:
> Hi everyone,
>
> It is a great pleasure to announce that version 1.0.0 of LDC, the LLVM-based D compiler, is now available for download!
>
> The release is based on the 2.070.2 frontend and standard library and supports LLVM 3.5-3.8. We provide binaries for Linux, OX X, Win32 & Win64, Linux/ARM (armv7hf). :-)
>
> As usual, you can find links to the changelog and the binary packages over at digitalmars.D.ldc:
> http://forum.dlang.org/post/lwsnqbravjqbnnryvjkx@forum.dlang.org
>
> Regards,
> Kai

Congratulations! I'm glad that LDC's reached the fabled 1.0.0 milestone; I'm looking forward to taking it for a spin.
June 07, 2016
On Tuesday, 7 June 2016 at 01:30:53 UTC, deadalnix wrote:
> On Monday, 6 June 2016 at 07:00:56 UTC, Kai Nacke wrote:
>> Hi everyone,
>>
>> It is a great pleasure to announce that version 1.0.0 of LDC, the LLVM-based D compiler, is now available for download!
>>
>> The release is based on the 2.070.2 frontend and standard library and supports LLVM 3.5-3.8. We provide binaries for Linux, OX X, Win32 & Win64, Linux/ARM (armv7hf). :-)
>>
>> As usual, you can find links to the changelog and the binary packages over at digitalmars.D.ldc:
>> http://forum.dlang.org/post/lwsnqbravjqbnnryvjkx@forum.dlang.org
>>
>> Regards,
>> Kai
>
> What made you say it is 1.0.0 ? In what way is this is a major milestone ?

From the forum link he gave, "It is done - the 1.0.0 release of LDC is available!
There is nothing special about this release - as usual, the LDC team tried to make this the best LDC release ever!"
June 07, 2016
On Monday, 6 June 2016 at 13:58:55 UTC, Martin Nowak wrote:
> On Monday, 6 June 2016 at 07:00:56 UTC, Kai Nacke wrote:
>> Hi everyone,
>>
>> It is a great pleasure to announce that version 1.0.0 of LDC, the LLVM-based D compiler, is now available for download!
>
> Congratulations!
> And please update https://ldc-developers.github.io/LATEST.

It's done. Thanks for the reminder.

Regards,
Kai
June 07, 2016
On Tuesday, 7 June 2016 at 01:30:53 UTC, deadalnix wrote:
> On Monday, 6 June 2016 at 07:00:56 UTC, Kai Nacke wrote:
>> Hi everyone,
>>
>> It is a great pleasure to announce that version 1.0.0 of LDC, the LLVM-based D compiler, is now available for download!
>>
>> The release is based on the 2.070.2 frontend and standard library and supports LLVM 3.5-3.8. We provide binaries for Linux, OX X, Win32 & Win64, Linux/ARM (armv7hf). :-)
>>
>> As usual, you can find links to the changelog and the binary packages over at digitalmars.D.ldc:
>> http://forum.dlang.org/post/lwsnqbravjqbnnryvjkx@forum.dlang.org
>>
>> Regards,
>> Kai
>
> What made you say it is 1.0.0 ? In what way is this is a major milestone ?

LDC is really stable for quite some time. I felt that the 0.xx version scheme was no longer appropriate. E.g. many companies still consider a 0.xx version as not production ready. I raised the topic on the newsgroup. Outcome of the discussion was that the first version based on the frontend written in D should be version 1.0. (This is a major milestone.)

In this sense there is nothing special about this version. We tried to make it the best LDC version ever - but we have this goal for every LDC release.

Regards,
Kai
June 07, 2016
On Tue, 2016-06-07 at 01:30 +0000, deadalnix via Digitalmars-d-announce wrote:
> On Monday, 6 June 2016 at 07:00:56 UTC, Kai Nacke wrote:
> > Hi everyone,
> > 
> > It is a great pleasure to announce that version 1.0.0 of LDC, the LLVM-based D compiler, is now available for download!
> > 
> > The release is based on the 2.070.2 frontend and standard library and supports LLVM 3.5-3.8. We provide binaries for Linux, OX X, Win32 & Win64, Linux/ARM (armv7hf). :-)
> > 
> > As usual, you can find links to the changelog and the binary packages over at digitalmars.D.ldc: http://forum.dlang.org/post/lwsnqbravjqbnnryvjkx@forum.dlang.org
> > 
> > Regards,
> > Kai
> 
> What made you say it is 1.0.0 ? In what way is this is a major milestone ?

Because they wanted to. It is major exactly because they have said it is no longer 0.x.y but 1.x.y. Using the usual (albeit fatuous) manager thing that 0.x.y is not ready for production but 1.x.y is: LDC has been production ready for ages, the team have now said that this is so.

-- 
Russel. ============================================================================= Dr Russel Winder      t: +44 20 7585 2200   voip: sip:russel.winder@ekiga.net 41 Buckmaster Road    m: +44 7770 465 077   xmpp: russel@winder.org.uk London SW11 1EN, UK   w: www.russel.org.uk  skype: russel_winder

June 07, 2016
On 2016-06-06 13:25, FreeSlave wrote:

> Cool! Just checked on osx, Objective-C support works and it's free from
> dmd bugs that prevent my project to work with Cocoa.

Have these bugs been reported?

-- 
/Jacob Carlborg
June 07, 2016
On Tuesday, 7 June 2016 at 08:09:53 UTC, Jacob Carlborg wrote:
> On 2016-06-06 13:25, FreeSlave wrote:
>
>> Cool! Just checked on osx, Objective-C support works and it's free from
>> dmd bugs that prevent my project to work with Cocoa.
>
> Have these bugs been reported?

Yes. Look at https://issues.dlang.org/show_bug.cgi?id=16096

I don't have such problem with ldc 1.0.0.