Re: [Mono-devel-list] On no regression policy

2005-06-02 Thread Atsushi Eno
That's even worse. We don't want to ship it in our mono-*.tar.gz. Atsushi Eno Yaacov Akiba Slama wrote: Hello, The testsuite from w3c is only 675KB if packaged as a tar.bz2 (instead of 1.5 MB for the zip). A solution would be to add the tar.bz2 to the source tree. What do you think ? --yas

Re: [Mono-devel-list] Shadow copying

2005-06-02 Thread Kornél Pál
From: Goodwin, Robert-P28209 I don't believe it does. I have an application that sets the shadow copy property when creating the a new AppDomain. But when I load the Assembly into the new AppDomain, and then try to update it on the file system, the os comes back with a message that it is locked

[Mono-devel-list] Windows service

2005-06-02 Thread Anton Andreev
Does Mono support Windows Service as daemon or something? ___ Mono-devel-list mailing list Mono-devel-list@lists.ximian.com http://lists.ximian.com/mailman/listinfo/mono-devel-list

[Mono-devel-list] Assembly version for 2.0 profile system assemblies

2005-06-02 Thread Gert Driesen
Hi, Right now, the Mono system assemblies still use version 2.0.3600.0 (.NET Framework 2.0 Beta 1) for the 2.0 profile. Wouldn't it be better to update it to 2.0.0.0, which MS uses for Beta 2 ? Gert ___ Mono-devel-list mailing list

[Mono-devel-list] unsubscribe... [EMAIL PROTECTED]

2005-06-02 Thread Paul Brownlee
___ Mono-devel-list mailing list Mono-devel-list@lists.ximian.com http://lists.ximian.com/mailman/listinfo/mono-devel-list

Re: [Mono-devel-list] Shadow copying

2005-06-02 Thread Gonzalo Paniagua Javier
On Thu, 2005-06-02 at 15:58 +0200, Kornl Pl wrote: From: Goodwin, Robert-P28209 I don't believe it does. I have an application that sets the shadow copy property when creating the a new AppDomain. But when I load the Assembly into the new AppDomain, and then try to update it on the file

[Mono-devel-list] running mcs compiled apps with MS CLR

2005-06-02 Thread Kevin
Hi all. Could someone explain to me why code compiled with mcs does not run with the MS CLR. (without mono runtime) Based on my understanding, the CIL is standard and thus runtime engines would not differentiate between one created with mcs and one created with csc. Cheers, Kevin --

[Mono-devel-list] HasShutdownStarted race?

2005-06-02 Thread Michi Henning
Hi, System.Environment.HasShutdownStarted is the officially recommended way of protecting finalizers against accessing finalized objects (see http://msdn2.microsoft.com/library/xw9chd06(en-us,vs.80).aspx). What worries me is that I'm not sure this is free from race conditions. For example:

Re: [Mono-devel-list] HasShutdownStarted race?

2005-06-02 Thread Ben Maurer
On Fri, 2005-06-03 at 14:11 +1000, Michi Henning wrote: Hi, System.Environment.HasShutdownStarted is the officially recommended way of protecting finalizers against accessing finalized objects (see http://msdn2.microsoft.com/library/xw9chd06(en-us,vs.80).aspx). What worries me is that I'm

Re: [Mono-devel-list] [GENERICS] implementing static TypeBuilder.GetMethod (Field, Constructor)

2005-06-02 Thread Martin Baulig
On Mon, 2005-05-30 at 14:20 +0200, Michal Moskal wrote: There is a static method in the 2.0 .NET reflection API: MethodInfo TypeBuilder.GetMethod (System.Type t, MethodInfo m) there is no documentation on msdn, so I'll skip the link. Hello, is this method only in TypeBuilder or also in