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 [EMAIL PROTECTED] http://bugzilla.ximian.com/show_bug.cgi?id=75625 --- shadow/75625 2005-07-24 18:12:16.000000000 -0400 +++ shadow/75625.tmp.14463 2005-07-28 18:28:35.000000000 -0400 @@ -1,23 +1,23 @@ Bug#: 75625 Product: Mono: Class Libraries Version: unspecified -OS: +OS: All OS Details: Mono from svn HEAD Status: NEW Resolution: -Severity: +Severity: Unknown Priority: Normal Component: CORLIB AssignedTo: [EMAIL PROTECTED] ReportedBy: [EMAIL PROTECTED] QAContact: [EMAIL PROTECTED] TargetMilestone: --- URL: Cc: -Summary: "Dictionary<TKey, TValue> (Dictionary<TKey, TValue>)" constructor broken +Summary: Generic interfaces don't work as they should work... Hi, The Dictionary class constructor "Dictionary<TKey, TValue> (Dictionary<TKey, TValue>)" fails to make a copy of an existing dictionary. It throws the folowing exception: @@ -36,6 +36,12 @@ I have added a test case. ------- Additional Comments From [EMAIL PROTECTED] 2005-07-24 18:12 ------- Created an attachment (id=15490) Testcase + +------- Additional Comments From [EMAIL PROTECTED] 2005-07-28 18:28 ------- +Did some futher research on this, and it seems that it is not +Dictionary class fault. There is something wrong with gmcs (probably), +as it doesn't use the right interface. I have attached a file, to +demonstrate what I mean. (Can't explain easily what's wrong.) _______________________________________________ mono-bugs maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-bugs
