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: nob...@puremagic.com ReportedBy: deadal...@gmail.com --- Comment #0 from deadalnix <deadal...@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: -------