[Issue 8110] DMD tries to opCast when doing opEquals, and fails

2022-12-17 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=8110

Iain Buclaw  changed:

   What|Removed |Added

   Priority|P2  |P3

--


[Issue 8110] DMD tries to opCast when doing opEquals, and fails

2012-05-19 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=8110



--- Comment #2 from meh. m...@paranoici.org 2012-05-19 04:13:54 PDT ---
If to avoid the first error I add an opCast!(Object), it works with == but
fails in a weird way when casting.

Following an attachment that shows said behavior.

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


[Issue 8110] DMD tries to opCast when doing opEquals, and fails

2012-05-19 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=8110



--- Comment #3 from meh. m...@paranoici.org 2012-05-19 04:16:56 PDT ---
Created an attachment (id=1107)
 Reduced test case for weird cast behavior.

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


[Issue 8110] DMD tries to opCast when doing opEquals, and fails

2012-05-16 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=8110



--- Comment #1 from meh. m...@paranoici.org 2012-05-16 13:48:52 PDT ---
Created an attachment (id=1105)
Reduced testcase

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