[Mono-dev] [Mono-devel-list] Initial ARM JIT port in svn

2006-10-07 Thread Tim Nichols
Hi - Is there an effort underway for an ARM AOT port? - Tim ___ Mono-devel-list mailing list Mono-devel-list@lists.ximian.com http://lists.ximian.com/mailman/listinfo/mono-devel-list

[Mono-dev] [PATCH] Minor fix for Enum.Format

2006-10-07 Thread Gert Driesen
Hi, The attached patch reports a different exception depending on whether the type of the passed in value is an Enum or not. This is clearly documented in the .NET Framework SDK and verified by improved unit tests (see patch). The patch also avoids looking up the underlying type of enum twice, wh

[Mono-dev] [PATCH] Fix for #79406

2006-10-07 Thread Andreia Gaita
Attached is a patch to fix #79406. The tab would not get default focus when nunit-gui starts because the SelectActiveControl() was running before the Form.OnLoad, and the initialization in OnLoad can affect the selection of the default control. andreia gaita Index: ChangeLog

Re: [Mono-dev] SPAM-LOW: Talks at Mono Meeting.

2006-10-07 Thread Miguel de Icaza
Hey, > I'd be happy to talk a bit about NUnit and where it is in terms of > running on Mono out of the box. It wouldn't be a deep-tech talk, just > an experience report of what kinds of things we ran into, what we're > doing about them and what might help us move it along. That would be great, I

Re: [Mono-dev] [PATCH] Minor fix for Enum.Format

2006-10-07 Thread Gonzalo Paniagua Javier
On Sat, 2006-10-07 at 18:01 +0200, Gert Driesen wrote: > Hi, > > The attached patch reports a different exception depending on whether > the type of the passed in value is an Enum or not. This is clearly > documented in the .NET Framework SDK and verified by improved unit tests > (see patch). > >