[Issue 3728] getOverloads and identifier traits

d-bugmail at puremagic.com d-bugmail at puremagic.com
Wed Jan 20 10:08:36 PST 2010


http://d.puremagic.com/issues/show_bug.cgi?id=3728


Eldar Insafutdinov <e.insafutdinov at gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |e.insafutdinov at gmail.com


--- Comment #3 from Eldar Insafutdinov <e.insafutdinov at gmail.com> 2010-01-20 10:08:35 PST ---
(In reply to comment #2)
> Given the size and visibility of Qt, I think it's fair to leave this as
> critical. I also voted for it :o).

Yeah, it actually is a blocker as you cannot use unpatched dmd for qtd. Thanks
for voting. In fact this functionality was requested in the bug report 2855.
The reason why we replace getVirtualFunctions with getOverloads rather than add
the new one is because the functionality that the former provides could easily
be achieved by filtering out the ouput of the latter with isVirtualFunction
trait. That way we don't bloat __traits.

The mentioned patch also provides isStaticFunction trait which we will
eventually need.

-- 
Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email
------- You are receiving this mail because: -------


More information about the Digitalmars-d-bugs mailing list