[Issue 800] writefln() on an associative array fails hard

d-bugmail at puremagic.com d-bugmail at puremagic.com
Sat Jan 6 23:09:15 PST 2007


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





------- Comment #1 from lio at lunesu.com  2007-01-07 01:09 -------
Apparently, the type-info of an AA changed. std/format.d uses the character at
index [9] to identify the type, and it used to be 'H' (HashTable?), but now
it's 'A', same as normal arrays:

int[] => TypeInfo_Ai
int[int] => TypeInfo_AssociativeArray


-- 



More information about the Digitalmars-d-bugs mailing list