[Issue 13830] Circular dependency between interface and implementation segfault the compiler

2014-12-07 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=13830

Kenji Hara  changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution|--- |DUPLICATE

--- Comment #2 from Kenji Hara  ---
The segfault is a dup of issue 13668, and fortunately it's already fixed in
git-head.

*** This issue has been marked as a duplicate of issue 13668 ***

--


[Issue 13830] Circular dependency between interface and implementation segfault the compiler

2014-12-07 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=13830

Dicebot  changed:

   What|Removed |Added

 CC||pub...@dicebot.lv

--- Comment #1 from Dicebot  ---
Does changing `Impl` to alias parameter instead of type parameter change
anything?

Anyway, compiler shouldn't crash. Please paste here exact ICE error line too.

--