Thread overview
Release D 2.103.0
Apr 03, 2023
Iain Buclaw
Apr 03, 2023
M.M.
Apr 03, 2023
Salih Dincer
Apr 03, 2023
jmh530
Apr 04, 2023
Iain Buclaw
Apr 04, 2023
jmh530
Apr 03, 2023
ryuukk_
Apr 04, 2023
Walter Bright
April 03, 2023

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

April 03, 2023

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!

April 03, 2023

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

April 03, 2023

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

April 03, 2023

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

April 03, 2023
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!

April 04, 2023

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.

April 04, 2023

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.