[Mono-bugs] [Bug 76205][Maj] New - PC#4e,
Ch13: compile error in frmFileCopier.cs
bugzilla-daemon at bugzilla.ximian.com
bugzilla-daemon at bugzilla.ximian.com
Fri Sep 23 21:14:03 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 matt at use.net.
http://bugzilla.ximian.com/show_bug.cgi?id=76205
--- shadow/76205 2005-09-23 21:14:03.000000000 -0400
+++ shadow/76205.tmp.13018 2005-09-23 21:14:03.000000000 -0400
@@ -0,0 +1,43 @@
+Bug#: 76205
+Product: Mono: Compilers
+Version: 1.1
+OS:
+OS Details:
+Status: NEW
+Resolution:
+Severity:
+Priority: Major
+Component: C#
+AssignedTo: rharinath at novell.com
+ReportedBy: matt at use.net
+QAContact: mono-bugs at ximian.com
+TargetMilestone: ---
+URL:
+Cc:
+Summary: PC#4e, Ch13: compile error in frmFileCopier.cs
+
+Steps to reproduce the problem:
+1. download and unpack http://www.clock.org/~matt/tmp/fileCopier.tar.bz2
+2. compile using "find . -name "*.cs" | xargs gmcs -r:System.Data.dll
+-r:System.Drawing.dll -r:System.Windows.Forms"
+
+Actual Results:
+syntax error, got token `OPEN_BRACE'
+./frmFileCopier.cs(41,7): error CS8025: Parsing error
+
+
+
+Expected Results:
+should compile (and run correctly, but that's another bug)
+
+How often does this happen?
+ every time, with SVN as of right now.
+
+Additional Information:
+<miguel> Something is not resetting the stream position correctly, so the
+parser gets
+<miguel> IComparer< {
+<miguel> Ok, so it is a tokenizer bug
+<miguel> we have seen that before, it you remove the comments before the
+code, it works
+<miguel> I have no idea why
More information about the mono-bugs
mailing list