Thread overview
[Issue 22801] [REG 2.099.0-beta.1] Can't return address of return ref parameter from constructor
Feb 21, 2022
Dlang Bot
Apr 01, 2022
Dlang Bot
Apr 01, 2022
Dlang Bot
February 21, 2022
https://issues.dlang.org/show_bug.cgi?id=22801

moonlightsentinel@disroot.org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |moonlightsentinel@disroot.o
                   |                            |rg

--- Comment #1 from moonlightsentinel@disroot.org ---
Introduced by https://github.com/dlang/dmd/pull/13577

--
February 21, 2022
https://issues.dlang.org/show_bug.cgi?id=22801

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

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

--- Comment #2 from Dlang Bot <dlang-bot@dlang.rocks> ---
@dkorpel created dlang/dmd pull request #13699 "Fix Issue 22801 - Can't return address of return ref parameter from constructor" fixing this issue:

- Fix Issue 22801 - Can't return address of return ref parameter from constructor

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

--
April 01, 2022
https://issues.dlang.org/show_bug.cgi?id=22801

--- Comment #3 from Dlang Bot <dlang-bot@dlang.rocks> ---
@dkorpel created dlang/dmd pull request #13940 "Fix Issue 22801 - [master] Can't return address of return ref parameter from constructor" fixing this issue:

- Fix Issue 22801 - Can't return address of return ref parameter from constructor

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

--
April 01, 2022
https://issues.dlang.org/show_bug.cgi?id=22801

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 #13940 "Fix Issue 22801 - [master] Can't return address of return ref parameter from constructor" was merged into master:

- 6fe45bc5418216449295a58e24c3b339cdc9fc6e by dkorpel:
  Fix Issue 22801 - Can't return address of return ref parameter from
constructor

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

--