Thread overview
[Issue 20833] Template members prevent __traits(getOverloads) from working properly
May 15, 2020
Richard Manthorpe
May 15, 2020
Richard Manthorpe
Jun 18, 2020
Dlang Bot
Jun 18, 2020
Dlang Bot
May 15, 2020
https://issues.dlang.org/show_bug.cgi?id=20833

--- Comment #1 from Richard Manthorpe <rmanth@gmail.com> ---
It looks like it broke when the third argument for `__traits(getOverloads)` was added. Note that adding a third argument doesn't help.

--
May 15, 2020
https://issues.dlang.org/show_bug.cgi?id=20833

--- Comment #2 from Richard Manthorpe <rmanth@gmail.com> ---
https://issues.dlang.org/show_bug.cgi?id=16206 Is the same problem - perhaps it was never actually fixed.

--
June 18, 2020
https://issues.dlang.org/show_bug.cgi?id=20833

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

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

--- Comment #3 from Dlang Bot <dlang-bot@dlang.rocks> ---
@rmanthorpe created dlang/dmd pull request #11295 "Fix Issue 20833 - Template members prevent __traits(getOverloads) from working properly" fixing this issue:

- Fix Issue 20833 - Template members prevent __traits(getOverloads) from
working properly

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

--
June 18, 2020
https://issues.dlang.org/show_bug.cgi?id=20833

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 #11295 "Fix Issue 20833 - Template members prevent __traits(getOverloads) from working properly" was merged into stable:

- db12c87031caa8a083556181572eab12e1e63d1c by Richard Manthorpe:
  Fix Issue 20833 - Template members prevent __traits(getOverloads) from
working properly

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

--