[Issue 5659] Conditional operator, array literal, and std.traits.CommonType return a wrong common type

2017-04-28 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=5659

hst...@quickfur.ath.cx changed:

   What|Removed |Added

 CC||hst...@quickfur.ath.cx
   See Also||https://issues.dlang.org/sh
   ||ow_bug.cgi?id=17141

--


[Issue 5659] Conditional operator, array literal, and std.traits.CommonType return a wrong common type

2011-06-20 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=5659


Kenji Hara k.hara...@gmail.com changed:

   What|Removed |Added

 CC||k.hara...@gmail.com


--- Comment #2 from Kenji Hara k.hara...@gmail.com 2011-06-20 01:49:44 PDT ---
Mostly agreed to this issue, but I have one question.

Is the common type of 'char' and 'immutable(char)' 'char'?
I guess it is 'const(char)' from implicit const conversion.

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


[Issue 5659] Conditional operator, array literal, and std.traits.CommonType return a wrong common type

2011-06-20 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=5659


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

   What|Removed |Added

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


--- Comment #3 from Walter Bright bugzi...@digitalmars.com 2011-06-20 
21:27:08 PDT ---
https://github.com/D-Programming-Language/dmd/commit/689ff6ad5fc17b4ab58ed273b27b44fd649fa1b1

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


[Issue 5659] Conditional operator, array literal, and std.traits.CommonType return a wrong common type

2011-02-27 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=5659


Bug 5659 depends on bug 3067, which changed state.

Bug 3067 Summary: std.range.chain returns a range of wrong type elements
http://d.puremagic.com/issues/show_bug.cgi?id=3067

   What|Old Value   |New Value

 Status|ASSIGNED|RESOLVED
 Resolution||DUPLICATE

--- Comment #1 from Haruki Shigemori rayerd@gmail.com 2011-02-27 07:45:37 
PST ---
*** Issue 3067 has been marked as a duplicate of this issue. ***

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