Thread overview
[Issue 5498] wrong common type deduction for array of classes
Mar 04, 2014
Matt Kline
December 22, 2013
https://d.puremagic.com/issues/show_bug.cgi?id=5498



--- Comment #5 from hsteoh@quickfur.ath.cx 2013-12-21 19:22:06 PST ---
Related: issue #3543.

-- 
Configure issuemail: https://d.puremagic.com/issues/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
March 04, 2014
https://d.puremagic.com/issues/show_bug.cgi?id=5498


Matt Kline <mkline.on.d@gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |mkline.on.d@gmail.com


--- Comment #6 from Matt Kline <mkline.on.d@gmail.com> 2014-03-04 10:04:49 PST ---
*** Issue 12283 has been marked as a duplicate of this issue. ***

-- 
Configure issuemail: https://d.puremagic.com/issues/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
March 10, 2014
https://d.puremagic.com/issues/show_bug.cgi?id=5498



--- Comment #7 from github-bugzilla@puremagic.com 2014-03-09 21:44:26 PDT ---
Commits pushed to master at https://github.com/D-Programming-Language/dmd

https://github.com/D-Programming-Language/dmd/commit/ee35bf152debf2e76885581476b6bab7b3e13b1b Issue 5498 - array of elements of subtypes of a common supertype

arrayExpressionsToCommonType incorrectly uses condexp.e2->type rather than condexp.type to determine the common type of the array.

https://github.com/D-Programming-Language/dmd/commit/1ede8e2be68667c823b144b14257621fe14f511a Merge pull request #684 from yebblies/issue5498

Issue 5498 - array of elements of subtypes of a common supertype

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