[Mono-bugs] [Bug 42416][Nor] Changed - mcs cannot cast a struct to an interface type

bugzilla-daemon@rocky.ximian.com bugzilla-daemon@rocky.ximian.com
Fri, 9 May 2003 13:25:08 -0400 (EDT)


Please do not reply to this email- if you want to comment on the bug, go to the
URL shown below and enter your comments there.

Changed by miguel@ximian.com.

http://bugzilla.ximian.com/show_bug.cgi?id=42416

--- shadow/42416	Tue May  6 02:32:57 2003
+++ shadow/42416.tmp.3956	Fri May  9 13:25:08 2003
@@ -1,14 +1,14 @@
 Bug#: 42416
 Product: Mono/MCS
 Version: unspecified
-OS: 
+OS: unknown
 OS Details: 
-Status: NEW   
-Resolution: 
-Severity: 
+Status: RESOLVED   
+Resolution: FIXED
+Severity: Unknown
 Priority: Normal
 Component: Misc
 AssignedTo: mono-bugs@ximian.com                            
 ReportedBy: mathpup@mylinuxisp.com               
 QAContact: mono-bugs@ximian.com
 TargetMilestone: ---
@@ -66,6 +66,10 @@
  
 Always 
  
 Additional Information: 
  
 Compiles fine with csc (Rotor).
+
+------- Additional Comments From miguel@ximian.com  2003-05-09 13:25 -------
+Thanks for the bug report.  I was not correctly boxing objects (lost
+the interface implementation information during box).