[Issue 2840] Missing line number for int %= complex

d-bugmail at puremagic.com d-bugmail at puremagic.com
Wed Jun 10 17:21:47 PDT 2009


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





--- Comment #3 from Don <clugdbug at yahoo.com.au>  2009-06-10 17:21:46 PDT ---
Aargh! You're right. That's useless! That defeats the whole purpose of an error
type.
It also makes ErrorExp() completely erroneous, because it's just an integer
expression without line number! (there's no Loc in the constructor).

I think there's at least one other patch I've submitted which is invalid for
the same reason.
There definitely needs to be an error type. It would take a lot of familiarity
with the code to be able to make one, though.

-- 
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