[Issue 5094] No implicit conversion with alias property this

2010-12-06 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=5094


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

   What|Removed |Added

 Status|NEW |RESOLVED
 CC||bugzi...@digitalmars.com
 Resolution||FIXED


--- Comment #2 from Walter Bright bugzi...@digitalmars.com 2010-12-06 
00:20:04 PST ---
http://www.dsource.org/projects/dmd/changeset/786

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


[Issue 5094] No implicit conversion with alias property this

2010-10-21 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=5094



--- Comment #1 from Shin Fujishiro rsi...@gmail.com 2010-10-21 10:07:27 PDT 
---
Created an attachment (id=789)
Patch against dmd r725, fixes implicitConvTo()

implicitConvTo() of TypeStruct and TypeClass don't deal with functions, and
just tests convertion from function type to value type (then fails).  The
attached patch fixes the problem by adding a special check for functions. 
Passed dmd/druntime/phobos tests.

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