[Mono-bugs] [Bug 587852] Missing Error: Class implements interface but not method

bugzilla_noreply at novell.com bugzilla_noreply at novell.com
Tue Feb 22 13:50:24 EST 2011


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

https://bugzilla.novell.com/show_bug.cgi?id=587852#c3


Rodrigo Kumpera <rkumpera at novell.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |FEATURE

--- Comment #3 from Rodrigo Kumpera <rkumpera at novell.com> 2011-02-22 18:50:23 UTC ---
I can't see where the issue is. RubyMethod correctly implements IDynamicObject
methods.

IDynamicMethod:

   .method public virtual hidebysig newslot abstract 
           instance default class RuleBuilder`1<!!T> GetRule<class T> ()  cil
managed 

RubyMethod:

method private final virtual hidebysig newslot 
   instance default class RuleBuilder`1<!!T> IDynamicObject.GetRule<class T> ()
 cil managed 
    {
    .override class IDynamicObject::GetRule <[1]>


This is due to a bug where MS's peverify fail with how SRE encode .override
entries.

-- 
Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.


More information about the mono-bugs mailing list