[Mono-bugs] [Bug 30383][Cos] Changed - #if/#endif, #region/#endregion
bugzilla-daemon@rocky.ximian.com
bugzilla-daemon@rocky.ximian.com
Mon, 6 Jan 2003 11:37:56 -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 jackson@latitudegeo.com.
http://bugzilla.ximian.com/show_bug.cgi?id=30383
--- shadow/30383 Wed Sep 18 01:06:39 2002
+++ shadow/30383.tmp.24825 Mon Jan 6 11:37:56 2003
@@ -1,13 +1,13 @@
Bug#: 30383
Product: Mono/MCS
Version: unspecified
OS: All
OS Details:
-Status: NEW
-Resolution:
+Status: CLOSED
+Resolution: FIXED
Severity: Unknown
Priority: Cosmetic
Component: Misc
AssignedTo: miguel@ximian.com
ReportedBy: gonzalo@ximian.com
QAContact: mono-bugs@ximian.com
@@ -51,6 +51,13 @@
otromas.cs(5,2): error CS1038: #endregion directive expected
------- Additional Comments From miguel@ximian.com 2002-09-18 01:06 -------
I am setting the priority to minimum, because the C# spec states that
they were compatible. It is indeed a bug in the spec, but I will fix
the other bugs first, and then get back to this.
+
+------- Additional Comments From jackson@latitudegeo.com 2003-01-06 11:37 -------
+I have checked in a patch that adds a REGION flag to #region
+directives, when #endregion directives are incountered it will check
+to make sure the value on the ifstack has the region tag, when else,
+elif, end endifs are pulled off the stack there is a check to make
+sure the REGION flag is not set.