[Mono-bugs] [Bug 52800][Wis] Changed - System.Text.RegularExpression Incompatible IL

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Thu, 13 Jan 2005 18:23:09 -0500 (EST)


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 gonzalo@ximian.com.

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

--- shadow/52800	2004-05-12 13:43:46.000000000 -0400
+++ shadow/52800.tmp.27632	2005-01-13 18:23:09.000000000 -0500
@@ -1,13 +1,13 @@
 Bug#: 52800
 Product: Mono: Class Libraries
 Version: unspecified
 OS: unknown
 OS Details: 
-Status: NEW   
-Resolution: 
+Status: RESOLVED   
+Resolution: FIXED
 Severity: Unknown
 Priority: Wishlist
 Component: System
 AssignedTo: jackson@ximian.com                            
 ReportedBy: erdut2@ift.ulaval.ca               
 QAContact: mono-bugs@ximian.com
@@ -58,6 +58,10 @@
 actually execute the regex for each new item asked and then keep them in
 cache.  For exemple, a call to collection.Count will really do the job of
 matching the regex and not the Matches method like in mono. (Discovered
 this doing a benchmark)
 
 Could be a good improvement.
+
+------- Additional Comments From gonzalo@ximian.com  2005-01-13 18:23 -------
+I compiled a program that uses your function and then copied the exe
+over to windows. It worked fine.