Thread overview
[Issue 16635] Alias this for implicit conversion to "ref typeof(this)" causes dmd to run endlessly
Jan 27, 2021
Dlang Bot
[Issue 16635] Alias this for implicit conversion to "ref const(typeof(this))" causes dmd to segfault
Jan 27, 2021
Boris Carvajal
Jan 31, 2021
Dlang Bot
January 27, 2021
https://issues.dlang.org/show_bug.cgi?id=16635

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

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

--- Comment #1 from Dlang Bot <dlang-bot@dlang.rocks> ---
@BorisCarvajal created dlang/dmd pull request #12161 "Fix Issue 16635 - Alias this for implicit conversion to "ref typeof(t…" fixing this issue:

- Fix Issue 16635 - Alias this for implicit conversion to "ref typeof(this)" causes dmd to run endlessly

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

--
January 27, 2021
https://issues.dlang.org/show_bug.cgi?id=16635

Boris Carvajal <boris2.9@gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |boris2.9@gmail.com
           Hardware|x86_64                      |All
            Summary|Alias this for implicit     |Alias this for implicit
                   |conversion to "ref          |conversion to "ref
                   |typeof(this)" causes dmd to |const(typeof(this))" causes
                   |run endlessly               |dmd to segfault
                 OS|Linux                       |All

--
January 31, 2021
https://issues.dlang.org/show_bug.cgi?id=16635

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

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

--- Comment #2 from Dlang Bot <dlang-bot@dlang.rocks> ---
dlang/dmd pull request #12161 "Fix Issue 16635 - Alias this for implicit
conversion to "ref const(typeof(this))" causes dmd to segfault" was merged into
master:

- ccdd1ca11baee5174801deb41bdd5f93fbbb55a2 by Boris Carvajal:
  Fix Issue 16635 - Alias this for implicit conversion to "ref typeof(this)"
causes dmd to run endlessly

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

--