Bug 5029 – (assoc array type).stringof doesn't return built-in typename

Status
RESOLVED
Resolution
DUPLICATE
Severity
normal
Priority
P2
Component
dmd
Product
D
Version
D2
Platform
Other
OS
Windows
Creation time
2010-10-09T17:25:00Z
Last change time
2015-06-09T05:11:59Z
Keywords
wrong-code
Assigned to
nobody
Creator
bus_dbugzilla

Comments

Comment #0 by bus_dbugzilla — 2010-10-09T17:25:27Z
----------------- //test.d pragma(msg, (string[string]).stringof); ----------------- > dmd -c test.d Expected: string[string] Actual: AssociativeArray!(string,string) This might be related to issue 4723: http://d.puremagic.com/issues/show_bug.cgi?id=4723
Comment #1 by bus_dbugzilla — 2010-10-09T17:29:01Z
This is particularly problematic for metaprogramming due to issue 5030.
Comment #2 by code — 2011-08-04T02:19:29Z
*** This issue has been marked as a duplicate of issue 6433 ***