[Mono-bugs] [Bug 80299][Nor] Changed - [PATCH] Array.CopyTo/Array.Copy doesn't support Enum to underlying-type conversion

bugzilla-daemon at bugzilla.ximian.com bugzilla-daemon at bugzilla.ximian.com
Tue Dec 19 15:26:38 EST 2006


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 robertj at gmx.net.

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

--- shadow/80299	2006-12-18 06:53:59.000000000 -0500
+++ shadow/80299.tmp.18988	2006-12-19 15:26:38.000000000 -0500
@@ -1,23 +1,22 @@
 Bug#: 80299
-Product: Mono: Class Libraries
+Product: Mono: Runtime
 Version: 1.2
-OS: 
+OS: unknown
 OS Details: 
 Status: NEW   
 Resolution: 
-Severity: 
-Priority: Wishlist
-Component: CORLIB
+Severity: Unknown
+Priority: Normal
+Component: misc
 AssignedTo: mono-bugs at ximian.com                            
 ReportedBy: andyhume32 at yahoo.co.uk               
 QAContact: mono-bugs at ximian.com
 TargetMilestone: ---
 URL: 
-Cc: 
-Summary: Array.CopyTo/Array.Copy doesn't support Enum to underlying-type conversion
+Summary: [PATCH] Array.CopyTo/Array.Copy doesn't support Enum to underlying-type conversion
 
 In code developed on the MSFT CLR I have:
 
     enum ObexHeaderId : byte { .... }
 and then
 
@@ -73,6 +72,13 @@
 behaviour on the MSFT CLR is just by side effect and not intentional...
 
 ------- Additional Comments From andyhume32 at yahoo.co.uk  2006-12-18 06:53 -------
 Created an attachment (id=18325)
 C# code file containing NUnit test cases
 
+
+------- Additional Comments From robertj at gmx.net  2006-12-19 15:26 -------
+ves_icall_System_Array_SetValueImpl () doesn't take enums into
+account.
+
+-> runtime
+


More information about the mono-bugs mailing list