[Issue 5450] no match for implicit super() call in constructor

d-bugmail at puremagic.com d-bugmail at puremagic.com
Mon Jan 7 18:38:08 PST 2013


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


Andrej Mitrovic <andrej.mitrovich at gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |andrej.mitrovich at gmail.com


--- Comment #4 from Andrej Mitrovic <andrej.mitrovich at gmail.com> 2013-01-07 18:37:59 PST ---
(In reply to comment #3)
> The only bug here is it could be a better error message.

A shame I haven't noticed this report before fixing Issue 8928. The error is
now:

"Error: constructor foo.Bar.this no match for implicit super() call in
implicitly generated constructor"

But I could revert the fix for 8298 and instead avoid generating the ctor at
all and printing:

"Error: class foo.Bar cannot implicitly generate a default ctor when base class
foo.Foo is missing a default ctor"

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