[Mono-bugs] [Bug 601431] Assembly::GetType is loading very aggressively

bugzilla_noreply at novell.com bugzilla_noreply at novell.com
Fri May 7 17:20:40 EDT 2010


http://bugzilla.novell.com/show_bug.cgi?id=601431

http://bugzilla.novell.com/show_bug.cgi?id=601431#c16


Rodrigo Kumpera <rkumpera at novell.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |rkumpera at novell.com

--- Comment #16 from Rodrigo Kumpera <rkumpera at novell.com> 2010-05-07 21:20:39 UTC ---
Fixed trunk in r156922. We now are as lazy as MS.
Which mean that it will still fail if the assembly has types which inherit or
implement interfaces from missing references.

In addition to make GetTypes () lazy I made most methods used by
Import.CreateType not cause the type to be initialized. The only methods that
still causes that are IsDefined and GetField.

It might be possible to solve it for IsDefined, but it's usage looks bogus.

-- 
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