Jump to page: 1 2
Thread overview
Beta 2.096.0
Feb 28, 2021
Martin Nowak
Mar 01, 2021
Imperatorn
Mar 01, 2021
Imperatorn
Mar 01, 2021
Meta
Mar 01, 2021
12345swordy
alias Nullable.get this, your time is ending
Mar 01, 2021
FeepingCreature
Mar 02, 2021
FeepingCreature
Mar 02, 2021
Guillaume Piolat
Release Candidate [was: Re: Beta 2.096.0]
Mar 06, 2021
Martin Nowak
February 28, 2021
Glad to announce the first beta for the 2.096.0 release, ♥ to the 53 contributors.

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

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

-Martin

February 28, 2021
On 2/28/21 6:56 AM, Martin Nowak wrote:
> Glad to announce the first beta for the 2.096.0 release, ♥ to the 53 contributors.
> 
> http://dlang.org/download.html#dmd_beta
> http://dlang.org/changelog/2.096.0.html
> 
> As usual please report any bugs at
> https://issues.dlang.org

Thanks.

This needs a changelog entry before release: https://github.com/dlang/dmd/pull/11833

-Steve
February 28, 2021
On 2/28/21 1:56 PM, Steven Schveighoffer wrote:

> This needs a changelog entry before release: https://github.com/dlang/dmd/pull/11833
> 

https://github.com/dlang/dmd/pull/12241

-Steve
March 01, 2021
On Sunday, 28 February 2021 at 11:56:28 UTC, Martin Nowak wrote:
> Glad to announce the first beta for the 2.096.0 release, ♥ to the 53 contributors.
>
> http://dlang.org/download.html#dmd_beta
> http://dlang.org/changelog/2.096.0.html
>
> As usual please report any bugs at
> https://issues.dlang.org
>
> -Martin

"Support for instantiating local and member templates with local symbols was implemented in DMD 2.087.0. However, the implementation was incompatible with GDC and LDC backends.

In order to maintain feature parity among D implementations, this improvement has been deprecated, and may be removed from a future DMD release."

Urgh, so sad this was deprecated. Is the implementation being redone at some point?
March 01, 2021
On Sunday, 28 February 2021 at 11:56:28 UTC, Martin Nowak wrote:
> Glad to announce the first beta for the 2.096.0 release, ♥ to the 53 contributors.
>
> http://dlang.org/download.html#dmd_beta
> http://dlang.org/changelog/2.096.0.html
>
> As usual please report any bugs at
> https://issues.dlang.org
>
> -Martin

:looks longingly at "Remove alias Nullable.get this" PR:

Soon...
March 01, 2021
On Sunday, 28 February 2021 at 18:56:20 UTC, Steven Schveighoffer wrote:
> On 2/28/21 6:56 AM, Martin Nowak wrote:
>> Glad to announce the first beta for the 2.096.0 release, ♥ to the 53 contributors.
>> 
>> http://dlang.org/download.html#dmd_beta
>> http://dlang.org/changelog/2.096.0.html
>> 
>> As usual please report any bugs at
>> https://issues.dlang.org
>
> Thanks.
>
> This needs a changelog entry before release: https://github.com/dlang/dmd/pull/11833
>
> -Steve

+1, thanks Steve
March 01, 2021
On Sunday, 28 February 2021 at 18:56:20 UTC, Steven Schveighoffer wrote:
> On 2/28/21 6:56 AM, Martin Nowak wrote:
>> Glad to announce the first beta for the 2.096.0 release, ♥ to the 53 contributors.
>> 
>> http://dlang.org/download.html#dmd_beta
>> http://dlang.org/changelog/2.096.0.html
>> 
>> As usual please report any bugs at
>> https://issues.dlang.org
>
> Thanks.
>
> This needs a changelog entry before release: https://github.com/dlang/dmd/pull/11833
>
> -Steve

+1, thanks Steve
March 01, 2021
On 3/1/21 2:02 AM, FeepingCreature wrote:
> On Sunday, 28 February 2021 at 11:56:28 UTC, Martin Nowak wrote:
>> Glad to announce the first beta for the 2.096.0 release, ♥ to the 53 contributors.
>>
>> http://dlang.org/download.html#dmd_beta
>> http://dlang.org/changelog/2.096.0.html
>>
>> As usual please report any bugs at
>> https://issues.dlang.org
>>
> 
> :looks longingly at "Remove alias Nullable.get this" PR:
> 
> Soon...

Can be done now against master.

-Steve
March 01, 2021
On Monday, 1 March 2021 at 01:02:48 UTC, Meta wrote:
> On Sunday, 28 February 2021 at 11:56:28 UTC, Martin Nowak wrote:
>> Glad to announce the first beta for the 2.096.0 release, ♥ to the 53 contributors.
>>
>> http://dlang.org/download.html#dmd_beta
>> http://dlang.org/changelog/2.096.0.html
>>
>> As usual please report any bugs at
>> https://issues.dlang.org
>>
>> -Martin
>
> "Support for instantiating local and member templates with local symbols was implemented in DMD 2.087.0. However, the implementation was incompatible with GDC and LDC backends.
>
> In order to maintain feature parity among D implementations, this improvement has been deprecated, and may be removed from a future DMD release."
>
> Urgh, so sad this was deprecated. Is the implementation being redone at some point?

To my understanding, the answer is no. It been brought up in discord that a proper fix consist of the templates having is own vthis.

-Alex
March 02, 2021
On Sunday, 28 February 2021 at 11:56:28 UTC, Martin Nowak wrote:
> Glad to announce the first beta for the 2.096.0 release, ♥ to the 53 contributors.
>
> http://dlang.org/download.html#dmd_beta
> http://dlang.org/changelog/2.096.0.html
>
> As usual please report any bugs at
> https://issues.dlang.org
>
> -Martin

https://issues.dlang.org/show_bug.cgi?id=21672
https://issues.dlang.org/show_bug.cgi?id=21673
« First   ‹ Prev
1 2