[Issue 9631] New: Error message not using fully qualified name when appropriate.
d-bugmail at puremagic.com
d-bugmail at puremagic.com
Sat Mar 2 01:29:16 PST 2013
http://d.puremagic.com/issues/show_bug.cgi?id=9631
Summary: Error message not using fully qualified name when
appropriate.
Product: D
Version: D2
Platform: All
OS/Version: All
Status: NEW
Severity: normal
Priority: P2
Component: DMD
AssignedTo: nobody at puremagic.com
ReportedBy: deadalnix at gmail.com
--- Comment #0 from deadalnix <deadalnix at gmail.com> 2013-03-02 01:29:14 PST ---
I'm doing some refactoring in SDC. Doing so, I'm moving this to use a new
implementation of Location. I get often message like :
Error: cannot implicitly convert expression (e.location) of type Location to
Location
The error message is about me using the new Location when the old is expected
or the other way around. But the message itself is kind of cryptic.
DMD should use the fully qualified name in error message when the regular name
isn't enough.
--
Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
More information about the Digitalmars-d-bugs
mailing list