[Mono-bugs] [Bug 52574][Nor] New - mcs prints no origin on "#endregion directive expected" error

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Sat, 3 Jan 2004 08:57:31 -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 bugs@mbalz.de.

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

--- shadow/52574	2004-01-03 08:57:31.000000000 -0500
+++ shadow/52574.tmp.13600	2004-01-03 08:57:31.000000000 -0500
@@ -0,0 +1,33 @@
+Bug#: 52574
+Product: Mono/Compilers
+Version: unspecified
+OS: 
+OS Details: Debian
+Status: NEW   
+Resolution: 
+Severity: 
+Priority: Normal
+Component: C#
+AssignedTo: mono-bugs@ximian.com                            
+ReportedBy: bugs@mbalz.de               
+QAContact: mono-bugs@ximian.com
+TargetMilestone: ---
+URL: 
+Cc: 
+Summary: mcs prints no origin on "#endregion directive expected" error
+
+Description of Problem:
+mcs prints no origin sourcefile when reporting an "#endregion directive
+expected" error
+
+Steps to reproduce the problem:
+compile a class containing a "#region" statement without matching
+"#endregion" statement
+
+Actual Results:
+mcs prints the line
+'error CS1038: #endregion directive expected'
+
+Expected Results:
+output should containt information about where the error was found, like
+'error CS1038: #endregion directive expected in MyClass.cs'