[Issue 2881] x.stringof returns typeof(x).stringof when x is an enum

2010-06-01 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=2881 Walter Bright changed: What|Removed |Added Status|NEW |RESOLVED CC|

[Issue 2881] x.stringof returns typeof(x).stringof when x is an enum

2010-04-29 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=2881 --- Comment #4 from nfx...@gmail.com 2010-04-29 01:42:30 PDT --- If you just want to get the member names of a struct, there's an easy work around: use SomeStructType.tupleof.stringof and parse the result. Some strange inconsistency makes dmd us

[Issue 2881] x.stringof returns typeof(x).stringof when x is an enum

2010-03-14 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=2881 --- Comment #3 from nfx...@gmail.com 2010-03-14 10:06:36 PDT --- Vladimir, did the patch I posted fix the problem for you, without regressions in other parts of the code? (Really nice that someone else cares about this problem. Maybe I can stop

[Issue 2881] x.stringof returns typeof(x).stringof when x is an enum

2010-03-14 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=2881 Vladimir changed: What|Removed |Added CC||thecybersha...@gmail.com Version|

[Issue 2881] x.stringof returns typeof(x).stringof when x is an enum

2010-01-13 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=2881 nfx...@gmail.com changed: What|Removed |Added Keywords||patch --- Comment #1 from nfx...@gma