[Mono-bugs] [Bug 35465][Wis] Changed - [return:] attribute target not properly handled

bugzilla-daemon@rocky.ximian.com bugzilla-daemon@rocky.ximian.com
11 Dec 2002 20:39:22 -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=35465

--- shadow/35465	Wed Dec 11 14:09:02 2002
+++ shadow/35465.tmp.28157	Wed Dec 11 15:39:22 2002
@@ -1,14 +1,14 @@
 Bug#: 35465
 Product: Mono/MCS
 Version: unspecified
 OS: other
 OS Details: 
-Status: NEW   
+Status: ASSIGNED   
 Resolution: 
-Severity: 
+Severity: Unknown
 Priority: Wishlist
 Component: Misc
 AssignedTo: mono-bugs@ximian.com                            
 ReportedBy: jonpryor@vt.edu               
 QAContact: mono-bugs@ximian.com
 TargetMilestone: ---
@@ -98,6 +98,13 @@
 produced between mcs and csc.exe.  Under mcs, the MethodAttribute got a
 token of 0C000001 while csc.exe gave it 0C000003, and the ReturnAttribute
 got 0C000002 under mcs while csc.exe gave it 0C000001.
 
 Thus, it appears that both mono and mcs need improvement in handling
 [return:] attribute targets.
+
+------- Additional Comments From ravi@ximian.com  2002-12-11 15:39 -------
+Thank you very much for the detailed bug report - I believe this is
+because mcs doesn't special case the return attribute target :-)
+
+I shall take care of this right away - I remember there is a special
+method to set the return custom attribute. Hmmm ...