[Mono-dev] [PATCH] Squash 444388 and catch miss on 323096

2009-07-09 Thread Marcus Griep
Bug 444388 [https://bugzilla.novell.com/show_bug.cgi?id=444388] is a pretty obscure bug that hits very few people, but I find myself among them. Attempting to bring the latest version of C5 to Mono, I found an issue with member resolution when interfaces hide members of parent interfaces. After si

Re: [Mono-dev] == operator comparing COM interops

2009-07-09 Thread Robert Jordan
Tom Hindle wrote: > Hi, > > I submitted bug https://bugzilla.novell.com/show_bug.cgi?id=520437. > > Basically doing: > if (interop1 == interop2) > { > > } > where interop1 and interop2 are the same COM object (IUnknown intptr is > the same ptr) returns false on mono and true in .NET. > > The on

Re: [Mono-dev] [Mono-patches] r137594 - trunk/mcs/class/System.XML/Test/System.Xml.Schema

2009-07-09 Thread Atsushi Eno
Hi Gert, OK, you are partly right. The tests were intended to verify both behaviors. It was just that it had extra check that are not verified to work, as you fixed the tests themselves a few hours ago. Atsushi Eno Gert Driesen wrote: > Hi Atsushi, > > That's not correct. These tests verify our