[Issue 6699] More cases of __error in error messages
d-bugmail at puremagic.com
d-bugmail at puremagic.com
Thu Feb 9 14:05:11 PST 2012
http://d.puremagic.com/issues/show_bug.cgi?id=6699
Don <clugdbug at yahoo.com.au> changed:
What |Removed |Added
----------------------------------------------------------------------------
AssignedTo|nobody at puremagic.com |clugdbug at yahoo.com.au
--- Comment #3 from Don <clugdbug at yahoo.com.au> 2012-02-09 14:05:09 PST ---
I have moved case D into a new bug 7477, since it involves more thought (it
isn't a simple error message issue).
I also add case E, which contains 3 more __error bugs:
class X : junk, junk2 {}
interface X2 : junk3 {}
crash.d(1): Error: undefined identifier junk
crash.d(1): Error: undefined identifier junk2
crash.d(1): Error: class crash.X base type must be class or interface, not
_error_
crash.d(1): Error: class crash.X base type must be interface, not _error_
crash.d(2): Error: undefined identifier junk3
crash.d(2): Error: interface crash.X2 base type must be interface, not _error_
--
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