Thread overview
[Issue 8065] No way to write function/delegate literals returning ref T
Mar 09, 2017
b2.temp@gmx.com
Mar 09, 2017
b2.temp@gmx.com
Apr 05, 2019
Dlang Bot
Apr 07, 2019
Dlang Bot
Mar 21, 2020
Basile-z
March 09, 2017
https://issues.dlang.org/show_bug.cgi?id=8065

b2.temp@gmx.com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |b2.temp@gmx.com

--
March 09, 2017
https://issues.dlang.org/show_bug.cgi?id=8065

b2.temp@gmx.com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Severity|normal                      |enhancement

--- Comment #1 from b2.temp@gmx.com ---
Changed to enhancement. This is not even something that exist in the grammar, which would have to be changed to something like


delegate Typeopt refopt ParameterMemberAttributes opt FunctionLiteralBody

--
April 05, 2019
https://issues.dlang.org/show_bug.cgi?id=8065

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

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

--- Comment #2 from Dlang Bot <dlang-bot@dlang.rocks> ---
@BorisCarvajal updated dlang/dmd pull request #9558 "Fixes issues 16271, 18825, 8065, 5050 - Allow function literals return by reference" fixing this issue:

- Fixes issues 16271, 18825, 8065, 5050 - Allow function literals return by reference

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

--
April 07, 2019
https://issues.dlang.org/show_bug.cgi?id=8065

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 #9558 "Fixes issues 16271, 18825, 8065, 5050 - Allow function literals return by reference" was merged into master:

- 60251b8f0e191a8f0f5142ddd2d3807d0e06c58a by Boris Carvajal:
  Fixes issues 16271, 18825, 8065, 5050 - Allow function literals return by
reference

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

--
March 21, 2020
https://issues.dlang.org/show_bug.cgi?id=8065

Basile-z <b2.temp@gmx.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|b2.temp@gmx.com             |

--