First Beta 2.106.0

Iain Buclaw ibuclaw at gdcproject.org
Thu Nov 2 07:03:18 UTC 2023


On Thursday, 2 November 2023 at 02:07:13 UTC, Andrej Mitrovic 
wrote:
> Does it also affect AAs in structs? For example:
>
> ```d
> struct S
> {
>     static int[int] x = [4:4];
> }
> ```
>
> Will this now work?

Yes, there are a few kinks that need ironing out though, 
hopefully before the RC in a couple weeks.

One open PR
https://github.com/dlang/dmd/pull/15744

and another found issue
https://issues.dlang.org/show_bug.cgi?id=24209


More information about the Digitalmars-d-announce mailing list