[Issue 4058] Wrong error message with __traits(getMember

2013-01-01 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=4058 Andrej Mitrovic andrej.mitrov...@gmail.com changed: What|Removed |Added Resolution|FIXED |WORKSFORME

[Issue 4058] Wrong error message with __traits(getMember

2013-01-01 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=4058 --- Comment #2 from bearophile_h...@eml.cc 2013-01-01 19:44:47 PST --- Now this code: struct Test { void hello() {} } void main() { Test t; string m = hello; auto x = __traits(getMember, t, m); // line 7 } Prints:

[Issue 4058] Wrong error message with __traits(getMember

2012-10-20 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=4058 Andrej Mitrovic andrej.mitrov...@gmail.com changed: What|Removed |Added Status|NEW |RESOLVED