www.digitalmars.com         C & C++   DMDScript  

digitalmars.D.announce - Release D 2.095.0

reply Martin Nowak <code dawg.eu> writes:
Glad to announce D 2.095.0, ♥ to the 61 contributors.

This release comes with a much improved C++ header generation, 
template instantiation traces for deprecations, module-level 
function conflict detection, and better compiler flag support in 
dub.

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

-Martin
Jan 02 2021
next sibling parent Imperatorn <johan_forsberg_86 hotmail.com> writes:
On Saturday, 2 January 2021 at 20:15:16 UTC, Martin Nowak wrote:
 Glad to announce D 2.095.0, ♥ to the 61 contributors.

 This release comes with a much improved C++ header generation, 
 template instantiation traces for deprecations, module-level 
 function conflict detection, and better compiler flag support 
 in dub.

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

 -Martin
🎉🍾
Jan 02 2021
prev sibling next sibling parent jmh530 <john.michael.hall gmail.com> writes:
On Saturday, 2 January 2021 at 20:15:16 UTC, Martin Nowak wrote:
 Glad to announce D 2.095.0, ♥ to the 61 contributors.

 This release comes with a much improved C++ header generation, 
 template instantiation traces for deprecations, module-level 
 function conflict detection, and better compiler flag support 
 in dub.

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

 -Martin
Thanks. I'm excited to test out some of the dub changes when I have a chance. I'd like to repeat a previous ask: that the change log mention the dub version somewhere. Thanks.
Jan 02 2021
prev sibling parent reply Mike Parker <aldacron gmail.com> writes:
On Saturday, 2 January 2021 at 20:15:16 UTC, Martin Nowak wrote:
 Glad to announce D 2.095.0, ♥ to the 61 contributors.

 This release comes with a much improved C++ header generation, 
 template instantiation traces for deprecations, module-level 
 function conflict detection, and better compiler flag support 
 in dub.

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

 -Martin
Blog Post (including LDC beta news): https://dlang.org/blog/2021/01/11/a-new-year-a-new-release-of-d/ Reddit: https://www.reddit.com/r/programming/comments/kv2ug5/dlang_20950_released/
Jan 11 2021
parent jmh530 <john.michael.hall gmail.com> writes:
On Monday, 11 January 2021 at 13:42:42 UTC, Mike Parker wrote:
 [snip]

 Blog Post (including LDC beta news):
 https://dlang.org/blog/2021/01/11/a-new-year-a-new-release-of-d/

 Reddit:
 https://www.reddit.com/r/programming/comments/kv2ug5/dlang_20950_released/
typo on facilitate in line below "For a little while now, DMD has included experimental support for the generation of C++ header files from D source code, via the -CH command-line option, in order to facilate calling D libraries from C++." Otherwise looks good, though it might have been good to provide an example of the template QoL improvement.
Jan 11 2021