www.digitalmars.com         C & C++   DMDScript  

digitalmars.D.announce - Release D 2.106.1

reply Iain Buclaw <ibuclaw gdcproject.org> writes:
Glad to announce D 2.106.1, ♥ to the 4 contributors.

http://dlang.org/download.html

This point release fixes a few issues over 2.106.0, see the 
changelog for more details.

http://dlang.org/changelog/2.106.1.html

-Iain
on behalf of the Dlang Core Team
Jan 01
next sibling parent Walter Bright <newshound2 digitalmars.com> writes:
Ehhxcellent!
Jan 01
prev sibling parent reply Andrej Mitrovic <andrej.mitrovich gmail.com> writes:
On Monday, 1 January 2024 at 22:02:26 UTC, Iain Buclaw wrote:
 Glad to announce D 2.106.1, ♥ to the 4 contributors.

 http://dlang.org/download.html

 This point release fixes a few issues over 2.106.0, see the 
 changelog for more details.

 http://dlang.org/changelog/2.106.1.html

 -Iain
 on behalf of the Dlang Core Team
Does anyone know when did named arguments initially land in the compiler, as part of which release..? I never saw it as a headline feature in any previous release notes.
Jan 01
parent reply Steven Schveighoffer <schveiguy gmail.com> writes:
On Tuesday, 2 January 2024 at 02:48:29 UTC, Andrej Mitrovic wrote:
 Does anyone know when did named arguments initially land in the 
 compiler, as part of which release..? I never saw it as a 
 headline feature in any previous release notes.
They are not finished yet, which is why they were not announced. Judging by run.dlang.io, it was in 2.103. -Steve
Jan 01
parent Andrej Mitrovic <andrej.mitrovich gmail.com> writes:
On Tuesday, 2 January 2024 at 03:31:47 UTC, Steven Schveighoffer 
wrote:
 On Tuesday, 2 January 2024 at 02:48:29 UTC, Andrej Mitrovic 
 wrote:
 Does anyone know when did named arguments initially land in 
 the compiler, as part of which release..? I never saw it as a 
 headline feature in any previous release notes.
They are not finished yet, which is why they were not announced. Judging by run.dlang.io, it was in 2.103. -Steve
But are they considered stable? They seem to be documented: https://dlang.org/spec/expression.html#argument-parameter-matching
Jan 01