[Mono-bugs] [Bug 66242][Nor] Changed - [PATCH] TypeBuilder does not throw exception when defining default ctor and parent does not have default ctor

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Wed, 29 Sep 2004 08:22:19 -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 vargaz@gmail.com.

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

--- shadow/66242	2004-09-19 14:50:15.000000000 -0400
+++ shadow/66242.tmp.6656	2004-09-29 08:22:19.000000000 -0400
@@ -2,13 +2,13 @@
 Product: Mono: Class Libraries
 Version: unspecified
 OS: All
 OS Details: 
 Status: NEW   
 Resolution: 
-Severity: 
+Severity: Unknown
 Priority: Normal
 Component: CORLIB
 AssignedTo: mono-bugs@ximian.com                            
 ReportedBy: gert.driesen@pandora.be               
 QAContact: mono-bugs@ximian.com
 TargetMilestone: ---
@@ -23,6 +23,10 @@
 The attached patch corrects this, and adds a test case for it.
 
 ------- Additional Comments From gert.driesen@pandora.be  2004-09-19 14:50 -------
 Created an attachment (id=10833)
 patch for TypeBuilder + test
 
+
+------- Additional Comments From vargaz@gmail.com  2004-09-29 08:22 -------
+I think this is ok to check in. Make sure the mcs bootstrap still
+works after this is in.