Thread overview
[Issue 17259] ICE with multiple mixin templates containing conflicting ctor declarations
Mar 10, 2019
Dlang Bot
Mar 12, 2019
Dlang Bot
March 15, 2017
https://issues.dlang.org/show_bug.cgi?id=17259

hsteoh@quickfur.ath.cx changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Keywords|                            |ice

--
March 15, 2017
https://issues.dlang.org/show_bug.cgi?id=17259

--- Comment #1 from hsteoh@quickfur.ath.cx ---
Possibly related to: https://issues.dlang.org/show_bug.cgi?id=9235

--
March 10, 2019
https://issues.dlang.org/show_bug.cgi?id=17259

Dlang Bot <dlang-bot@dlang.rocks> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Keywords|                            |pull

--- Comment #2 from Dlang Bot <dlang-bot@dlang.rocks> ---
@Basile-z updated dlang/dmd pull request #9441 "fix 17259 -  ICE with multiple mixin templates containing conflicting…" fixing this issue:

- fix issue 17259 -  ICE with multiple mixin templates containing conflicting ctor declarations

  This only fixes the ICE, not the fact that resolution should work, as
explained in https://issues.dlang.org/show_bug.cgi?id=19729

https://github.com/dlang/dmd/pull/9441

--
March 12, 2019
https://issues.dlang.org/show_bug.cgi?id=17259

Dlang Bot <dlang-bot@dlang.rocks> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|---                         |FIXED

--- Comment #3 from Dlang Bot <dlang-bot@dlang.rocks> ---
dlang/dmd pull request #9441 "fix 17259 -  ICE with multiple mixin templates containing conflicting…" was merged into stable:

- 0e8a09a539068a7c04deb35a0fd7b9ecfc1becd9 by Basile Burg:
  fix issue 17259 -  ICE with multiple mixin templates containing conflicting
ctor declarations

  This only fixes the ICE, not the fact that resolution should work, as
explained in https://issues.dlang.org/show_bug.cgi?id=19729

https://github.com/dlang/dmd/pull/9441

--