Thread overview
Release D 2.111.0
1 day ago
Dennis
1 day ago
Adam Wilson
1 day ago
M. M.
1 day ago
Dennis
1 day ago
Dom DiSc
1 day ago
Dennis
1 day ago
Ogion
1 day ago
sfp
17 hours ago
Walter Bright
1 day ago

Glad to announce D 2.111.0, ♥ to the 78 contributors.

This release comes with local ref variables, -i and attribute support for ImportC, -ftime-trace, improved error messages, and more.

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

~Dennis
on behalf of the Dlang Core Team

1 day ago

On Tuesday, 1 April 2025 at 22:59:19 UTC, Dennis wrote:

>

Glad to announce D 2.111.0, ♥ to the 78 contributors.

This release comes with local ref variables, -i and attribute support for ImportC, -ftime-trace, improved error messages, and more.

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

~Dennis
on behalf of the Dlang Core Team

This release is absolutely massive. 41 major changes and 185(!) bugs fixed!

Thank you for all your hard work Dennis!

Now I need to get this deployed across my build farm so I can start using all that ImportC goodness.

1 day ago

On Tuesday, 1 April 2025 at 22:59:19 UTC, Dennis wrote:

>

Glad to announce D 2.111.0, ♥ to the 78 contributors.

This release comes with local ref variables, -i and attribute support for ImportC, -ftime-trace, improved error messages, and more.

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

~Dennis
on behalf of the Dlang Core Team

fantastic! thank you, dlang-community, for all the development and hard-work, and thank you to Dennis (and the foundation) for releasing this new version.

1 day ago

On Tuesday, 1 April 2025 at 22:59:19 UTC, Dennis wrote:

>

Glad to announce D 2.111.0, ♥ to the 78 contributors.

This release comes with local ref variables, -i and attribute support for ImportC, -ftime-trace, improved error messages, and more.

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

Thanks!

BTW in changelog under dmd enhancements I noticed:

>
  1. Bugzilla 20982: Add a pragma to suppress deprecation messages

But that does not seem to be fixed, in GH or in bugzilla:
https://github.com/dlang/dmd/issues/17968

1 day ago

On Tuesday, 1 April 2025 at 22:59:19 UTC, Dennis wrote:

>

Glad to announce D 2.111.0, ♥ to the 78 contributors.

This release comes with local ref variables, -i and attribute support for ImportC, -ftime-trace, improved error messages, and more.

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

~Dennis
on behalf of the Dlang Core Team

Hurray!

But some of the changes that are now in 2.111.0 are still mentioned in the nightly changelog. Is this normal or were they forgotten to remove?

1 day ago

On Tuesday, 1 April 2025 at 22:59:19 UTC, Dennis wrote:

>

Glad to announce D 2.111.0, ♥ to the 78 contributors.

Finally!

This is a huge release. Many thanks to everyone involved.

1 day ago

On Wednesday, 2 April 2025 at 11:05:57 UTC, Dom DiSc wrote:

>

But some of the changes that are now in 2.111.0 are still mentioned in the nightly changelog. Is this normal or were they forgotten to remove?

Should be fixed after merging the stable branch of Phobos (which releases are built from) into master (which the nightly is built from). https://github.com/dlang/phobos/pull/10732

1 day ago

On Wednesday, 2 April 2025 at 10:33:45 UTC, Nick Treleaven wrote:

>

But that does not seem to be fixed, in GH or in bugzilla:
https://github.com/dlang/dmd/issues/17968

I guess the commit "Fix #20982" got picked up by the bugzilla changelog generator as a bugzilla issue, while it was fixing a GitHub issue. This is the last release that includes any bugzilla bug fixes, so it should fix itself in the future. In the mean time the current changelog could use some manual auditing.

1 day ago

On Tuesday, 1 April 2025 at 22:59:19 UTC, Dennis wrote:

>

Glad to announce D 2.111.0, ♥ to the 78 contributors.

This release comes with local ref variables, -i and attribute support for ImportC, -ftime-trace, improved error messages, and more.

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

~Dennis
on behalf of the Dlang Core Team

Thanks! Awesome work.

Compiler change #1 is a fantastic addition.

17 hours ago
Ehhxcellent!