[Issue 5056] Warning against virtual method call from constructor

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

[Issue 5056] Warning against virtual method call from constructor

2015-06-09 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=5056 Andrei Alexandrescu and...@erdani.com changed: What|Removed |Added Version|D1 D2 |D2 --

[Issue 5056] Warning against virtual method call from constructor

2013-06-05 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=5056 Andrej Mitrovic andrej.mitrov...@gmail.com changed: What|Removed |Added CC|

[Issue 5056] Warning against virtual method call from constructor

2013-06-05 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=5056 --- Comment #13 from Michal Minich michal.min...@gmail.com 2013-06-05 08:16:45 PDT --- (In reply to comment #12) (In reply to comment #11) dmd 2.063 - instance method is called before constructor. There's a simple fix for this, simply

[Issue 5056] Warning against virtual method call from constructor

2010-11-21 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=5056 Witold Baryluk bary...@smp.if.uj.edu.pl changed: What|Removed |Added CC|

[Issue 5056] Warning against virtual method call from constructor

2010-10-17 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=5056 --- Comment #9 from bearophile_h...@eml.cc 2010-10-17 16:58:48 PDT --- Thank you for all the comments. (In reply to comment #3) So yes, I think it would be a good thing to suggest as a best practice (certainly not a compiler error or

[Issue 5056] Warning against virtual method call from constructor

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

[Issue 5056] Warning against virtual method call from constructor

2010-10-16 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=5056 nfx...@gmail.com changed: What|Removed |Added CC||nfx...@gmail.com --- Comment #4

[Issue 5056] Warning against virtual method call from constructor

2010-10-16 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=5056 --- Comment #5 from Steven Schveighoffer schvei...@yahoo.com 2010-10-16 10:43:10 PDT --- (In reply to comment #4) The really bad thing is that D doesn't allow you to set up a sub class before calling the super constructor. Consider this:

[Issue 5056] Warning against virtual method call from constructor

2010-10-16 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=5056 --- Comment #7 from Steven Schveighoffer schvei...@yahoo.com 2010-10-16 12:09:12 PDT --- (In reply to comment #6) (In reply to comment #5) Hm... I just tried it, it does work. Were you thinking of something else? This confuses me. It

[Issue 5056] Warning against virtual method call from constructor

2010-10-16 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=5056 --- Comment #8 from Sobirari Muhomori dfj1es...@sneakemail.com 2010-10-16 12:26:11 PDT --- see bug 3393 -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email --- You are receiving this mail because: ---

[Issue 5056] Warning against virtual method call from constructor

2010-10-15 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=5056 Jonathan M Davis jmdavisp...@gmx.com changed: What|Removed |Added CC|