[Mono-bugs] [Bug 28562][Nor] Changed - type info lost with enum arguments to a custom attr that takes an object

bugzilla-daemon@rocky.ximian.com bugzilla-daemon@rocky.ximian.com
5 Aug 2002 20:53:28 -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 martin@gnome.org.

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

--- shadow/28562	Mon Aug  5 07:20:17 2002
+++ shadow/28562.tmp.2651	Mon Aug  5 16:53:28 2002
@@ -2,16 +2,16 @@
 Product: Mono/MCS
 Version: unspecified
 OS: other
 OS Details: 
 Status: NEW   
 Resolution: 
-Severity: 
+Severity: Unknown
 Priority: Normal
 Component: Misc
-AssignedTo: mono-bugs@ximian.com                            
+AssignedTo: martin@gnome.org                            
 ReportedBy: lupus@ximian.com               
 QAContact: mono-bugs@ximian.com
 TargetMilestone: ---
 URL: 
 Cc: 
 Summary: type info lost with enum arguments to a custom attr that takes an object
@@ -24,6 +24,13 @@
 There is also a miscompilation issue, though:
 the entry:
 [My(TypeCode.Empty)]
 is miscompiled, because mcs takes the integer value of
 TypeCode.Empty and puts it into an object of type Int32.
 It should instead put it inside an object of type TypeCode.
+
+------- Additional Comments From martin@gnome.org  2002-08-05 16:53 -------
+I can neither find this test case nor reproduce this bug.  Can you 
+please mail me the test case or add it to CVS (but please use a 
+number such as test-158.cs so that it integrates nicely with the 
+existing tests) ?
+