[Issue 929] Resizing array of associative arrays (uint[char[]][]) causes infinite loop / hang

d-bugmail at puremagic.com d-bugmail at puremagic.com
Sun Feb 4 06:11:34 PST 2007


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


torhu at yahoo.com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |torhu at yahoo.com
           Keywords|accepts-invalid             |




------- Comment #2 from torhu at yahoo.com  2007-02-04 08:11 -------
(In reply to comment #1)
> http://www.digitalmars.com/d/arrays.html#associative (under "Properties"):
> .length         Returns number of values in the associative array. Unlike for
> dynamic arrays, it is read-only.
> 
> So this shouldn't even compile...
> 

uint[char[]][] fractal;

fractal is a dynamic array, so length is not read-only.


-- 



More information about the Digitalmars-d-bugs mailing list