[Issue 18314] std.traits.getSymbolsByUDA only considers the first symbol of an overload set

d-bugmail at puremagic.com d-bugmail at puremagic.com
Sun Jan 28 15:17:12 UTC 2018


https://issues.dlang.org/show_bug.cgi?id=18314

Simen Kjaeraas <simen.kjaras at gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Keywords|                            |pull
             Status|RESOLVED                    |REOPENED
         Resolution|DUPLICATE                   |---

--- Comment #2 from Simen Kjaeraas <simen.kjaras at gmail.com> ---
Actually, I was wrong here. While the root issue is the same, the way
getSymbolsByUDA works should make it possible to fix it without addressing the
issues in bug 17941. Fixed in this PR:

https://github.com/dlang/phobos/pull/6085

--


More information about the Digitalmars-d-bugs mailing list