Thread overview
[Issue 19729] Constructor overloads coming from mixin are not resolved
Mar 10, 2019
Basile-z
Mar 10, 2019
Basile-z
Mar 10, 2019
Basile-z
Aug 30, 2020
Dlang Bot
Sep 04, 2020
Dlang Bot
March 10, 2019
https://issues.dlang.org/show_bug.cgi?id=19729

elpenguino+D@gmail.com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |elpenguino+D@gmail.com

--- Comment #1 from elpenguino+D@gmail.com ---
This looks pretty similar to https://issues.dlang.org/show_bug.cgi?id=11500

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

--- Comment #2 from Basile-z <b2.temp@gmx.com> ---
Sorry i should have precised that the bug will only start existing once https://issues.dlang.org/show_bug.cgi?id=17259 fixed. Which will come in a neat future. For now it's still an ICE. I'll see later if this is the same as 11500.

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

Basile-z <b2.temp@gmx.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Keywords|                            |rejects-valid

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

Basile-z <b2.temp@gmx.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           See Also|                            |https://issues.dlang.org/sh
                   |                            |ow_bug.cgi?id=11500

--
August 30, 2020
https://issues.dlang.org/show_bug.cgi?id=19729

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

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

--- Comment #3 from Dlang Bot <dlang-bot@dlang.rocks> ---
@NilsLankila created dlang/dmd pull request #11652 "fix issue 19729 - Constructor overloads coming from mixin are not resolved" fixing this issue:

- fix issue 19729 - Constructor overloads coming from mixin are not resolved

  The test _b17259.d_ was created to check that an ICE was fixed but then this
became a reject-valid.
  Make it working for good this time.

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

--
September 04, 2020
https://issues.dlang.org/show_bug.cgi?id=19729

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

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

--- Comment #4 from Dlang Bot <dlang-bot@dlang.rocks> ---
dlang/dmd pull request #11652 "fix issue 19729 - Constructor overloads coming from mixin are not resolved" was merged into master:

- 45656385de8b9f443941a260ae0a4cee253e6c78 by Nils Lankila:
  fix issue 19729 - Constructor overloads coming from mixin are not resolved

  The test _b17259.d_ was created to check that an ICE was fixed but then this
became a reject-valid.
  Make it working for good this time.

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

--