[Mono-bugs] [Bug 77195][Nor] Changed - BitArray.CopyTo throws ArgumentException when 0-length BitArray is copied

bugzilla-daemon at bugzilla.ximian.com bugzilla-daemon at bugzilla.ximian.com
Sat Apr 29 11:28:34 EDT 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 atsushi at ximian.com.

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

--- shadow/77195	2006-02-17 21:16:56.000000000 -0500
+++ shadow/77195.tmp.26650	2006-04-29 11:28:33.000000000 -0400
@@ -1,15 +1,15 @@
 Bug#: 77195
 Product: Mono: Class Libraries
 Version: unspecified
 OS: All
 OS Details: 
-Status: ASSIGNED   
-Resolution: 
+Status: RESOLVED   
+Resolution: NOTABUG
 Severity: Unknown
-Priority: Major
+Priority: Normal
 Component: CORLIB
 AssignedTo: mono-bugs at ximian.com                            
 ReportedBy: monobugzilla at bakta.org               
 QAContact: mono-bugs at ximian.com
 TargetMilestone: ---
 URL: 
@@ -153,6 +153,11 @@
 
 #if !CLS
 //Replicate MS.NET bug
 if (array.Length == 0)
   return;
 #endif
+
+------- Additional Comments From atsushi at ximian.com  2006-04-29 11:28 -------
+If you really want to discuss such compile option do it on mono-dev.
+It isn't appropriate to talk about such wishlist thing on a specific
+bug report.


More information about the mono-bugs mailing list