Thread overview
[Issue 21039] `alias this` returns 'null' for ref types when put into array initializer
Nov 08, 2021
Dlang Bot
Nov 08, 2021
Dlang Bot
Nov 08, 2021
Dlang Bot
July 12, 2020
https://issues.dlang.org/show_bug.cgi?id=21039

moonlightsentinel@disroot.org changed:

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

--- Comment #1 from moonlightsentinel@disroot.org ---
Digger blames this PR: https://github.com/dlang/dmd/pull/8712

--
July 12, 2020
https://issues.dlang.org/show_bug.cgi?id=21039

moonlightsentinel@disroot.org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Hardware|x86_64                      |All
                 OS|Linux                       |All

--
November 08, 2021
https://issues.dlang.org/show_bug.cgi?id=21039

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

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

--- Comment #2 from Dlang Bot <dlang-bot@dlang.rocks> ---
@BorisCarvajal created dlang/dmd pull request #13277 "Fix Issue 21039 - `alias this` returns 'null' for ref types when put into array initializer" fixing this issue:

- Fix Issue 21039 - `alias this` returns 'null' for ref types when put into array initializer

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

--
November 08, 2021
https://issues.dlang.org/show_bug.cgi?id=21039

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 #13277 "Fix Issue 21039 - `alias this` returns 'null' for ref types when put into array initializer" was merged into stable:

- 763784c1f2a3a2329facbbbceba6477a51a0fe7d by Boris Carvajal:
  Fix Issue 21039 - `alias this` returns 'null' for ref types when put into
array initializer

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

--
November 08, 2021
https://issues.dlang.org/show_bug.cgi?id=21039

--- Comment #4 from Dlang Bot <dlang-bot@dlang.rocks> ---
dlang/dmd pull request #13279 "Merge `stable` into `master`" was merged into master:

- 904fde46c4bad53ae65d72225d9b5f0c9beb6135 by Boris Carvajal:
  Fix Issue 21039 - `alias this` returns 'null' for ref types when put into
array initializer

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

--