[Issue 4563] [module system] Error messages for missing package or missing name
d-bugmail at puremagic.com
d-bugmail at puremagic.com
Wed Oct 24 11:10:29 PDT 2012
http://d.puremagic.com/issues/show_bug.cgi?id=4563
--- Comment #11 from bearophile_hugs at eml.cc 2012-10-24 11:10:27 PDT ---
(In reply to comment #10)
> Ok, I'll implement a pull and see what others think about it.
Thank you.
> It would make it much easier to debug such cases if the error spanned multiple
> lines and aligned the types, for example:
>
> Error: cannot implicitly convert expression (funcD) of type
> void function(int x, float y, int z) to
> void function(int x, int y, float z)
Better:
Error: cannot implicitly convert expression (funcD) of type:
void function(int x, float y, int z)
to type:
void function(int x, int y, float z)
--
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