[Mono-dev] [PATCH] Fix Type.Equals to support user defined types (required by vbnc)

2006-10-29 Thread Kornél Pál
Hi, I modified Type.Equals (Type) to use UnderlyingSystemType and use internal call only when both types are system types, otherwise only check for reference equality. This seems to be the MS.NET behavior. Note that I don't know why the internal call is required but mcs tree fails to build with

Re: [Mono-dev] [PATCH] Fix Type.Equals to support user defined types (required by vbnc)

2006-10-29 Thread Kornél Pál
I forgot to attach the diff file.:) - Original Message - From: "Kornél Pál" <[EMAIL PROTECTED]> To: Sent: Sunday, October 29, 2006 7:13 PM Subject: [PATCH] Fix Type.Equals to support user defined types (required by vbnc) Hi, I modified Type.Equals (Type) to use UnderlyingSystemTy

Re: [Mono-dev] [PATCH] Fix Type.Equals to support user defined types (required by vbnc)

2006-10-31 Thread Paolo Molaro
On 10/29/06 Kornél Pál wrote: > I forgot to attach the diff file.:) You also forgot the nunit tests that are required to be able to commit a change so deep in the runtime a few days before a major release:) Also, please don't post patches marked as octect-stream, they are text files, post them as