[Mono-bugs] [Bug 75966][Min] Changed - IsValidWarning fixes
required.
bugzilla-daemon at bugzilla.ximian.com
bugzilla-daemon at bugzilla.ximian.com
Sat Oct 29 16:16:45 EDT 2005
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 marek.safar at seznam.cz.
http://bugzilla.ximian.com/show_bug.cgi?id=75966
--- shadow/75966 2005-09-02 08:56:54.000000000 -0400
+++ shadow/75966.tmp.26923 2005-10-29 16:16:45.000000000 -0400
@@ -1,14 +1,14 @@
Bug#: 75966
Product: Mono: Compilers
Version: unspecified
-OS:
+OS: unknown
OS Details:
-Status: NEW
-Resolution:
-Severity:
+Status: RESOLVED
+Resolution: FIXED
+Severity: Unknown
Priority: Minor
Component: C#
AssignedTo: mono-bugs at ximian.com
ReportedBy: miguel at ximian.com
QAContact: mono-bugs at ximian.com
TargetMilestone: ---
@@ -19,6 +19,9 @@
The IsValidWarning routine is fairly inneficient:
* Every time its called it initializes an array that we iterate through to
check for the right value.
* It should not do a linear scan, but a binary search on the array.
+
+------- Additional Comments From marek.safar at seznam.cz 2005-10-29 16:16 -------
+Fixed in SVN.
More information about the mono-bugs
mailing list