https://bugzilla.novell.com/show_bug.cgi?id=373440


           Summary: [PATCH] Restore ImportContext values after imports
           Product: Mono: Class Libraries
           Version: SVN
          Platform: Other
        OS/Version: Other
            Status: NEW
          Severity: Normal
          Priority: P5 - None
         Component: Cecil
        AssignedTo: [EMAIL PROTECTED]
        ReportedBy: [EMAIL PROTECTED]
         QAContact: [email protected]
          Found By: ---


Created an attachment (id=203617)
 --> (https://bugzilla.novell.com/attachment.cgi?id=203617)
GenContext.patch

Fixes various Import methods so that they restore original ImportContext values
after completion.

Multiple ImportXXX methods modify the Type or Method fields of their
ImportContext without restoring the original values.  The wrong context can be
used as a result.  For example, in ImportMethodReference, importing the return
type can modify the Method field (from CustomAttributes) which results in
problems when importing the method Parameters.


-- 
Configure bugmail: https://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

Reply via email to