Jump to page: 1 2
Thread overview
Beta 2.077.0
Oct 16, 2017
Martin Nowak
Oct 16, 2017
kinke
Oct 18, 2017
Martin Nowak
Oct 18, 2017
Walter Bright
Oct 21, 2017
Martin Nowak
Oct 28, 2017
Mengu
Release Candidate [was: Re: Beta 2.077.0]
Oct 28, 2017
Martin Nowak
Oct 30, 2017
Basile B.
Nov 02, 2017
Basile B.
Nov 02, 2017
Basile B.
Nov 23, 2017
Martin Nowak
Oct 29, 2017
Guillaume Piolat
October 16, 2017
First beta for the 2.077.0 release.

This release comes with a new, more compact mangling, templated vector operations, reproducible dmd builds, and various fixes.

http://dlang.org/download.html#dmd_beta http://dlang.org/changelog/2.077.0.html

We also switched dlang to use `-beta.1`, `-rc.1` suffixes for pre-releases, matching dub and semver.

Please report any bugs at https://issues.dlang.org

- -Martin

NB: Switching dlang to use semver is in discussion, but required to adapt the release and development processes (also see https://gist.github.com/mdparker/ab61a1309752905cf93acb2653c50beb).
October 16, 2017
On Monday, 16 October 2017 at 16:45:43 UTC, Martin Nowak wrote:
> This release comes with a new, more compact mangling, templated vector operations, reproducible dmd builds, and various fixes.

Congratz, looking forward to the new compact mangles and SIMD improvements.
October 18, 2017
On Monday, 16 October 2017 at 23:14:05 UTC, kinke wrote:
> Congratz, looking forward to the new compact mangles

Mangling is solely due to Rainer Schütze's persistence.

> and SIMD improvements.

Indeed that wasn't mentioned, the vectorized array ops were preceded by lots of improvements in dmd's SIMD code. Those were already released with 2.076.0.

Most notably:

https://github.com/dlang/dmd/pull/7003
https://github.com/dlang/dmd/pull/6626
October 18, 2017
On 10/17/2017 5:50 PM, Martin Nowak wrote:
> On Monday, 16 October 2017 at 23:14:05 UTC, kinke wrote:
>> Congratz, looking forward to the new compact mangles
> 
> Mangling is solely due to Rainer Schütze's persistence.

Yes, thanks Rainer!


>> and SIMD improvements.
> 
> Indeed that wasn't mentioned, the vectorized array ops were preceded by lots of improvements in dmd's SIMD code. Those were already released with 2.076.0.
> 
> Most notably:
> 
> https://github.com/dlang/dmd/pull/7003
> https://github.com/dlang/dmd/pull/6626

And thank you, Martin, for those!
October 21, 2017
On 10/16/2017 06:45 PM, Martin Nowak wrote:
> First beta for the 2.077.0 release.

Second beta live now. This adds a missing core.sys.linux.netinet.in_ header which is used by vibe.d.

Happy Testing
- -Martin
October 29, 2017
First release candidate for 2.077.0.

The OMF Windows API import libraries were updated, a bug in std.bigint was fixed, and the version identifier for `-betterC` is now `D_BetterC`.

- -Martin
October 28, 2017
On Saturday, 21 October 2017 at 10:10:42 UTC, Martin Nowak wrote:
> On 10/16/2017 06:45 PM, Martin Nowak wrote:
>> First beta for the 2.077.0 release.
>
> Second beta live now. This adds a missing core.sys.linux.netinet.in_ header which is used by vibe.d.
>
> Happy Testing
> - -Martin

this was the first problem i faced when i used latest vibe.d and phobos two months ago.

October 29, 2017
On Monday, 16 October 2017 at 16:45:43 UTC, Martin Nowak wrote:
> First beta for the 2.077.0 release.
>
> This release comes with a new, more compact mangling, templated vector operations, reproducible dmd builds, and various fixes.
>

Glad we can use arrays ops back! Thanks.
October 30, 2017
On Saturday, 28 October 2017 at 23:21:56 UTC, Martin Nowak wrote:
> First release candidate for 2.077.0.
>
> The OMF Windows API import libraries were updated, a bug in std.bigint was fixed, and the version identifier for `-betterC` is now `D_BetterC`.
>
> - -Martin

Thanks, i have no problem here with the RC, tested it well, though looking at the log there would be no reason why i would have.
November 02, 2017
On Monday, 30 October 2017 at 11:12:29 UTC, Basile B. wrote:
> On Saturday, 28 October 2017 at 23:21:56 UTC, Martin Nowak wrote:
>> First release candidate for 2.077.0.
>>
>> The OMF Windows API import libraries were updated, a bug in std.bigint was fixed, and the version identifier for `-betterC` is now `D_BetterC`.
>>
>> - -Martin
>
> Thanks, i have no problem here with the RC, tested it well, though looking at the log there would be no reason why i would have.

Actually there's a REG  :/

a 192 bytes leak is created by the GC, just with an empty main.
Also i don't know how this is possible but travisCI runs with DMD 2.077 by default (even if not released).
« First   ‹ Prev
1 2