Re: [Mono-dev] System.AddIn status?

2008-07-19 Thread Miguel de Icaza
Hello Russell, > I was just wondering what the plans are for implementing the > System.AddIn namespace, are there any official plans on the horizon > for implementing this and any other core features of .NET 3.x, I could > not see anything on the roadmap > http://www.mono-project.com/Mono_Project_

Re: [Mono-dev] [PATCH] remove cast from InterlockedExchangePointer call

2008-07-19 Thread Miguel de Icaza
> > InterlockedExchangePointer() returns a gpointer already, > remove unneeded cast in mono_delegate_free_ftnptr() On Linux, but on Windows it has a slightly different prototype to the same definition. ___ Mono-devel-list mailing list Mono-devel-lis

Re: [Mono-dev] User-Agent for Monologue

2008-07-19 Thread Miguel de Icaza
> Would anyone mind if I added a "Monologue" user agent to Monologue? This > should improve the logging situation for people running their own servers too. Not at all; Go ahead please. ___ Mono-devel-list mailing list Mono-devel-list@lists.ximian.c

Re: [Mono-dev] Debug symbols not available from Mono tools

2008-07-19 Thread Miguel de Icaza
> Apparently, the debug symbols for our assemblies (except for mscorlib) are > not installed (or symlinked) into our profile dirs (eg. > $prefix/lib/mono/2.0). > > Since our tool assemblies are in the same directory they load the system > assemblies from that dir and not from the GAC, hence no d

Re: [Mono-dev] [Ximian-mono-list] Generics Sharing in the Debugger: Request for breaking the code freeze

2008-07-19 Thread Miguel de Icaza
Hello, > The question here is not about long term but only about 2.0. We want > to support full generic sharing debugging with 2.1, but for 2.0 this > is not an option anymore. So, to recap, from my point of view we have > two sane options for 2.0: > > 1. Leave generic sharing turned on by defa

Re: [Mono-dev] Assenza

2008-07-19 Thread Geoff Norton
I have unsubscribed the offending user. -g On Sat, 2008-07-19 at 12:18 +0200, Andreas Färber wrote: > Am 19.07.2008 um 11:43 schrieb Leszek Ciesielski: > > > On Sat, Jul 19, 2008 at 11:30 AM, Umberto Ballestrazzi > > <[EMAIL PROTECTED]> wrote: > >> Saro' assente fino alla prima settimana d'Agost

[Mono-dev] Debug symbols not available from Mono tools

2008-07-19 Thread Gert Driesen
Hey, While looking for the culprit of bug #410608, I noticed that - when running with --debug - source/line information was not available for the System.Drawing assembly while it was available for mscorlib. Apparently, the debug symbols for our assemblies (except for mscorlib) are not installed (

Re: [Mono-dev] Assenza

2008-07-19 Thread Andreas Färber
Am 19.07.2008 um 11:43 schrieb Leszek Ciesielski: > On Sat, Jul 19, 2008 at 11:30 AM, Umberto Ballestrazzi > <[EMAIL PROTECTED]> wrote: >> Saro' assente fino alla prima settimana d'Agosto. >> Umberto >> >> ___ >> Mono-devel-list mailing list >> Mono-dev

Re: [Mono-dev] Assenza

2008-07-19 Thread Leszek Ciesielski
On Sat, Jul 19, 2008 at 11:30 AM, Umberto Ballestrazzi <[EMAIL PROTECTED]> wrote: > Saro' assente fino alla prima settimana d'Agosto. > Umberto > > ___ > Mono-devel-list mailing list > Mono-devel-list@lists.ximian.com > http://lists.ximian.com/mailman/lis

[Mono-dev] Assenza

2008-07-19 Thread Umberto Ballestrazzi
Saro' assente fino alla prima settimana d'Agosto. Umberto ___ Mono-devel-list mailing list Mono-devel-list@lists.ximian.com http://lists.ximian.com/mailman/listinfo/mono-devel-list

Re: [Mono-dev] String.GetHashCode Discussion.

2008-07-19 Thread Andreas Nahr
Imho we should revert the change, especially as MS seems to also have an implementation with low collisions (and in fact this will be what people are expecting from a hashcode without any further explanation) we should do the same. Otherwise this might drive some implementations into huge perf prob