Thread overview
[Issue 19884] [regression] Error: alias op = op; cannot alias itself, use a qualified name to create an overload set
Nov 21, 2019
Dlang Bot
Nov 22, 2019
Dlang Bot
May 18, 2019
https://issues.dlang.org/show_bug.cgi?id=19884

hsteoh@quickfur.ath.cx changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
            Summary|Error: alias op = op;       |[regression] Error: alias
                   |cannot alias itself, use a  |op = op; cannot alias
                   |qualified name to create an |itself, use a qualified
                   |overload set                |name to create an overload
                   |                            |set

--
May 18, 2019
https://issues.dlang.org/show_bug.cgi?id=19884

--- Comment #1 from hsteoh@quickfur.ath.cx ---
Git bisect found the bad commit: 3e22ae81b18d6caa57865aaa3e0d48ea6678903a (dmd PR #9769 - fix issue 9029).

--
November 21, 2019
https://issues.dlang.org/show_bug.cgi?id=19884

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

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

--- Comment #2 from Dlang Bot <dlang-bot@dlang.rocks> ---
@StianGulpen created dlang/dmd pull request #10599 "fix issue 19884 - [regression] Error: alias op = op; cannot alias its…" fixing this issue:

- fix issue 19884 - [regression] Error: alias op = op; cannot alias itself, use a qualified name to create an overload set

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

--
November 22, 2019
https://issues.dlang.org/show_bug.cgi?id=19884

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 #10599 "fix issue 19884 - [regression] Error: alias op = op; cannot alias its…" was merged into stable:

- 2bf46b6365843868b465954077d6a4a09c023d45 by Stian Gulpen:
  fix issue 19884 - [regression] Error: alias op = op; cannot alias itself, use
a qualified name to create an overload set

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

--