[Mono-bugs] [Bug 53230][Min] Changed - Synclock Blocks Not Implemented

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Mon, 26 Jul 2004 12:41:27 -0400 (EDT)


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 rafaelteixeirabr@hotmail.com.

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

--- shadow/53230	2004-02-20 11:23:52.000000000 -0500
+++ shadow/53230.tmp.4599	2004-07-26 12:41:27.000000000 -0400
@@ -1,13 +1,13 @@
 Bug#: 53230
-Product: Mono/Compilers
+Product: Mono: Compilers
 Version: unspecified
 OS: unknown
 OS Details: Microsoft Windows Server 2003 Enterprise Edition
-Status: NEW   
-Resolution: 
+Status: RESOLVED   
+Resolution: FIXED
 Severity: Unknown
 Priority: Minor
 Component: Basic
 AssignedTo: rafaelteixeirabr@hotmail.com                            
 ReportedBy: jconley@winfessor.com               
 QAContact: mono-bugs@ximian.com
@@ -50,6 +50,9 @@
 The code, with synclock blocks working would look like:
 
 Dim o As New Object
 Synclock o
     System.Console.WriteLine("In the lock")
 End Synclock
+
+------- Additional Comments From rafaelteixeirabr@hotmail.com  2004-07-26 12:41 -------
+In CVS HEAD, needs testing love