[Mono-bugs] [Bug 63841][Nor] Changed - [PATCH] Type.GetElementType doesn't return null when expected
bugzilla-daemon@bugzilla.ximian.com
bugzilla-daemon@bugzilla.ximian.com
Mon, 20 Sep 2004 13:16:27 -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 miguel@ximian.com.
http://bugzilla.ximian.com/show_bug.cgi?id=63841
--- shadow/63841 2004-09-17 22:11:09.000000000 -0400
+++ shadow/63841.tmp.13933 2004-09-20 13:16:27.000000000 -0400
@@ -10,12 +10,13 @@
Component: CORLIB
AssignedTo: mono-bugs@ximian.com
ReportedBy: priewasser@gmx.at
QAContact: mono-bugs@ximian.com
TargetMilestone: ---
URL:
+Cc: grompf@sublimeintervention.com,lupus@ximian.com,vargaz@freemail.hu
Summary: [PATCH] Type.GetElementType doesn't return null when expected
Description of Problem:
Type.GetElementType() returns not null if the current Type is not an array
or a pointer, or is not passed by reference, but the Type self.
@@ -53,6 +54,9 @@
------- Additional Comments From grompf@sublimeintervention.com 2004-09-17 22:11 -------
Created an attachment (id=10823)
third time is a charm; dont use MONO_IS_PTR; check if the type is MONO_TYPE_PTR
+
+------- Additional Comments From miguel@ximian.com 2004-09-20 13:16 -------
+Am CCing Zoltan/Lupus so they can approve this one.