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

C.J. Adams-Collier cjac at colliertech.org
Wed May 7 07:28:24 EDT 2008


Fixed.  Also, I am now modifying the ChangeLog file in the tests/  
directory rather than the root of the mcs/ module.

-------------- next part --------------
A non-text attachment was scrubbed...
Name: mono-ironruby.diff
Type: application/octet-stream
Size: 2001 bytes
Desc: not available
Url : http://lists.ximian.com/pipermail/mono-devel-list/attachments/20080507/21152c59/attachment-0001.obj 
-------------- next part --------------

On May 6, 2008, at 8:36 PM, Raja R Harinath wrote:

> Hi,
>
> "C.J. Adams-Collier" <cjac at colliertech.org> writes:
> [snip]
>> Index: tests/gtest-393.cs
>> ===================================================================
>> --- tests/gtest-393.cs	(revision 0)
>> +++ tests/gtest-393.cs	(revision 0)
>> @@ -0,0 +1,17 @@
>> +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>();
>> +    }
>> +}
>> +
>> +public class T {
>> +	static void Main ()
>> +	{
>> +	}
>> +}
>> Index: tests/known-issues-gmcs
>> ===================================================================
>> --- tests/known-issues-gmcs	(revision 102687)
>> +++ tests/known-issues-gmcs	(working copy)
>> @@ -10,6 +10,7 @@
>>  gtest-230.cs
>>  gtest-344.cs
>>  gtest-367.cs
>> +gtest-393.cs IGNORE	# In 2.0 profile, GenericMethod does not  
>> correctly deal with base implementations (according to marek)
>
> Please don't use 'IGNORE' unless it crashes the runtime.
>
> - Hari



More information about the Mono-devel-list mailing list