[dmd-beta] Last (really, this time I mean it!) D2 beta 2.057

Don Clugston dclugston at googlemail.com
Fri Dec 9 01:58:28 PST 2011


On 9 December 2011 04:39, Steve Schveighoffer <schveiguy at yahoo.com> wrote:
> Still fails my latest mentioned regression:
>
> inout(int[]) foo(inout(int)[] x)
> {
>     return x;
> }
>
>
> Error: cannot implicitly convert expression (x) of type inout(int)[] to inout(int[])
>
>
> Given that inout is relatively new to the implementation, I'm not sure how much existing code this breaks.  It certainly breaks dcollections, but I can just instruct people not to use 2.057, and I haven't done a beta release of it since I added the inout decorations.

Do we need to also fix Phobos regression 7070 "can't assign null to Variant" ?
It's the only bugzilla regression relative to 2.056.


More information about the dmd-beta mailing list