[Mono-bugs] [Bug 68387][Min] New - [GMCS] generic type name should not be Foo`1<T> but should be Foo`1[T]

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Thu, 14 Oct 2004 18:03:07 -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 atsushi@ximian.com.

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

--- shadow/68387	2004-10-14 18:03:07.000000000 -0400
+++ shadow/68387.tmp.3835	2004-10-14 18:03:07.000000000 -0400
@@ -0,0 +1,23 @@
+Bug#: 68387
+Product: Mono: Compilers
+Version: unspecified
+OS: 
+OS Details: 
+Status: NEW   
+Resolution: 
+Severity: 
+Priority: Minor
+Component: C#
+AssignedTo: mono-bugs@ximian.com                            
+ReportedBy: atsushi@ximian.com               
+QAContact: mono-bugs@ximian.com
+TargetMilestone: ---
+URL: 
+Cc: 
+Summary: [GMCS] generic type name should not be Foo`1<T> but should be Foo`1[T]
+
+According to the corcompare results, Type.Name should be Foo`n[T]
+(Foo`1[T], Foo`2[K,V] etc.), while currently mono outputs Foo`1<T> like C#
+generics syntax.
+
+It affects on corcompare status pages.