[Mono-bugs] [Bug 46221][Wis] Changed - monodis does not use full methodref name for features

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Fri, 22 Aug 2003 12:16:37 -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=46221

--- shadow/46221	2003-07-13 14:41:02.000000000 -0400
+++ shadow/46221.tmp.17225	2003-08-22 12:16:36.000000000 -0400
@@ -1,14 +1,14 @@
 Bug#: 46221
 Product: Mono/Runtime
 Version: unspecified
-OS: 
+OS: unknown
 OS Details: 
-Status: NEW   
-Resolution: 
-Severity: 
+Status: RESOLVED   
+Resolution: FIXED
+Severity: Unknown
 Priority: Wishlist
 Component: misc
 AssignedTo: mono-bugs@ximian.com                            
 ReportedBy: jackson@latitudegeo.com               
 QAContact: mono-bugs@ximian.com
 TargetMilestone: ---
@@ -73,6 +73,15 @@
 How often does this happen? 
 
 Allways
 
 
 Additional Information:
+
+------- Additional Comments From vargaz@freemail.hu  2003-08-22 12:16 -------
+Fixed in CVS. Note, that according to partition II, section 16:
+
+.get specifies the getter for this property.  The <typeSpec> defaults
+to the current type.
+
+So ilasm should still handle the case where the type name is not
+specified. The same goes for events too.