[Mono-bugs] [Bug 354757] IsGenericMethodDefinition returns false for open generic method
bugzilla_noreply at novell.com
bugzilla_noreply at novell.com
Wed Jan 23 13:28:17 EST 2008
https://bugzilla.novell.com/show_bug.cgi?id=354757
User harinath at hurrynot.org added comment
https://bugzilla.novell.com/show_bug.cgi?id=354757#c5
Raja Harinath <harinath at hurrynot.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |harinath at hurrynot.org
--- Comment #5 from Raja Harinath <harinath at hurrynot.org> 2008-01-23 11:28:17 MST ---
Aha, the problem is created by
if (context->method_inst)
result->generic_container = NULL;
in mono_class_inflate_generic_method_full().
Yep, as you say, removing that part of the code should do no harm, and should
fix the error here.
Please apply.
--
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