[Mono-bugs] [Bug 63843][Nor] New - Constructor inheritance breaks in IronPython

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Tue, 24 Aug 2004 12:36:24 -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 edd@usefulinc.com.

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

--- shadow/63843	2004-08-24 12:36:23.000000000 -0400
+++ shadow/63843.tmp.4385	2004-08-24 12:36:23.000000000 -0400
@@ -0,0 +1,27 @@
+Bug#: 63843
+Product: Mono: Runtime
+Version: unspecified
+OS: 
+OS Details: 
+Status: NEW   
+Resolution: 
+Severity: 
+Priority: Normal
+Component: misc
+AssignedTo: mono-bugs@ximian.com                            
+ReportedBy: edd@usefulinc.com               
+QAContact: mono-bugs@ximian.com
+TargetMilestone: ---
+URL: 
+Cc: 
+Summary: Constructor inheritance breaks in IronPython
+
+See bug report and test case posted at:
+
+http://listserver.dreamhost.com/pipermail/users-ironpython.com/2004-August/000050.html
+
+Under Mono and IronPython, inherited constructors do not get called. 
+According to at least one correspondent, this problem does not happen using
+the MS runtime.
+
+Perhaps there's an issue with reflection somewhere?