www.digitalmars.com         C & C++   DMDScript  

digitalmars.D.announce - Beta 2.111.0

reply Dennis <dkorpel gmail.com> writes:
Glad to announce the first beta for the 2.111.0 release, ♥ to all 
the contributors.

As mentioned in the [2.110.0 release 
announcement](https://forum.dlang.org/thread/oaqnjjatmxewgespza
s forum.dlang.org), the 2.111.0 release contains all the new features that have
been piling up in the last 9 months while the 2.110 release was delayed. The
plan is to create a release candidate around the 21st of March, and release on
April 1st, after which we're back on track of [the 2025 release
schedule](https://dlang.org/changelog/release-schedule.html). 🎉

The fixed GitHub issues still aren't listed in the changelog, I 
expect this to be sorted out by the time 2.111 releases.

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

Please report any bugs you encounter while upgrading!
https://dlang.org/bugstats.html

~Dennis
on behalf of the Dlang Core Team
Mar 10
next sibling parent reply FeepingCreature <feepingcreature gmail.com> writes:
On Monday, 10 March 2025 at 11:47:29 UTC, Dennis wrote:
 Glad to announce the first beta for the 2.111.0 release, ♥ to 
 all the contributors.

 As mentioned in the [2.110.0 release 
 announcement](https://forum.dlang.org/thread/oaqnjjatmxewgespza
s forum.dlang.org), the 2.111.0 release contains all the new features that have
been piling up in the last 9 months while the 2.110 release was delayed. The
plan is to create a release candidate around the 21st of March, and release on
April 1st, after which we're back on track of [the 2025 release
schedule](https://dlang.org/changelog/release-schedule.html). 🎉

 The fixed GitHub issues still aren't listed in the changelog, I 
 expect this to be sorted out by the time 2.111 releases.

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

 Please report any bugs you encounter while upgrading!
 https://dlang.org/bugstats.html

 ~Dennis
 on behalf of the Dlang Core Team
The download link on the top of the changelog seems to lead nowhere?
Mar 11
parent Dennis <dkorpel gmail.com> writes:
On Tuesday, 11 March 2025 at 08:53:50 UTC, FeepingCreature wrote:
 The download link on the top of the changelog seems to lead 
 nowhere?
Thanks for noticing. I manged to generate a new index for downloads.dlang.org but still get errors when uploading it to the backblaze server, so I changed the download link in the changelog to point to the download page instead.
Mar 11
prev sibling next sibling parent reply Manu <turkeyman gmail.com> writes:
On Mon, 10 Mar 2025 at 21:51, Dennis via Digitalmars-d-announce <
digitalmars-d-announce puremagic.com> wrote:

 Glad to announce the first beta for the 2.111.0 release, =E2=99=A5 to all
 the contributors.

 As mentioned in the [2.110.0 release
 announcement](
 https://forum.dlang.org/thread/oaqnjjatmxewgespzaes forum.dlang.org), the
 2.111.0 release contains all the new features that have been piling up in
 the last 9 months while the 2.110 release was delayed. The plan is to
 create a release candidate around the 21st of March, and release on April
 1st, after which we're back on track of [the 2025 release schedule](
 https://dlang.org/changelog/release-schedule.html). =F0=9F=8E=89

 The fixed GitHub issues still aren't listed in the changelog, I
 expect this to be sorted out by the time 2.111 releases.

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

 Please report any bugs you encounter while upgrading!
 https://dlang.org/bugstats.html

 ~Dennis
 on behalf of the Dlang Core Team
Great that this is rolling so quickly! Just FYI, I really want to get this bug fixed before the release: https://github.com/dlang/dmd/issues/20950 I think Walter knows best how it should be resolved. It would be a shame to release with the first preview of move semantics with such a show-stopper in it. It'd be nice for more people to share some experience with the initial release. There's quite a lot of interest. I've tried to nudge Walter, but I'm just letting you know that I hope we can resolve at least that one before a final release of 2.111.
Mar 11
parent Walter Bright <newshound2 digitalmars.com> writes:
On 3/11/2025 7:02 AM, Manu wrote:
 Great that this is rolling so quickly!
 Just FYI, I really want to get this bug fixed before the release: 
 https://github.com/dlang/dmd/issues/20950 
 <https://github.com/dlang/dmd/issues/20950>
 I think Walter knows best how it should be resolved.
 It would be a shame to release with the first preview of move semantics with 
 such a show-stopper in it. It'd be nice for more people to share some
experience 
 with the initial release. There's quite a lot of interest.
 
 I've tried to nudge Walter, but I'm just letting you know that I hope we can 
 resolve at least that one before a final release of 2.111.
Thanks for nudging me! Please continue this discussion in the issue! I have replied there.
Mar 11
prev sibling parent Walter Bright <newshound2 digitalmars.com> writes:
Ehhxcellent!
Mar 11