[Mono-dev] ANN: CSUnitAddin 1.0 Released

2008-01-28 Thread Charlie Poole
Hi All, I'm releasing CSUnitAddin 1.0, an NUnit addin that allows running of csUnit tests under NUnit. Version 1.0 supports csUnit through version 2.0.4, which runs on .NET 1.1. It will be useful for those who are converting older csUnit tests to NUnit. Version 2.0 of CSUnitAddin is under develop

Re: [Mono-dev] Control-C handler

2008-01-28 Thread Jonathan Pryor
On Mon, 2008-01-28 at 17:13 -0500, Jonathan Pryor wrote: > On Mon, 2008-01-28 at 21:10 +0100, Paolo Molaro wrote: > > Deregistration is handled incorrectly: if there are two handlers for the > > same signal it gets disabled at the first uninstall. This has been fixed. > > > The only other major c

Re: [Mono-dev] crossAppDomain memory leak ?

2008-01-28 Thread Robert Jordan
Hi, Shawn Schaerer wrote: > > Hi, > > I am reading and writing data from a separate appdomain ( running on the > same machine, in the same program) and am getting a lot of memory > consumption. > > > > We are accessing data structures from a class instantiated in the new > appdomain. >

[Mono-dev] crossAppDomain memory leak ?

2008-01-28 Thread Shawn Schaerer
Hi, I am reading and writing data from a separate appdomain ( running on the same machine, in the same program) and am getting a lot of memory consumption. We are accessing data structures from a class instantiated in the new appdomain. Example:: MylocalClass = NewAppDomain

[Mono-dev] Announcing the 2nd Preview Release for Gtk 2.12 and Gnome 2.20 bindings

2008-01-28 Thread Mike Kestner
We are announcing the second public preview release of bindings for the Gnome 2.20 APIs. This release includes gnome-sharp-2.19.91 and gnome-desktop-sharp-2.19.1 to fix configuration and API stability issues identified in the initial release. The gtk-sharp package remains at version 2.11.91 relea

Re: [Mono-dev] Control-C handler

2008-01-28 Thread Jonathan Pryor
Thank you for reviewing this. On Mon, 2008-01-28 at 21:10 +0100, Paolo Molaro wrote: > On 01/28/08 Jonathan Pryor wrote: > > > It is important (as in my initialy API sketch) that this function take > > > the signal_info and not the dignal number, as this implementation allows > > > only just an ha

[Mono-dev] Moonlight: Access Stylesheets

2008-01-28 Thread Michael Schöndorfer
Hi, is it possible to get the information from the stylesheets, that are integrated in the website. I want to read the style-information and change my controls in moonlight to fit into the webpage. regards, Michael ___ Mono-devel-list mailing list Mo

Re: [Mono-dev] Control-C handler

2008-01-28 Thread Paolo Molaro
On 01/28/08 Jonathan Pryor wrote: > > It is important (as in my initialy API sketch) that this function take > > the signal_info and not the dignal number, as this implementation allows > > only just an handler per signal in the API. > > This has been corrected. We now support up to 64 signal han

Re: [Mono-dev] svn update to r93955 broke my MonoDevelop

2008-01-28 Thread Miguel de Icaza
> I only update libgdiplus, mono , xsp and mod_mono when I do update. I > haven't had troubles like this before when updating my build from svn > before. The new Mono fixed a bug in reflection that some of our code depended on (very unfortunate, and like Zoltan said, the value of fixing these bug

Re: [Mono-dev] Control-C handler

2008-01-28 Thread Jonathan Pryor
On Mon, 2008-01-28 at 15:25 +0100, Paolo Molaro wrote: > Well, those methods shouldn't be in that namespace and the names > are not really nice. > Ignore maps well to a static Ignore (int signal) method but > I can't come up with a nice name for the other two cases. > An alternative is: > enu

Re: [Mono-dev] svn update to r93955 broke my MonoDevelop

2008-01-28 Thread Joe Audette
Thanks Lluis, that makes sense. I'll keep an eye out for the new release or if I get real brave I'll try building MonoDevelop from svn. Cheers, Joe On Jan 28, 2008 11:27 AM, Lluis Sanchez <[EMAIL PROTECTED]> wrote: > You will need MonoDevelop from SVN or wait for the next release (which > will h

Re: [Mono-dev] svn update to r93955 broke my MonoDevelop

2008-01-28 Thread Lluis Sanchez
You will need MonoDevelop from SVN or wait for the next release (which will hapen soon). The culprit is the fix for the mono bug #322762. MonoDevelop was relying on the old (and incorrect) behavior of Type.GetFields. Lluis. El ds 26 de 01 del 2008 a les 16:41 -0500, en/na Joe Audette va escriure

Re: [Mono-dev] Control-C handler

2008-01-28 Thread Paolo Molaro
On 01/24/08 Jonathan Pryor wrote: > After talking on IRC, the sane interface is to provide > Stdlib.signal_default(), Stdlib.signal_error(), and > Stdlib.signal_ignore() methods instead of using Stdlib.signal() with Well, those methods shouldn't be in that namespace and the names are not really ni

[Mono-dev] Announcing NDesk.Options 0.1.0

2008-01-28 Thread Jonathan Pryor
I am pleased to announce the release of NDesk.Options 0.1.0. NDesk.Options is a C# program option parser library, inspired by Perl's Getopt::Long option parser. To download, visit the NDesk.Options web page: http://www.ndesk.org/Options Usage

[Mono-dev] Announcing Preview Release for Gtk 2.12 and Gnome 2.20 bindings

2008-01-28 Thread Mike Kestner
We are announcing the first public preview release of bindings for the Gtk 2.12 and Gnome 2.20 APIs. These releases are not API-stable yet, but are sufficiently mature to begin testing against. Anticipated API adjustments are expected to be minimal at this point but might occur until we reach t