Jump to page: 1 2
Thread overview
Beta 2.087.0
Jun 16, 2019
Martin Nowak
Jun 16, 2019
aliak
Jun 17, 2019
Nicholas Wilson
Jun 17, 2019
Seb
Jun 17, 2019
Marco de Wild
Jun 18, 2019
greatsam4sure
Jun 18, 2019
Johannes Loher
Jun 19, 2019
Norm
Jun 19, 2019
FeepingCreature
Jun 19, 2019
Norm
Jun 26, 2019
Martin Nowak
Jun 26, 2019
bpr
Release Candidate [was: Re: Beta 2.087.0]
Jun 29, 2019
Martin Nowak
Jun 30, 2019
Rainer Schuetze
Jul 02, 2019
Martin Nowak
Jul 03, 2019
Andre Pany
Jul 03, 2019
Eugene Wissner
Jul 03, 2019
Eugene Wissner
Jul 03, 2019
Andre Pany
Jul 05, 2019
Jonathan M Davis
June 17, 2019
Glad to announce the first beta for the 2.087.0 release, ♥ to the 66 contributors.

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

As usual please report any bugs at
https://issues.dlang.org

-Martin
June 16, 2019
On Sunday, 16 June 2019 at 22:47:57 UTC, Martin Nowak wrote:
> Glad to announce the first beta for the 2.087.0 release, ♥ to the 66 contributors.
>
> http://dlang.org/download.html#dmd_beta http://dlang.org/changelog/2.087.0.html
>
> As usual please report any bugs at
> https://issues.dlang.org
>
> -Martin

Wow! Very good stuff in this one!
Bug 5710, a dip 1000 phobos, and alias templates parameters match types!

Thanks!
June 17, 2019
On Sunday, 16 June 2019 at 22:47:57 UTC, Martin Nowak wrote:
> Glad to announce the first beta for the 2.087.0 release, ♥ to the 66 contributors.
>
> http://dlang.org/download.html#dmd_beta http://dlang.org/changelog/2.087.0.html
>
> As usual please report any bugs at
> https://issues.dlang.org
>
> -Martin

Quite a few duplicate contributors:

Aurelien Fredouelle
Aurélien Fredouelle

Ben Merritt
Benjamin L. Merritt

kinke
Martin Kinkelin

shove
shove70
June 17, 2019
On Sunday, 16 June 2019 at 22:47:57 UTC, Martin Nowak wrote:
> Glad to announce the first beta for the 2.087.0 release, ♥ to the 66 contributors.
>
> http://dlang.org/download.html#dmd_beta http://dlang.org/changelog/2.087.0.html
>
> As usual please report any bugs at
> https://issues.dlang.org
>
> -Martin

Cool! Lots of goodies are on the way.
June 17, 2019
On Monday, 17 June 2019 at 02:30:45 UTC, Nicholas Wilson wrote:
> On Sunday, 16 June 2019 at 22:47:57 UTC, Martin Nowak wrote:
>> Glad to announce the first beta for the 2.087.0 release, ♥ to the 66 contributors.
>>
>> http://dlang.org/download.html#dmd_beta http://dlang.org/changelog/2.087.0.html
>>
>> As usual please report any bugs at
>> https://issues.dlang.org
>>
>> -Martin
>
> Quite a few duplicate contributors:
>
> Aurelien Fredouelle
> Aurélien Fredouelle
>
> Ben Merritt
> Benjamin L. Merritt
>
> kinke
> Martin Kinkelin
>
> shove
> shove70

Would be easy to fix:

https://github.com/dlang/tools/pull/376
June 18, 2019
On Sunday, 16 June 2019 at 22:47:57 UTC, Martin Nowak wrote:
> Glad to announce the first beta for the 2.087.0 release, ♥ to the 66 contributors.
>
> http://dlang.org/download.html#dmd_beta http://dlang.org/changelog/2.087.0.html
>
> As usual please report any bugs at
> https://issues.dlang.org
>
> -Martin


thanks to all those who make this release possible.

June 18, 2019
Am 17.06.19 um 00:47 schrieb Martin Nowak:
> Glad to announce the first beta for the 2.087.0 release, ♥ to the 66 contributors.
> 
> http://dlang.org/download.html#dmd_beta http://dlang.org/changelog/2.087.0.html
> 
> As usual please report any bugs at
> https://issues.dlang.org
> 
> -Martin
> 

Thanks to evrybody who helped making this possible. This is a really exciting release. Personally, I'm very much looking forward to

- "Local templates can now receive local symbols."
- "Template alias parameters now match basic types as a conversion."
- "Phobos is now compiled with -preview=dip1000"

The first 2 fix huge annoyances which I have run into several times already. And phobos being compile with DIP1000 is a major milestone towards a safer D.

Thanks again to everybody involved!
June 19, 2019
On Sunday, 16 June 2019 at 22:47:57 UTC, Martin Nowak wrote:
> Glad to announce the first beta for the 2.087.0 release, ♥ to the 66 contributors.
>
> http://dlang.org/download.html#dmd_beta http://dlang.org/changelog/2.087.0.html
>
> As usual please report any bugs at
> https://issues.dlang.org
>
> -Martin

Is the JSON_TYPE deprecation listed in the changelog, I couldn't see it? I was on 2.086.0 prior to trying this beta which did not show the deprecation.

Cheers,
Norm
June 19, 2019
On Wednesday, 19 June 2019 at 04:00:44 UTC, Norm wrote:
> Is the JSON_TYPE deprecation listed in the changelog, I couldn't see it? I was on 2.086.0 prior to trying this beta which did not show the deprecation.
>
> Cheers,
> Norm

That was back on 2.082.0, to make it match the D style guide. Not sure why it didn't show for you.

https://github.com/dlang/phobos/commit/fbd094737fa1130ab53f7fcc17b36f8881e10790
June 19, 2019
On Wednesday, 19 June 2019 at 07:08:48 UTC, FeepingCreature wrote:
> On Wednesday, 19 June 2019 at 04:00:44 UTC, Norm wrote:
>> Is the JSON_TYPE deprecation listed in the changelog, I couldn't see it? I was on 2.086.0 prior to trying this beta which did not show the deprecation.
>>
>> Cheers,
>> Norm
>
> That was back on 2.082.0, to make it match the D style guide. Not sure why it didn't show for you.
>
> https://github.com/dlang/phobos/commit/fbd094737fa1130ab53f7fcc17b36f8881e10790

This is the first release where the old enum is marked as deprecated so it probably should go in the changelog.

Cheers,
Norm
« First   ‹ Prev
1 2