Thread overview
Release D 2.099.0
Mar 09, 2022
Martin Nowak
Mar 09, 2022
meta
Mar 09, 2022
Dennis
Mar 09, 2022
evilrat
Mar 09, 2022
meta
Mar 09, 2022
steven kladitis
Mar 10, 2022
MoonlightSentinel
Mar 09, 2022
Brian Callahan
Mar 09, 2022
H. S. Teoh
Mar 10, 2022
StarCanopy
March 09, 2022

Glad to announce D 2.099.0, ♥ to the 100 contributors.

This release comes with __traits(parameters), unittests only from root modules, throw expressions, and plenty of more changes.

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

-Martin

March 09, 2022

On Wednesday, 9 March 2022 at 09:04:03 UTC, Martin Nowak wrote:

>

Glad to announce D 2.099.0, ♥ to the 100 contributors.

This release comes with __traits(parameters), unittests only from root modules, throw expressions, and plenty of more changes.

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

-Martin

The download links doesn't work.. I get access denied, what is happening?

Are CI/CD builds available somewhere? on GitHub?

March 09, 2022

On Wednesday, 9 March 2022 at 10:08:50 UTC, meta wrote:

>

Are CI/CD builds available somewhere? on GitHub?

You can get a nightly build here:
https://github.com/dlang/dmd/releases

Regular releases are not hosted on GitHub (yet).

March 09, 2022

On Wednesday, 9 March 2022 at 10:08:50 UTC, meta wrote:

>

On Wednesday, 9 March 2022 at 09:04:03 UTC, Martin Nowak wrote:

>

Glad to announce D 2.099.0, ♥ to the 100 contributors.

This release comes with __traits(parameters), unittests only from root modules, throw expressions, and plenty of more changes.

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

-Martin

The download links doesn't work.. I get access denied, what is happening?

Are CI/CD builds available somewhere? on GitHub?

it seems like upload script error, download link is

https://s3.us-west-2.amazonaws.com/downloads.dlang.org/releases/2021/dmd-2.099.0.exe

but if you change it to (notice 2022 instead of 2021)

https://s3.us-west-2.amazonaws.com/downloads.dlang.org/releases/2022/dmd-2.099.0.exe

it now works

March 09, 2022

On Wednesday, 9 March 2022 at 12:06:40 UTC, evilrat wrote:

>

On Wednesday, 9 March 2022 at 10:08:50 UTC, meta wrote:

>

On Wednesday, 9 March 2022 at 09:04:03 UTC, Martin Nowak wrote:

>

Glad to announce D 2.099.0, ♥ to the 100 contributors.

This release comes with __traits(parameters), unittests only from root modules, throw expressions, and plenty of more changes.

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

-Martin

The download links doesn't work.. I get access denied, what is happening?

Are CI/CD builds available somewhere? on GitHub?

it seems like upload script error, download link is

https://s3.us-west-2.amazonaws.com/downloads.dlang.org/releases/2021/dmd-2.099.0.exe

but if you change it to (notice 2022 instead of 2021)

https://s3.us-west-2.amazonaws.com/downloads.dlang.org/releases/2022/dmd-2.099.0.exe

it now works

I still get access denied error on the download page, nobody test the releases?

I had a similar issue for downloaded the beta, and it was still not fixed..

This needs to be sorted out, it's 2 release in a row that is messed up

March 09, 2022

On Wednesday, 9 March 2022 at 12:48:16 UTC, meta wrote:

>

On Wednesday, 9 March 2022 at 12:06:40 UTC, evilrat wrote:

>

On Wednesday, 9 March 2022 at 10:08:50 UTC, meta wrote:

>

[...]

it seems like upload script error, download link is

https://s3.us-west-2.amazonaws.com/downloads.dlang.org/releases/2021/dmd-2.099.0.exe

but if you change it to (notice 2022 instead of 2021)

https://s3.us-west-2.amazonaws.com/downloads.dlang.org/releases/2022/dmd-2.099.0.exe

it now works

I still get access denied error on the download page, nobody test the releases?

I had a similar issue for downloaded the beta, and it was still not fixed..

This needs to be sorted out, it's 2 release in a row that is messed up

I mentioned that in the beginning of the beta release. Also in the windows release the shell.exe has been missing for a while

March 09, 2022

On Wednesday, 9 March 2022 at 09:04:03 UTC, Martin Nowak wrote:

>

Glad to announce D 2.099.0, ♥ to the 100 contributors.

This release comes with __traits(parameters), unittests only from root modules, throw expressions, and plenty of more changes.

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

-Martin

Hooray! The OpenBSD package has been updated and is on its way.
I'm happy to report that as of DMD 2.099.0, there are 0 lines of diff between upstream DMD and the OpenBSD package :)

~Brian

March 09, 2022
On Wed, Mar 09, 2022 at 06:46:34PM +0000, Brian Callahan via Digitalmars-d-announce wrote: [...]
> I'm happy to report that as of DMD 2.099.0, there are 0 lines of diff between upstream DMD and the OpenBSD package :)
[...]

Wonderful!


T

-- 
Государство делает вид, что платит нам зарплату, а мы делаем вид, что работаем.
March 10, 2022
>

https://dlang.org/changelog/2.099.0.html#throw_expression

Yes! I can finally rid my code of throwException.

March 10, 2022

On Wednesday, 9 March 2022 at 10:08:50 UTC, meta wrote:

>

The download links doesn't work.. I get access denied, what is happening?

The year included in the download link was wrong. It's fixed now.