[Mono-bugs] [Bug 577029] Can't build ironruby on mono 2.6.1 or trunk
bugzilla_noreply at novell.com
bugzilla_noreply at novell.com
Sun Feb 7 18:03:55 EST 2010
http://bugzilla.novell.com/show_bug.cgi?id=577029
http://bugzilla.novell.com/show_bug.cgi?id=577029#c2
Zoltan Varga <vargaz at gmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |vargaz at gmail.com
--- Comment #2 from Zoltan Varga <vargaz at gmail.com> 2010-02-07 23:03:54 UTC ---
FieldInfo.GetFieldFromHandle requires that the field and the type are
'compatible':
http://msdn.microsoft.com/en-us/library/ms145335.aspx
In this case, the field is a field of the generic type definition CallSite<T>,
while the type is an instance of CallSite<K>, where K is a generic parameter of
some sre generated type. This is not supported by MS either, as shown by the
attached testcase.
--
Configure bugmail: http://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