[Mono-bugs] [Bug 21042] Changed - Missing MarshalAs support

bugzilla-daemon@rocky.ximian.com bugzilla-daemon@rocky.ximian.com
10 Mar 2002 16:36:19 -0000


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 ravi@ximian.com.

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

--- shadow/21042	Tue Mar  5 15:44:09 2002
+++ shadow/21042.tmp.20592	Sun Mar 10 11:36:19 2002
@@ -1,13 +1,13 @@
 Bug#: 21042
 Product: Mono/MCS
 Version: unspecified
 OS: other
 OS Details: 
-Status: NEW   
-Resolution: 
+Status: RESOLVED   
+Resolution: FIXED
 Severity: 002 Two hours
 Priority: Major
 Component: Misc
 AssignedTo: ravi@ximian.com                            
 ReportedBy: miguel@ximian.com               
 QAContact: mono-bugs@ximian.com
@@ -54,6 +54,14 @@
 the parameter. Supposedly there is a Marshal Specification somewhere
 in the docs. There is some info in the docs for
 System.Runtime.InteropServices.MarshalAsAttribute.
 The compiler needs to support it since it's a special attribute (on
 parameters, for exampl, you need to set the info with
 ParameterBuilder.SetMarshal, I think).
+
+------- Additional Comments From ravi@ximian.com  2002-03-10 11:36 -------
+This has now been fixed in CVS. Handling this required nothing 
+really special; we just have to follow the strategy used by the 
+attribute resolution code to handle special attributes such as these.
+
+Paolo, Miguel, please let me know if there's anything else missing 
+in what was needed to be done here.