[Mono-dev] [PATCH] System.Configuration/ClientConfigurationSystem.cs

2008-02-05 Thread Konstantin Triger
Hello all, This is a small perf refactoring ensuring the Configuration object for an exe is initialized only once. Please approve. Index: System.Configuration/ClientConfigurationSystem.cs === --- System.Configuration/ClientConfigura

Re: [Mono-dev] Performance problem with System.Data

2008-02-05 Thread Konstantin Triger
Hello, My major concern with an RBTree implementation is memory consumption. Since you must create a node for each record, for a DataTable with several hundreds thousands records memory size of RBTree may reach several MB. Since it’s common that DataTable has several constraints/views, memor

[Mono-dev] mojoPortal is broken using latest svn r94807

2008-02-05 Thread Joe Audette
Hi All, I got the new preview of MonoDevelop and am again able to compile mojoPortal. However, after updating to r94807 I'm getting this error when trying to run mojoportal: System.NullReferenceException: Object reference not set to an instance of an object at System.Web.Hosting.VirtualPathProv

[Mono-dev] monodocer ignores "internal protected" members

2008-02-05 Thread Stefan Noack
Hi, I'm not sure whether this problem is subject to this list but I didn't find a better place to report my problem. I use monodocer with -importslashdoc to import XML documentation from the files generated by the compiler from in-source XML documentation. As it should be internal and private cla

Re: [Mono-dev] monodocer ignores "internal protected" members

2008-02-05 Thread Jonathan Pryor
On Tue, 2008-02-05 at 13:26 +0100, Stefan Noack wrote: > I'm not sure whether this problem is subject to this list but I didn't > find a better place to report my problem. mono-docs-list is the normal place for this. > I use monodocer with -importslashdoc to import XML documentation from > the fi

Re: [Mono-dev] monodocer ignores "internal protected" members

2008-02-05 Thread Stefan Noack
> What version of mono is this? That was fixed on 2007-03-15 so that > internal protected members were documented; it's even checked in the > unit tests. I'm not sure which Mono release came after that, but it's > been fixed in svn for nearly a year. > > If you have a recent version of monodocer

[Mono-dev] Announcing: Mono.framework 1.2.6_6

2008-02-05 Thread Geoff Norton
We are proud to announce that we have released Mono v1.2.6_6 for the Mac to our download page. This interim release for the Macintosh includes updated Winforms driver, and is the first release to include Gtk# and MonoDevelop. Support for these features is stabilizing; however, they should

Re: [Mono-dev] [Mono-list] Announcing: Mono.framework 1.2.6_6

2008-02-05 Thread Geoff Norton
On 5-Feb-08, at 12:31 PM, marc hoffman wrote: > Geoff, > > am i right to assume this build contains matching SWF and > Mono.Mozilla dlls, once again? > > thanx > marc > Yes. -g ___ Mono-devel-list mailing list Mono-devel-list@lists.ximian.com http:

Re: [Mono-dev] [Mono-list] Announcing: Mono.framework 1.2.6_6

2008-02-05 Thread marc hoffman
Geoff, am i right to assume this build contains matching SWF and Mono.Mozilla dlls, once again? thanx marc On Feb 5, 2008, at 6:17 PM, Geoff Norton wrote: > We are proud to announce that we have released Mono v1.2.6_6 for the > Mac to our download page. This interim release for the Macintos

Re: [Mono-dev] monodocer ignores "internal protected" members

2008-02-05 Thread Jonathan Pryor
On Tue, 2008-02-05 at 18:09 +0100, Stefan Noack wrote: > > What version of mono is this? > > This is strange. I use mono 1.2.6 and the monodoc 1.2.6 gentoo ebuild > which afaik contains monodocer. But it looks strange, though: > > [EMAIL PROTECTED] ~/prog/liblamp/trunk $ monodocer --version > Mo

Re: [Mono-dev] Mono 1.9.0 Preview 1+ is out!!

2008-02-05 Thread Thomas Wiest
Brad Taylor wrote: > On Fri, 2008-02-01 at 13:40 -0700, Thomas Wiest wrote: > >> Hey Everyone, >> We've just released Mono 1.9.0 Preview 1+ today! Please help us out >> by giving it a try with your applications. >> >> As always, you can get the preview releases here: >> http://mono.ximian.co

Re: [Mono-dev] Mono 1.9.0 Preview 1+ is out!!

2008-02-05 Thread Thomas Wiest
Przemyslaw Soldacki wrote: > Hi Laurent, > > Thank you for advice. You're right. My reaction was too emotional :) > > I sumbitted bug description Bug #358742. Hope it helps. > > Przemyslaw > Your bug has been fixed, and will be part of Preview 2. Thanks, Thomas _