[Mono-bugs] [Bug 38689][Wis] Changed - byref boolean marshalling not inplemented

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Sun, 12 Oct 2003 12:58:22 -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 vargaz@freemail.hu.

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

--- shadow/38689	2003-10-07 14:35:23.000000000 -0400
+++ shadow/38689.tmp.30026	2003-10-12 12:58:22.000000000 -0400
@@ -1,13 +1,13 @@
 Bug#: 38689
 Product: Mono/Runtime
 Version: unspecified
 OS: unknown
 OS Details: 
-Status: NEW   
-Resolution: 
+Status: RESOLVED   
+Resolution: FIXED
 Severity: Unknown
 Priority: Wishlist
 Component: misc
 AssignedTo: mono-bugs@ximian.com                            
 ReportedBy: danmorg@sc.rr.com               
 QAContact: mono-bugs@ximian.com
@@ -76,6 +76,9 @@
 ------- Additional Comments From vargaz@freemail.hu  2003-10-07 14:35 -------
 The warning message is just a warning that some esoteric variations of
 boolean marshalling are not implemented. In general, it should work.
 Could you supply a test case, or at least a trace output ? A
 trace output is generated when mono is ran using the --trace argument.
 
+
+------- Additional Comments From vargaz@freemail.hu  2003-10-12 12:58 -------
+It is implemented now (by Bernie Solomon).