Jump to page: 1 2 3
Thread overview
Release D 2.101.0
Nov 15, 2022
Iain Buclaw
Nov 15, 2022
M.M.
Nov 15, 2022
Mathias LANG
Nov 16, 2022
zjh
Nov 16, 2022
zjh
Nov 16, 2022
zjh
Nov 16, 2022
torhu
Nov 16, 2022
rikki cattermole
Nov 27, 2022
torhu
Dec 03, 2022
SHOO
Dec 27, 2022
Les De Ridder
Dec 27, 2022
Max Haughton
Dec 27, 2022
Les De Ridder
Dec 28, 2022
Iain Buclaw
Dec 28, 2022
Les De Ridder
Dec 27, 2022
torhu
Nov 16, 2022
jmh530
Nov 17, 2022
Iain Buclaw
Nov 17, 2022
jmh530
Nov 17, 2022
Iain Buclaw
Nov 17, 2022
jmh530
Nov 16, 2022
surlymoor
Dec 03, 2022
zoujiaqing
Dec 03, 2022
max haughton
Dec 05, 2022
Guillaume Piolat
November 15, 2022

Glad to announce D 2.101.0, ♥ to the 63 contributors.

This release comes with shortened method syntax enabled by default, new bit-field support added as a preview feature, a new std.typecons.SafeRefCounted type that can be used in @safe, numerous improvements to dub (including colorized output), and many more.

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

-Iain
on behalf of the Dlang Core Team

November 15, 2022

On Tuesday, 15 November 2022 at 20:54:03 UTC, Iain Buclaw wrote:

>

Glad to announce D 2.101.0, ♥ to the 63 contributors.

fantastic! thank you everyone that contributed or otherwise involved.

November 15, 2022

On Tuesday, 15 November 2022 at 20:54:03 UTC, Iain Buclaw wrote:

>

Glad to announce D 2.101.0, ♥ to the 63 contributors.

This release comes with shortened method syntax enabled by default, new bit-field support added as a preview feature, a new std.typecons.SafeRefCounted type that can be used in @safe, numerous improvements to dub (including colorized output), and many more.

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

-Iain
on behalf of the Dlang Core Team

Thanks a lot for getting this through the finish line!
Release management is an essential part of our ecosystem and a thankless job.
And thanks a lot to Martin Nowak for his many years of stewardship and the much improved process he pioneered.

November 16, 2022

On Tuesday, 15 November 2022 at 20:54:03 UTC, Iain Buclaw wrote:

>

Glad to announce D 2.101.0, ♥ to the 63 contributors.
...

Thank you very much, but can we have commands like 'dmd update' to update dmd directly?

November 15, 2022

On 11/15/22 7:41 PM, zjh wrote:

>

On Tuesday, 15 November 2022 at 20:54:03 UTC, Iain Buclaw wrote:

>

Glad to announce D 2.101.0, ♥ to the 63 contributors.
...

Thank you very much, but can we have commands like 'dmd update' to update dmd directly?

https://github.com/jacob-carlborg/dvm

dvm install 2.101.0

-Steve

November 16, 2022

On Wednesday, 16 November 2022 at 00:44:24 UTC, Steven Schveighoffer wrote:

>

dvm install 2.101.0

-Steve

I think it would be better to have an official dmd update.

November 16, 2022

On Tuesday, 15 November 2022 at 20:54:03 UTC, Iain Buclaw wrote:

>

Glad to announce D 2.101.0, ♥ to the 63 contributors.

For some reason my project build fails with this version, but only the x86 release build. Only tried it on Windows.

This is the error, I'll post a bug report if I can narrow it down more:
Error C:\prog\dmd\windows\bin\dmd.exe failed with exit code -1073741795.

November 16, 2022
On 16/11/2022 2:13 PM, torhu wrote:
> On Tuesday, 15 November 2022 at 20:54:03 UTC, Iain Buclaw wrote:
>> Glad to announce D 2.101.0, ♥ to the 63 contributors.
> 
> For some reason my project build fails with this version, but only the x86 release build. Only tried it on Windows.
> 
> This is the error, I'll post a bug report if I can narrow it down more:
> Error C:\prog\dmd\windows\bin\dmd.exe failed with exit code -1073741795.

Yeah, you'll want to use dustmite. Hopefully the project isn't too big.
November 16, 2022

On Wednesday, 16 November 2022 at 00:57:20 UTC, zjh wrote:

>

I think it would be better to have an official dmd update.

The 101.0 version has been released last time.

November 16, 2022

On Tuesday, 15 November 2022 at 20:54:03 UTC, Iain Buclaw wrote:

>

Glad to announce D 2.101.0, ♥ to the 63 contributors.

This release comes with shortened method syntax enabled by default, new bit-field support added as a preview feature, a new std.typecons.SafeRefCounted type that can be used in @safe, numerous improvements to dub (including colorized output), and many more.

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

-Iain
on behalf of the Dlang Core Team

Thanks again, but it doesn't look like the changelog is picking up everything.

Granted, I'm not sure exactly when the deadline is, but I see a whole bunch of PRs merged from Walter on ImportC on the Github repo, but only one ImportC item listed in the changelog under DMD compiler fixes (and that looks like this is actually a druntime PR). The one after that seems to be a phobos bug fix.

« First   ‹ Prev
1 2 3