dotgnu-general
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [DotGNU]bug in Assembly.GetTypes()


From: Rhys Weatherley
Subject: Re: [DotGNU]bug in Assembly.GetTypes()
Date: Thu, 05 Sep 2002 17:06:26 +1000

Gopal V wrote:

> But the Assembly.GetTypes() on mscorlib seems to be buggy .. dunno
> why ..

Bug in the interface layout code:

diff -r1.21 layout.c
277c277
<       while(impl2 != 0 && (parent = ILClassGetParent(parent)) != 0)
---
>       while(impl2 == 0 && (parent = ILClassGetParent(parent)) != 0)

That one has been buried in there for a while.  Amazing it
hasn't fired before now.  Fixed in CVS now.

Cheers,

Rhys.


reply via email to

[Prev in Thread] Current Thread [Next in Thread]