http://bugzilla.novell.com/show_bug.cgi?id=492778
User [email protected] added comment http://bugzilla.novell.com/show_bug.cgi?id=492778#c12 --- Comment #12 from Rodrigo Kumpera <[email protected]> 2009-04-08 13:02:10 MDT --- Ok, after digging into ECMA 335 and doing some testing here is the situation. A memberref with a typespec class must match the signature against the generic type definition because that's required to do it in a non-ambiguous way. P II 9.8 talks more about that, including an example. The issue here is related to a .NET 3.5 (possibly SP1) extension. It allows resolving signatures with instantiated members. It's trivial to support it, but without the proper semantics described I fear that we might end up with some hard to debug crashes. -- Configure bugmail: http://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
