On 9 December 2011 04:39, Steve Schveighoffer <[email protected]> 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.
_______________________________________________
dmd-beta mailing list
[email protected]
http://lists.puremagic.com/mailman/listinfo/dmd-beta

Reply via email to