https://bugzilla.novell.com/show_bug.cgi?id=349194
User [EMAIL PROTECTED] added comment https://bugzilla.novell.com/show_bug.cgi?id=349194#c7 Rodrigo Kumpera <[EMAIL PROTECTED]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[EMAIL PROTECTED] Status|NEW |ASSIGNED --- Comment #7 from Rodrigo Kumpera <[EMAIL PROTECTED]> 2008-06-18 14:04:23 MDT --- Geoff, your patch is wrong as it makes a TypeBuilder to explicitly implements all interfaces of it's parent. This is the same of: interface IF {} class Parent : IF {} class SreType : Parent {} With your path it results in: class SreType : Parent, IF {} I'm working on fixing it as applying just the TypeBuilder changes isn't enough as it doesn't work if parent is an SRE type. -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA contact for the bug. You are the assignee for the bug. _______________________________________________ mono-bugs maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-bugs
