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

User [email protected] added comment
https://bugzilla.novell.com/show_bug.cgi?id=463303#c1


Rodrigo Kumpera <[email protected]> changed:

           What    |Removed                                         |Added
----------------------------------------------------------------------------
                 CC|                                                
|[email protected]
             Status|NEW                                             |ASSIGNED




--- Comment #1 from Rodrigo Kumpera <[email protected]>  2009-01-03 12:09:15 
MST ---
The issue here is that vbnc doesn't follow the same pattern as mcs for
interface inheritance.


interface IBase
interface IDerived : IBase
interface IDerivedDerived : IDerived

vbnc generates an IDerivedDerived that only implements IDerived while mcs
generates one tha implements both IBase and IDerived.

This inconsistency should not stop mono from finding the resulting interface.

The fix is quite simple and I'm working on it.


-- 
Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.
_______________________________________________
mono-bugs maillist  -  [email protected]
http://lists.ximian.com/mailman/listinfo/mono-bugs

Reply via email to