convert static arrays to dynamic arrays and return, have wrong data.

Daniel Murphy via Digitalmars-d digitalmars-d at puremagic.com
Thu Nov 13 20:06:57 PST 2014


"Nick Treleaven"  wrote in message news:m42lbb$2pru$1 at digitalmars.com... 

> This is:
> https://issues.dlang.org/show_bug.cgi?id=8838
> 
> Apparently it's a bit tricky to implement ATM.
> 
> yebblies:
> 
>  > This is not very easy, because the compiler lowers all static array
>  > assignment to slice assignment, making _every_ static array assignment
>  > unsafe.  That needs to be fixed first, and requires extensive changes 
>  > in the interpreter.

I think the situation has slightly improved since.


More information about the Digitalmars-d mailing list