www.digitalmars.com         C & C++   DMDScript  

digitalmars.D.announce - Beta 2.096.0

reply Martin Nowak <code dawg.eu> writes:
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
Feb 28 2021
next sibling parent reply Steven Schveighoffer <schveiguy gmail.com> writes:
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
Feb 28 2021
next sibling parent Steven Schveighoffer <schveiguy gmail.com> writes:
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
Feb 28 2021
prev sibling next sibling parent Imperatorn <johan_forsberg_86 hotmail.com> writes:
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
Mar 01 2021
prev sibling parent Imperatorn <johan_forsberg_86 hotmail.com> writes:
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
Mar 01 2021
prev sibling next sibling parent reply Meta <jared771 gmail.com> writes:
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?
Feb 28 2021
parent 12345swordy <alexanderheistermann gmail.com> writes:
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
Mar 01 2021
prev sibling next sibling parent reply FeepingCreature <feepingcreature gmail.com> writes:
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...
Feb 28 2021
parent reply Steven Schveighoffer <schveiguy gmail.com> writes:
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
Mar 01 2021
parent FeepingCreature <feepingcreature gmail.com> writes:
On Monday, 1 March 2021 at 14:12:21 UTC, Steven Schveighoffer 
wrote:
 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
IT IS DONE.
Mar 02 2021
prev sibling next sibling parent Guillaume Piolat <first.name spam.org> writes:
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
Mar 01 2021
prev sibling parent Martin Nowak <code dawg.eu> writes:
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.
Release candidate is live.
 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
Mar 06 2021