www.digitalmars.com         C & C++   DMDScript  

digitalmars.D.announce - Release D 2.103.0

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

This release comes with 9 major changes, including:

- In the compiler, `-preview=dip25` is now enabled by default.
- In the standard library, std.uni Grapheme functions have been 
updated to conform to Unicode 15
- In dub, the `--color` argument now accepts the values `auto`, 
`never`, and `always`.

http://dlang.org/download.html
http://dlang.org/changelog/2.103.0.html

-Iain
on behalf of the Dlang Core Team
Apr 03 2023
next sibling parent M.M. <matus email.cz> writes:
On Monday, 3 April 2023 at 16:41:25 UTC, Iain Buclaw wrote:
 Glad to announce D 2.103.0, ♥ to the 43 contributors.

 This release comes with 9 major changes, including:

 - In the compiler, `-preview=dip25` is now enabled by default.
 - In the standard library, std.uni Grapheme functions have been 
 updated to conform to Unicode 15
 - In dub, the `--color` argument now accepts the values `auto`, 
 `never`, and `always`.

 http://dlang.org/download.html
 http://dlang.org/changelog/2.103.0.html

 -Iain
 on behalf of the Dlang Core Team
Bravo, Dlang people!
Apr 03 2023
prev sibling next sibling parent Salih Dincer <salihdb hotmail.com> writes:
On Monday, 3 April 2023 at 16:41:25 UTC, Iain Buclaw wrote:
 Glad to announce D 2.103.0, ♥ to the 43 contributors.
I think the most radical change is DIP25 being the default. Thanks to everyone involved. SDB 79
Apr 03 2023
prev sibling next sibling parent reply jmh530 <john.michael.hall gmail.com> writes:
On Monday, 3 April 2023 at 16:41:25 UTC, Iain Buclaw wrote:
 Glad to announce D 2.103.0, ♥ to the 43 contributors.

 This release comes with 9 major changes, including:

 - In the compiler, `-preview=dip25` is now enabled by default.
 - In the standard library, std.uni Grapheme functions have been 
 updated to conform to Unicode 15
 - In dub, the `--color` argument now accepts the values `auto`, 
 `never`, and `always`.

 http://dlang.org/download.html
 http://dlang.org/changelog/2.103.0.html

 -Iain
 on behalf of the Dlang Core Team
Thanks! The changelog doesn't list the fix to log1p https://github.com/dlang/phobos/pull/8712
Apr 03 2023
parent reply Iain Buclaw <ibuclaw gdcproject.org> writes:
On Monday, 3 April 2023 at 17:56:25 UTC, jmh530 wrote:
 The changelog doesn't list the fix to log1p
 https://github.com/dlang/phobos/pull/8712
Was there a bugzilla issue for it? Must have been missed.
Apr 04 2023
parent jmh530 <john.michael.hall gmail.com> writes:
On Tuesday, 4 April 2023 at 12:01:23 UTC, Iain Buclaw wrote:
 On Monday, 3 April 2023 at 17:56:25 UTC, jmh530 wrote:
 The changelog doesn't list the fix to log1p
 https://github.com/dlang/phobos/pull/8712
Was there a bugzilla issue for it? Must have been missed.
I think I just commented on one of the older PRs and then you fixed the problem.
Apr 04 2023
prev sibling next sibling parent ryuukk_ <ryuukk.dev gmail.com> writes:
On Monday, 3 April 2023 at 16:41:25 UTC, Iain Buclaw wrote:
 Glad to announce D 2.103.0, ♥ to the 43 contributors.

 This release comes with 9 major changes, including:

 - In the compiler, `-preview=dip25` is now enabled by default.
 - In the standard library, std.uni Grapheme functions have been 
 updated to conform to Unicode 15
 - In dub, the `--color` argument now accepts the values `auto`, 
 `never`, and `always`.

 http://dlang.org/download.html
 http://dlang.org/changelog/2.103.0.html

 -Iain
 on behalf of the Dlang Core Team
Thanks for the ImportC fixes, very welcome
Apr 03 2023
prev sibling parent Walter Bright <newshound2 digitalmars.com> writes:
On 4/3/2023 9:41 AM, Iain Buclaw wrote:
 Glad to announce D 2.103.0, ♥ to the 43 contributors.
And a special thanks to you, Iain, for deftly managing the releases!
Apr 03 2023