[Mono-bugs] [Bug 68387][Min] Changed - [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:04:16 -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.3859 2004-10-14 18:04:16.000000000 -0400
@@ -18,6 +18,11 @@
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.
+
+------- Additional Comments From atsushi@ximian.com 2004-10-14 18:04 -------
+Created an attachment (id=12963)
+proposed quick fix
+