[Mono-bugs] [Bug 75625][Nor] Changed - Generic interfaces don't
work as they should work...
bugzilla-daemon at bugzilla.ximian.com
bugzilla-daemon at bugzilla.ximian.com
Thu Jul 28 18:28:35 EDT 2005
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 roosmaa at gmail.com.
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: mono-bugs at ximian.com
ReportedBy: roosmaa at gmail.com
QAContact: mono-bugs at ximian.com
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 roosmaa at gmail.com 2005-07-24 18:12 -------
Created an attachment (id=15490)
Testcase
+
+------- Additional Comments From roosmaa at gmail.com 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.)
More information about the mono-bugs
mailing list