http://d.puremagic.com/issues/show_bug.cgi?id=4563



--- Comment #11 from bearophile_h...@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: -------

Reply via email to