[Mono-bugs] [Bug 38958][Wis] Changed - Compiler throws regular expression exception during compilation

bugzilla-daemon@rocky.ximian.com bugzilla-daemon@rocky.ximian.com
Sun, 2 Mar 2003 10:42:33 -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=38958

--- shadow/38958	Sun Mar  2 03:04:49 2003
+++ shadow/38958.tmp.11492	Sun Mar  2 10:42:33 2003
@@ -1,14 +1,14 @@
 Bug#: 38958
 Product: Mono/MCS
 Version: unspecified
 OS: other
 OS Details: 
-Status: NEW   
-Resolution: 
-Severity: 
+Status: RESOLVED   
+Resolution: NOTABUG
+Severity: Unknown
 Priority: Wishlist
 Component: Misc
 AssignedTo: mono-bugs@ximian.com                            
 ReportedBy: duncan@ximian.com               
 QAContact: mono-bugs@ximian.com
 TargetMilestone: ---
@@ -66,7 +66,16 @@
 in <0x0075d> 00 Mono.CSharp.Driver:MainDriver (string[])
 in <0x0000f> 00 Mono.CSharp.Driver:Main (string[])
 
 ------- Additional Comments From duncan@ximian.com  2003-03-02 03:04 -------
 Created an attachment (id=3533)
 My little xpath tool that causes this crash
+
+
+------- Additional Comments From gonzalo@ximian.com  2003-03-02 10:42 -------
+I'm using latest CVS and it works fine. I get a bunch of errors that
+are fixed changing the line 65 of xpath.cs to be:
+
+	XmlTextWriter writer = new XmlTextWriter (Console.Out);
+
+which is the proper .ctor you wanted to use.