[Issue 5763] traits.d BaseClassesTuple function incorrectly handles Object class argument

2013-01-08 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=5763


Andrei Alexandrescu  changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 CC||and...@erdani.com
 Resolution||FIXED


--- Comment #4 from Andrei Alexandrescu  2013-01-08 17:40:02 
PST ---
https://github.com/D-Programming-Language/phobos/pull/1061

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


[Issue 5763] traits.d BaseClassesTuple function incorrectly handles Object class argument

2013-01-08 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=5763


Andrej Mitrovic  changed:

   What|Removed |Added

   Keywords||pull
 CC||andrej.mitrov...@gmail.com
 AssignedTo|nob...@puremagic.com|andrej.mitrov...@gmail.com


--- Comment #3 from Andrej Mitrovic  2013-01-08 
13:22:59 PST ---
https://github.com/D-Programming-Language/phobos/pull/1061

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


[Issue 5763] traits.d BaseClassesTuple function incorrectly handles Object class argument

2011-03-21 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=5763



--- Comment #2 from Pupatenko Ilya  2011-03-21 12:47:58 PDT ---
(In reply to comment #0)
> It is said in documentation of std.traits module that "BaseTypeTuple!(Object)
> returns the empty type tuple."

I made a mistake, should be "BaseClassesTuple!(Object)"

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


[Issue 5763] traits.d BaseClassesTuple function incorrectly handles Object class argument

2011-03-21 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=5763



--- Comment #1 from Pupatenko Ilya  2011-03-21 12:43:10 PDT ---
Created an attachment (id=932)
Trivial patch to fix an issue

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