Resizing array of AA's -- known bug?

Jarrett Billingsley jarrett.billingsley at gmail.com
Thu Oct 2 20:25:56 PDT 2008


On Thu, Oct 2, 2008 at 11:00 PM, Bill Baxter <wbaxter at gmail.com> wrote:
> Is this a known bug?
>
> void main()
> {
>    int[int][] crazybug;
>    writefln("before");
>    crazybug.length = 5;
>    writefln("after");  // never gets here
> }
>
> DMD 1.035.
>
> It's so basic that I would expect someone to have run across it
> before, but I couldn't find it in bugzilla.
>
>
> --bb
>

Your bugzilla-fu is weak, young Baxterwalker.

http://d.puremagic.com/issues/show_bug.cgi?id=929



More information about the Digitalmars-d mailing list