www.digitalmars.com         C & C++   DMDScript  

digitalmars.D.announce - Release D 2.106.0

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

This release comes with...

- In the D language, it is now possible to statically initialize 
AAs.
- In dmd, there's a new `-nothrow` CLI flag.
- In dub, `dub init` now has a select menu for package format and 
license.

As always, you can find the release binaries and full changelog 
on the dlang.org site.

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

-Iain
on behalf of the Dlang Core Team
Dec 02 2023
next sibling parent Imperatorn <johan_forsberg_86 hotmail.com> writes:
On Saturday, 2 December 2023 at 18:09:11 UTC, Iain Buclaw wrote:
 Glad to announce D 2.106.0, ♥ to the 33 contributors.

 This release comes with...

 - In the D language, it is now possible to statically 
 initialize AAs.
 - In dmd, there's a new `-nothrow` CLI flag.
 - In dub, `dub init` now has a select menu for package format 
 and license.

 As always, you can find the release binaries and full changelog 
 on the dlang.org site.

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

 -Iain
 on behalf of the Dlang Core Team
Nice 🎊
Dec 03 2023
prev sibling next sibling parent Adam Wilson <flyboynw gmail.com> writes:
On Saturday, 2 December 2023 at 18:09:11 UTC, Iain Buclaw wrote:
 Glad to announce D 2.106.0, ♥ to the 33 contributors.

 This release comes with...

 - In the D language, it is now possible to statically 
 initialize AAs.
 - In dmd, there's a new `-nothrow` CLI flag.
 - In dub, `dub init` now has a select menu for package format 
 and license.

 As always, you can find the release binaries and full changelog 
 on the dlang.org site.

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

 -Iain
 on behalf of the Dlang Core Team
I'm excited about this release! The ImportC fixes alone are with the wait. And it's good to see the ODBC bindings restored. Up next: ODBC 4.0 in Phobos.
Dec 03 2023
prev sibling next sibling parent "H. S. Teoh" <hsteoh qfbox.info> writes:
On Sat, Dec 02, 2023 at 06:09:11PM +0000, Iain Buclaw via
Digitalmars-d-announce wrote:
 Glad to announce D 2.106.0, ♥ to the 33 contributors.
 
 This release comes with...
 
 - In the D language, it is now possible to statically initialize AAs.
[...] Finally! Hooray! T -- That's not a bug; that's a feature!
Dec 04 2023
prev sibling parent Mike Shah <mshah.475 gmail.com> writes:
On Saturday, 2 December 2023 at 18:09:11 UTC, Iain Buclaw wrote:
 Glad to announce D 2.106.0, ♥ to the 33 contributors.

 This release comes with...

 - In the D language, it is now possible to statically 
 initialize AAs.
 - In dmd, there's a new `-nothrow` CLI flag.
 - In dub, `dub init` now has a select menu for package format 
 and license.

 As always, you can find the release binaries and full changelog 
 on the dlang.org site.

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

 -Iain
 on behalf of the Dlang Core Team
Lots of exciting developments here! Much appreciated! (A few highlights) - Happy to see ODBC bindings restored (as Adam mentioned) - dub build --deep, nice feature to now have in dub - nothrow compiler switch for D now
Dec 04 2023