[Mono-bugs] [Bug 59299][Maj] Changed - byref parameters of async delegates do not work

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Fri, 3 Sep 2004 07:15:19 -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 lluis@ximian.com.

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

--- shadow/59299	2004-06-13 13:44:09.000000000 -0400
+++ shadow/59299.tmp.24323	2004-09-03 07:15:19.000000000 -0400
@@ -1,13 +1,13 @@
 Bug#: 59299
 Product: Mono: Runtime
 Version: unspecified
 OS: unknown
 OS Details: 
-Status: NEW   
-Resolution: 
+Status: RESOLVED   
+Resolution: FIXED
 Severity: Unknown
 Priority: Major
 Component: misc
 AssignedTo: mono-bugs@ximian.com                            
 ReportedBy: tum@veridicus.com               
 QAContact: mono-bugs@ximian.com
@@ -51,6 +51,9 @@
 		Console.WriteLine("x={0}, y={1}", x1, x2);
 	}
 }
 
 ------- Additional Comments From vargaz@freemail.hu  2004-05-29 15:39 -------
 The assert is fixed in CVS, but the result is still wrong.
+
+------- Additional Comments From lluis@ximian.com  2004-09-03 07:15 -------
+Fixed in CVS HEAD.