Bug 316244 (MONO68387) - [GMCS] generic type name should not be Foo`1<T> but should be Foo`1[T]
Summary: [GMCS] generic type name should not be Foo`1<T> but should be Foo`1[T]
Status: RESOLVED FIXED
Alias: MONO68387
Product: Mono: Compilers
Classification: Mono
Component: C# (show other bugs)
Version: unspecified
Hardware: Other Other
: P3 - Medium : Minor
Target Milestone: ---
Assignee: Mono Bugs
QA Contact: Mono Bugs
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-10-15 01:03 UTC by Atsushi Enomoto
Modified: 2007-09-15 21:24 UTC (History)
0 users

See Also:
Found By: ---
Services Priority:
Business Priority:
Blocker: ---
Marketing QA Status: ---
IT Deployment: ---


Attachments
proposed quick fix (1.06 KB, patch)
2004-10-15 01:04 UTC, Thomas Wiest
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Thomas Wiest 2007-09-15 18:56:20 UTC


---- Reported by atsushi@ximian.com 2004-10-14 18:03:06 MST ----

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:16 MST ----

Created an attachment (id=166918)
proposed quick fix




---- Additional Comments From martin@ximian.com 2004-11-15 03:05:38 MST ----

Fixed in CVS.

Imported an attachment (id=166918)

Unknown operating system unknown. Setting to default OS "Other".