[Mono-bugs] [Bug 68265][Blo] Changed - [GMCS]: Casting to a generic instance

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Wed, 13 Oct 2004 18:44:03 -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 martin@ximian.com.

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

--- shadow/68265	2004-10-13 18:21:03.000000000 -0400
+++ shadow/68265.tmp.15897	2004-10-13 18:44:03.000000000 -0400
@@ -5,19 +5,19 @@
 OS Details: Fedora Development on Pentium M
 Status: NEW   
 Resolution: 
 Severity: Unknown
 Priority: Blocker
 Component: misc
-AssignedTo: mono-bugs@ximian.com                            
+AssignedTo: martin@ximian.com                            
 ReportedBy: luca.barbieri@gmail.com               
 QAContact: mono-bugs@ximian.com
 TargetMilestone: ---
 URL: 
 Cc: 
-Summary: Generics are broken
+Summary: [GMCS]: Casting to a generic instance
 
 Description of Problem:
 The attached code doesn't work, which is astounding.
 
 
 Steps to reproduce the problem:
@@ -139,6 +139,9 @@
 
 ------- Additional Comments From luca.barbieri@gmail.com  2004-10-13 18:21 -------
 It also fails if Gen<int> is replaced with Gen<REF_TYPE> where
 REF_TYPE is a reference type, while of course it works if Gen<int> is
 replaced with a non-generic type.
 
+
+------- Additional Comments From martin@ximian.com  2004-10-13 18:44 -------
+Very funny summary ;-)