Thread overview
[Issue 19936] Deprecated alias get this falsely triggers on appending to array
Jun 03, 2019
FeepingCreature
Jun 03, 2019
FeepingCreature
Jun 03, 2019
Dlang Bot
Jun 04, 2019
Dlang Bot
June 03, 2019
https://issues.dlang.org/show_bug.cgi?id=19936

--- Comment #1 from FeepingCreature <default_357-line@yahoo.de> ---
Oh, and it's a regression too (since 2.084.1).

--
June 03, 2019
https://issues.dlang.org/show_bug.cgi?id=19936

FeepingCreature <default_357-line@yahoo.de> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Severity|enhancement                 |regression

--
June 03, 2019
https://issues.dlang.org/show_bug.cgi?id=19936

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

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

--- Comment #2 from Dlang Bot <dlang-bot@dlang.rocks> ---
@FeepingCreature created dlang/dmd pull request #9953 "Fix issue 19936: `alias deprecated get this` falsely triggers deprecation on `array ~=`" fixing this issue:

- Fix issue 19936: don't attempt alias-this for the rhs of an opAppend overload if no applicable overload was found in the lhs.

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

--
June 04, 2019
https://issues.dlang.org/show_bug.cgi?id=19936

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 #9953 "[REG 2.084.1] Fix issue 19936: `alias deprecated get this` falsely triggers deprecation on `array ~=`" was merged into stable:

- 1885840b3151eae627a2127d055437b2ea2ac357 by Mathis Beer:
  Fix issue 19936: don't attempt alias-this for the rhs of an opAppend overload
if no applicable overload was found in the lhs

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

--