Re: [Mono-dev] gmcs compiler exception (was Re: Call for testing: Mono1.2.4 Preview Available)

2007-04-22 Thread Gert Driesen
Never mind, I think it's a dup of bug #81414: http://bugzilla.ximian.com/show_bug.cgi?id=81414 Can you confirm this, and attach your repro to that bug report if it is ? -Original Message- From: Gert Driesen [mailto:[EMAIL PROTECTED] Sent: zondag 22 april 2007 8:39 To: 'Steve Bjorg';

Re: [Mono-dev] gmcs compiler exception (was Re: Call for testing: Mono1.2.4 Preview Available)

2007-04-22 Thread Steve Bjorg
I added the info to the bug report. The repro steps are super simple so hopefully someone will be able to track this down quickly. Also, this issue is a regression in 1.2.4 as this code used to compile before. - Steve -- Steve G. Bjorg http://www.mindtouch.com

Re: [Mono-dev] Call for testing: Mono 1.2.4 Preview Available

2007-04-22 Thread Gert Driesen
There appears to be a scrolling/invalidate issue (MWF) on the 2.0 profile (only). I'll submit a bug report for it later today. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Wade Berrier Sent: zaterdag 21 april 2007 6:27 To: [EMAIL PROTECTED];

Re: [Mono-dev] System.Collections.Specialized.NameValueCollection patch

2007-04-22 Thread Ilya Kharmatsky
Please review updated patch - fixed 'CopyTo' method - in negative flow will catch ArrayTypeMismatchException and will re-throw InvalidCastException (under NET_2_0 directive) Eyal Alaluf wrote: Hi, Ilya. The fix in the CopyTo is incoreect. It disallows copying to object[] or IConvertible[]

[Mono-dev] System.ComponentModel.DefaultValueAttribute Inconsistency

2007-04-22 Thread Dan Shechter
Hello all, I've found some peculiar inconsistency regarding the System.ComponentModel.DefaultValueAttribute between the Microsoft version an Mono's one. For some reason, Micorosft defined the class as public while in Mono it is public sealed therefore, forbidding inheritance Is there a

Re: [Mono-dev] System.ComponentModel.DefaultValueAttribute Inconsistency

2007-04-22 Thread Robert Jordan
Dan Shechter wrote: Hello all, I've found some peculiar inconsistency regarding the System.ComponentModel.DefaultValueAttribute between the Microsoft version an Mono's one. For some reason, Micorosft defined the class as public while in Mono it is public sealed therefore, forbidding

[Mono-dev] [PATCH] Colors for the code-coverage percantage in the monocov-gtk gui

2007-04-22 Thread Valentin Sawadski
D'oh! forgot to attach the patch. -- Forwarded Message -- Subject: [PATCH] Colors for the code-coverage percantage in the monocov-gtk gui Date: Sunday 22 April 2007 16:49 From: Valentin Sawadski [EMAIL PROTECTED] To: mono-devel-list@lists.ximian.com Hello everybody, here's

[Mono-dev] [PATCH] Colors for the code-coverage percantage in the monocov-gtk gui

2007-04-22 Thread Valentin Sawadski
Hello everybody, here's a small patch, thats highlights the coverage-column of the monocov gtk-gui based on the amount of code that has been covered. Please take a look at it, Kind Regards, Valentin ___ Mono-devel-list mailing list

[Mono-dev] Mono on Windows/x64

2007-04-22 Thread Kornél Pál
Hi, Earlier there were some patches and posts regarding Windows/x64 support on the list. Could someone please let me know the current status of Windows/x64? Kornél ___ Mono-devel-list mailing list Mono-devel-list@lists.ximian.com

Re: [Mono-dev] gmcs compiler exception (was Re: Call for testing: Mono1.2.4 Preview Available)

2007-04-22 Thread Geoff Norton
This was fixed by Marek Safar in r76051. Can this fix be applied to the 1.2.4 trunk as well? Marek? Miguel? -g Steve Bjorg wrote: I added the info to the bug report. The repro steps are super simple so hopefully someone will be able to track this down quickly. Also, this issue is a