[Mono-dev] FW: [Ironruby-core] build problems (mono, gmcs from svn)

C.J. Adams-Collier cjac at colliertech.org
Tue May 6 17:02:50 EDT 2008


do I just create test-646.cs and dump this to it in order to add it to
the regression suite for mcs?

public class RuleBuilder<T> where T : class {}

public interface IDynamicObject {
    RuleBuilder<T> GetRule<T>() where T : class;
}

public class RubyMethod : IDynamicObject {
    RuleBuilder<T> IDynamicObject.GetRule<T>() /* where T : class */ {
        return new RuleBuilder<T>();
    }
}

Cheers,

C.J.


On Tue, 2008-05-06 at 13:58 -0700, C.J. Adams-Collier wrote:
> On Tue, 2008-05-06 at 09:51 -0700, John Lam (IRONRUBY) wrote:
> > C.J. Adams-Collier:
> > 
> 
> > I believe these are new bugs that our latest revision revealed in mono. https://bugzilla.novell.com/show_bug.cgi?id=387040
> 
> Thanks, John.  I'll ping Marek and see if he can help me fix this.  If
> nothing else, I'll add the test from that bug to the regression suite.
> 
> > It's good to see that Tony's taken over the mantle of breaking mono :)
> > 
> > Thanks,
> > -John
> 
> Cheers,
> 
> C.J.
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 189 bytes
Desc: This is a digitally signed message part
Url : http://lists.ximian.com/pipermail/mono-devel-list/attachments/20080506/6936b206/attachment.bin 


More information about the Mono-devel-list mailing list