[Mono-bugs] [Bug 349194] Type.IsAssignableFrom fails for some dynamically emitted types

bugzilla_noreply at novell.com bugzilla_noreply at novell.com
Wed Jun 18 16:04:24 EDT 2008


https://bugzilla.novell.com/show_bug.cgi?id=349194

User rkumpera at novell.com added comment
https://bugzilla.novell.com/show_bug.cgi?id=349194#c7


Rodrigo Kumpera <rkumpera at novell.com> changed:

           What    |Removed                                         |Added
----------------------------------------------------------------------------
                 CC|                                                |rkumpera at novell.com
             Status|NEW                                             |ASSIGNED




--- Comment #7 from Rodrigo Kumpera <rkumpera at novell.com>  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.


More information about the mono-bugs mailing list