Re: Release D 2.108.0

2024-04-02 Thread Nick Treleaven via Digitalmars-d-announce

On Tuesday, 2 April 2024 at 19:41:52 UTC, Ferhat Kurtulmuş wrote:
Could you please provide a link to the documentation that one 
should read to know everthing related to string interpolation 
in dlang.


Official docs:
https://dlang.org/spec/istring.html


Things like: Can it be used in nogc code? etc.


Yes, the literal is just a value sequence.


Re: Release D 2.108.0

2024-04-02 Thread Ferhat Kurtulmuş via Digitalmars-d-announce
On Tuesday, 2 April 2024 at 00:18:10 UTC, Steven Schveighoffer 
wrote:

On Monday, 1 April 2024 at 22:34:14 UTC, Iain Buclaw wrote:

Glad to announce D 2.108.0, ♥ to the 36 contributors.

This release comes with 8 major changes and 36 fixed Bugzilla 
issues, including:


- In the language, named arguments for functions have been 
implemented and documented.

- In phobos, std.uni has been upgraded to Unicode 15.1.0.
- In dub, the fetch command now supports multiple arguments, 
recursive fetch, and is project-aware.



Also in this release -- Interpolation Expression Sequences 
(a.k.a. string interpolation).


Looks like a pretty sweet release to upgrade to!

-Steve


Could you please provide a link to the documentation that one 
should read to know everthing related to string interpolation in 
dlang. Things like: Can it be used in nogc code? etc.