[Issue 3113] final overriding

2022-12-17 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=3113 Iain Buclaw changed: What|Removed |Added Priority|P2 |P3 --

[Issue 3113] final overriding

2019-09-27 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=3113 RazvanN changed: What|Removed |Added Keywords||bootcamp CC|

[Issue 3113] final overriding

2011-06-16 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=3113 yebblies yebbl...@gmail.com changed: What|Removed |Added Status|NEW |RESOLVED

[Issue 3113] final overriding

2011-06-16 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=3113 klickverbot c...@klickverbot.at changed: What|Removed |Added Status|RESOLVED|REOPENED

[Issue 3113] final overriding

2011-06-16 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=3113 --- Comment #3 from yebblies yebbl...@gmail.com 2011-06-16 05:18:11 PDT --- (In reply to comment #2) Reopening this, as the compiler doesn't even error out with the »-w« switch – the »override compulsory« check seems to be broken in the

[Issue 3113] final overriding

2011-06-16 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=3113 --- Comment #4 from klickverbot c...@klickverbot.at 2011-06-16 05:23:12 PDT --- R(In reply to comment #3) (In reply to comment #2) Reopening this, as the compiler doesn't even error out with the »-w« switch – the »override compulsory«

[Issue 3113] final overriding

2011-06-16 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=3113 --- Comment #4 from klickverbot c...@klickverbot.at 2011-06-16 05:23:12 PDT --- R(In reply to comment #3) (In reply to comment #2) Reopening this, as the compiler doesn't even error out with the »-w« switch – the »override compulsory«

[Issue 3113] final overriding

2011-06-16 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=3113 bearophile_h...@eml.cc changed: What|Removed |Added CC||bearophile_h...@eml.cc ---

[Issue 3113] final overriding

2011-06-16 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=3113 --- Comment #7 from yebblies yebbl...@gmail.com 2011-06-16 06:48:41 PDT --- (In reply to comment #5) Remove the �final� attribute and compile the example with -w, and you'll see. I get an error when compiling without the final attribute,

[Issue 3113] final overriding

2011-06-16 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=3113 Steven Schveighoffer schvei...@yahoo.com changed: What|Removed |Added CC|

[Issue 3113] final overriding

2011-06-16 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=3113 --- Comment #10 from yebblies yebbl...@gmail.com 2011-06-16 08:09:46 PDT --- (In reply to comment #9) (In reply to comment #8) This occurs even when I mark DerivedClass' function as final. I think it is quite clear that the example you

[Issue 3113] final overriding

2011-06-16 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=3113 --- Comment #9 from klickverbot c...@klickverbot.at 2011-06-16 08:06:26 PDT --- (In reply to comment #8) This occurs even when I mark DerivedClass' function as final. I think it is quite clear that the example you gave shouldn't compile, as

[Issue 3113] final overriding

2011-06-16 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=3113 --- Comment #11 from Steven Schveighoffer schvei...@yahoo.com 2011-06-16 08:20:45 PDT --- (In reply to comment #9) (In reply to comment #8) This occurs even when I mark DerivedClass' function as final. I think it is quite clear that