Thread overview
[Issue 17373] traits getOverloads + multiple interface inheritance only see one of the interfaces' overloads
Feb 26, 2018
RazvanN
Jan 03, 2021
Dlang Bot
February 26, 2018
https://issues.dlang.org/show_bug.cgi?id=17373

RazvanN <razvan.nitu1305@gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |razvan.nitu1305@gmail.com

--- Comment #1 from RazvanN <razvan.nitu1305@gmail.com> ---
PR : https://github.com/dlang/dmd/pull/7959

--
April 24, 2018
https://issues.dlang.org/show_bug.cgi?id=17373

--- Comment #2 from github-bugzilla@puremagic.com ---
Commits pushed to master at https://github.com/dlang/dmd

https://github.com/dlang/dmd/commit/56e85cc59b594456bf56132ce2bcb73f559892a3 Fix Issue 17373 - traits getOverloads + multiple interface inheritance only see one of the interfaces' overloads

https://github.com/dlang/dmd/commit/1848c70c977c1ee66dd1fdbd40c729fc5a18898d Merge pull request #7959 from RazvanN7/Issue_17373

Fix Issue 17373 -  traits getOverloads + multiple interface inheritan… merged-on-behalf-of: Mike Franklin <JinShil@users.noreply.github.com>

--
April 24, 2018
https://issues.dlang.org/show_bug.cgi?id=17373

github-bugzilla@puremagic.com changed:

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

--
January 03, 2021
https://issues.dlang.org/show_bug.cgi?id=17373

--- Comment #3 from Dlang Bot <dlang-bot@dlang.rocks> ---
dlang/dmd pull request #12093 "[dmd-cxx] Backport more recent traits to the C++ port" was merged into dmd-cxx:

- 40ea03789d2b93aea1b2786c349bf17f6800eab4 by RazvanN7:
  [dmd-cxx] Fix Issue 17373 - traits getOverloads + multiple interface
inheritance only see one of the interfaces'
   overloads

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

--