Thread overview
[Issue 22291] __traits(arguments) to return a tuple of the function arguments
Sep 09, 2021
Adam D. Ruppe
Sep 13, 2021
Dlang Bot
Jan 21, 2022
Dlang Bot
Jul 04, 2022
Andrej Mitrovic
September 09, 2021
https://issues.dlang.org/show_bug.cgi?id=22291

Adam D. Ruppe <destructionator@gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Keywords|                            |industry

--
September 13, 2021
https://issues.dlang.org/show_bug.cgi?id=22291

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

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

--- Comment #1 from Dlang Bot <dlang-bot@dlang.rocks> ---
@maxhaton created dlang/dmd pull request #13071 "Fix Issue 22291 - Implement __traits(arguments)" fixing this issue:

- Fix Issue 22291 - Implement __traits(arguments)

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

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

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 #13071 "Fix Issue 22291 - Implement __traits(parameters)" was merged into master:

- 7798569c3c80a22b9a7013209d25a1b16a72c7e0 by Max Haughton:
  Fix Issue 22291 - Implement __traits(arguments)

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

--
July 04, 2022
https://issues.dlang.org/show_bug.cgi?id=22291

Andrej Mitrovic <andrej.mitrovich@gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |andrej.mitrovich@gmail.com

--- Comment #3 from Andrej Mitrovic <andrej.mitrovich@gmail.com> ---
*** Issue 20266 has been marked as a duplicate of this issue. ***

--