[Issue 3728] getOverloads and identifier traits

2015-06-09 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=3728

Andrei Alexandrescu and...@erdani.com changed:

   What|Removed |Added

Version|unspecified |D2

--


[Issue 3728] getOverloads and identifier traits

2010-01-31 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=3728


Walter Bright bugzi...@digitalmars.com changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution||FIXED


--- Comment #8 from Walter Bright bugzi...@digitalmars.com 2010-01-30 
22:47:42 PST ---
fixed dmd 2.040

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


[Issue 3728] getOverloads and identifier traits

2010-01-22 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=3728


Walter Bright bugzi...@digitalmars.com changed:

   What|Removed |Added

 CC||bugzi...@digitalmars.com


--- Comment #5 from Walter Bright bugzi...@digitalmars.com 2010-01-22 
02:37:22 PST ---
Changeset 346

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


[Issue 3728] getOverloads and identifier traits

2010-01-22 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=3728



--- Comment #7 from Walter Bright bugzi...@digitalmars.com 2010-01-22 
20:25:36 PST ---
Added the (), changeset 347

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


[Issue 3728] getOverloads and identifier traits

2010-01-20 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=3728



--- Comment #1 from Max Samukha samu...@voliacable.com 2010-01-20 09:09:47 
PST ---
Created an attachment (id=553)
getOverloads, identifier traits

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


[Issue 3728] getOverloads and identifier traits

2010-01-20 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=3728


Max Samukha samu...@voliacable.com changed:

   What|Removed |Added

   Severity|critical|enhancement


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


[Issue 3728] getOverloads and identifier traits

2010-01-20 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=3728


Andrei Alexandrescu and...@metalanguage.com changed:

   What|Removed |Added

 CC||and...@metalanguage.com
   Severity|enhancement |critical


--- Comment #2 from Andrei Alexandrescu and...@metalanguage.com 2010-01-20 
09:39:09 PST ---
Given the size and visibility of Qt, I think it's fair to leave this as
critical. I also voted for it :o).

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


[Issue 3728] getOverloads and identifier traits

2010-01-20 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=3728


Eldar Insafutdinov e.insafutdi...@gmail.com changed:

   What|Removed |Added

 CC||e.insafutdi...@gmail.com


--- Comment #3 from Eldar Insafutdinov e.insafutdi...@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: ---


[Issue 3728] getOverloads and identifier traits

2010-01-20 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=3728



--- Comment #4 from Max Samukha samu...@voliacable.com 2010-01-20 11:07:36 
PST ---
When implementing isStaticFunction, please make sure it returns true for any
function that doesn't require a context pointer (even if there is no explicit
STCstatic).

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