October 12, 2012 [Issue 8806] New: fullyQualifiedName!T does not work for inner types | ||||
---|---|---|---|---|
| ||||
http://d.puremagic.com/issues/show_bug.cgi?id=8806 Summary: fullyQualifiedName!T does not work for inner types Product: D Version: D2 Platform: All OS/Version: All Status: NEW Severity: normal Priority: P2 Component: Phobos AssignedTo: nobody@puremagic.com ReportedBy: sludwig@outerproduct.org --- Comment #0 from Sönke Ludwig <sludwig@outerproduct.org> 2012-10-12 01:18:47 PDT --- --- module test; import std.traits; struct S { struct Inner { } } pragma(msg, fullyQualifiedName!(S.Inner)); --- Outputs just "Inner" instead of "test.S.Inner". -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- |
June 14, 2013 [Issue 8806] fullyQualifiedName!T does not work for inner types | ||||
---|---|---|---|---|
| ||||
Posted in reply to Sönke Ludwig | http://d.puremagic.com/issues/show_bug.cgi?id=8806 Dicebot <m.strashun@gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED CC| |m.strashun@gmail.com Resolution| |FIXED --- Comment #1 from Dicebot <m.strashun@gmail.com> 2013-06-14 01:15:00 PDT --- Works in 2.063, likely fixed during last big fullyQualifiedName revamp. -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- |
Copyright © 1999-2021 by the D Language Foundation