[Issue 8788] The super constructor call can be prevented by mentioning "return".

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

[Issue 8788] The super constructor call can be prevented by mentioning "return".

2012-10-09 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=8788 --- Comment #1 from David Eckardt 2012-10-09 07:27:39 PDT --- Of course the "if" condition in the third constructor should be f >= 3, not x == 3. -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email --- You are r

[Issue 8788] The super constructor call can be prevented by mentioning "return".

2012-10-10 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=8788 Don changed: What|Removed |Added CC||clugd...@yahoo.com.au --- Comment #2 from Don 2

[Issue 8788] The super constructor call can be prevented by mentioning "return".

2012-10-20 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=8788 --- Comment #3 from github-bugzi...@puremagic.com 2012-10-20 15:51:36 PDT --- Commit pushed to master at https://github.com/D-Programming-Language/dmd https://github.com/D-Programming-Language/dmd/commit/ecfb19e7d602594db174d9670416916b14b38466

[Issue 8788] The super constructor call can be prevented by mentioning "return".

2012-10-20 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=8788 Walter Bright changed: What|Removed |Added Status|NEW |RESOLVED CC|