[Mono-bugs] [Bug 66777][Nor] Changed - [PATCH] wrong CS0642 warning
bugzilla-daemon at bugzilla.ximian.com
bugzilla-daemon at bugzilla.ximian.com
Wed Aug 24 14:30:41 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 atsushi at ximian.com.
http://bugzilla.ximian.com/show_bug.cgi?id=66777
--- shadow/66777 2005-08-24 14:28:32.000000000 -0400
+++ shadow/66777.tmp.18724 2005-08-24 14:30:41.000000000 -0400
@@ -141,6 +141,18 @@
Ok, lets get this patch in.
------- Additional Comments From atsushi at ximian.com 2005-08-24 14:28 -------
Created an attachment (id=15635)
revised. The previous one didn't fix cs0642-2.cs
+
+------- Additional Comments From atsushi at ximian.com 2005-08-24 14:30 -------
+I made a tiny change and commiting the revised patch. Here is the
+reason of the change (from statement.cs):
+
+ // Some statements are wrapped by a Block. Since
+ // others' internal could be changed, here I treat
+ // them as possibly wrapped by Block equally.
+
+Lock in cs0642-6.cs and While in cs0642-2.cs showed such "non-wrapped"
+cases, while others are wrapped by a Block.
+
More information about the mono-bugs
mailing list