[Mono-bugs] [Bug 62984][Maj] Changed - [PATCH] CustomAttributeBuilder bug

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Fri, 17 Sep 2004 19:43:11 -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 grompf@sublimeintervention.com.

http://bugzilla.ximian.com/show_bug.cgi?id=62984

--- shadow/62984	2004-09-17 19:39:37.000000000 -0400
+++ shadow/62984.tmp.8731	2004-09-17 19:43:11.000000000 -0400
@@ -47,6 +47,11 @@
 The crux of this bug is that the cattr blob builder was trying to get a class from the 
 basetype which had data of 0x0; this is incorrect behaviour (as far as I understand from 
 marek on irc) it should keep the type boxed; the attached patch brings this behaviour into 
 sync with what marek explained should happen and succeeds in an additional test case 
 from marek (also attached)
 
+
+------- Additional Comments From grompf@sublimeintervention.com  2004-09-17 19:43 -------
+Created an attachment (id=10818)
+secondary testcase
+