[Issue 21321] Class with unimplemented interface method compiles, links, then segfaults, if inherited through abstract base class

2023-02-02 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=21321 Dlang Bot changed: What|Removed |Added Keywords||pull --- Comment #8 from Dlang Bot --- @ntrel

[Issue 21321] Class with unimplemented interface method compiles, links, then segfaults, if inherited through abstract base class

2023-01-29 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=21321 Nick Treleaven changed: What|Removed |Added CC||msnmanc...@hotmail.com --- Comment #7 from

[Issue 21321] Class with unimplemented interface method compiles, links, then segfaults, if inherited through abstract base class

2022-11-13 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=21321 --- Comment #6 from Adam D. Ruppe --- And I hit it AGAIN today because in the interface, I wrote the wrong return type and used the right type in the class. The compiler SHOULD have said "original one not implemented" and drew my attention to it.

[Issue 21321] Class with unimplemented interface method compiles, links, then segfaults, if inherited through abstract base class

2022-03-11 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=21321 moonlightsenti...@disroot.org changed: What|Removed |Added CC||atila.ne...@gmail.com ---

[Issue 21321] Class with unimplemented interface method compiles, links, then segfaults, if inherited through abstract base class

2021-05-09 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=21321 --- Comment #4 from moonlightsenti...@disroot.org --- (In reply to Adam D. Ruppe from comment #3) > As such I'm upping the severity of this to regression. Regression introduced by https://github.com/dlang/dmd/pull/11191 (wow) --

[Issue 21321] Class with unimplemented interface method compiles, links, then segfaults, if inherited through abstract base class

2021-05-08 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=21321 Adam D. Ruppe changed: What|Removed |Added CC||destructiona...@gmail.com

[Issue 21321] Class with unimplemented interface method compiles, links, then segfaults, if inherited through abstract base class

2021-05-01 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=21321 moonlightsenti...@disroot.org changed: What|Removed |Added CC||moonlightsentinel@disroot.o

[Issue 21321] Class with unimplemented interface method compiles, links, then segfaults, if inherited through abstract base class

2021-05-01 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=21321 Simon Naarmann changed: What|Removed |Added Hardware|x86_64 |All OS|Linux