Thread overview
[Issue 19824] The specifications don't give examples of aliases of function pointers, delegates, and function literals.
Apr 25, 2019
Basile-z
Dec 17, 2022
Iain Buclaw
Dec 17, 2022
Iain Buclaw
Aug 26, 2023
Nick Treleaven
Oct 11, 2023
Basile-z
April 25, 2019
https://issues.dlang.org/show_bug.cgi?id=19824

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

           What    |Removed                     |Added
----------------------------------------------------------------------------
            Summary|The specifications don't    |The specifications don't
                   |give examples of aliases of |give examples of aliases of
                   |function pointers,          |function pointers,
                   |delegates, an function      |delegates, and function
                   |literals.                   |literals.

--
December 17, 2022
https://issues.dlang.org/show_bug.cgi?id=19824

Iain Buclaw <ibuclaw@gdcproject.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Priority|P1                          |P3

--
December 17, 2022
https://issues.dlang.org/show_bug.cgi?id=19824

Iain Buclaw <ibuclaw@gdcproject.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Priority|P3                          |P4

--
August 26, 2023
https://issues.dlang.org/show_bug.cgi?id=19824

Nick Treleaven <nick@geany.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |nick@geany.org

--- Comment #1 from Nick Treleaven <nick@geany.org> ---
The docs here: https://dlang.org/spec/declaration.html#alias

Since filed, do link to aliasing of function types, function pointer types and function literals.

Also this pull improves the docs for aliasing function literals when a parameter type is not specified: https://github.com/dlang/dlang.org/pull/3689

--
October 11, 2023
https://issues.dlang.org/show_bug.cgi?id=19824

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

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

--