[Mono-bugs] [Bug 31910][Nor] Changed - crash when trying to compile class that has a property and method with same name
bugzilla-daemon@rocky.ximian.com
bugzilla-daemon@rocky.ximian.com
11 Oct 2002 05:08:16 -0000
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 miguel@ximian.com.
http://bugzilla.ximian.com/show_bug.cgi?id=31910
--- shadow/31910 Thu Oct 10 01:14:29 2002
+++ shadow/31910.tmp.7841 Fri Oct 11 01:08:16 2002
@@ -1,13 +1,13 @@
Bug#: 31910
Product: Mono/MCS
Version: unspecified
OS: unknown
OS Details:
-Status: NEW
-Resolution:
+Status: RESOLVED
+Resolution: FIXED
Severity: Unknown
Priority: Normal
Component: Misc
AssignedTo: martin@gnome.org
ReportedBy: vladimir@pobox.com
QAContact: mono-bugs@ximian.com
@@ -45,6 +45,9 @@
processing, this is what produces the crash. So that one is easy to fix.
The hard bit to fix is the fact that on CSC the story is different,
for some reason we do not catch this error, and eventually we try
copying a PropertyInfo and a MethodInfo into a MethodInfo array which
produces a different error.
+
+------- Additional Comments From miguel@ximian.com 2002-10-11 01:08 -------
+Ok this is fixed on CVS. Small confussion in the code