Re: Release D 2.103.0

2023-04-03 Thread Walter Bright via Digitalmars-d-announce

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!



Re: Release D 2.103.0

2023-04-03 Thread ryuukk_ via Digitalmars-d-announce

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



Re: Release D 2.103.0

2023-04-03 Thread jmh530 via Digitalmars-d-announce

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


Re: Release D 2.103.0

2023-04-03 Thread Salih Dincer via Digitalmars-d-announce

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


Re: Release D 2.103.0

2023-04-03 Thread M.M. via Digitalmars-d-announce

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!


Release D 2.103.0

2023-04-03 Thread Iain Buclaw via Digitalmars-d-announce

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