[Mono-dev] [Patch] Report an error if src and dest are the same in Copy

2009-11-26 Thread Carlos Alberto Cortez
Hey, The attached patch on CopyFile on our io-layer -which is used by System.IO.File.Copy- check if the source and the destination are the same, and in that case, report that the file is currently in use, and proceed to throw an exception. I tried to add this check directly in our C# side, but the

Re: [Mono-dev] [Mono-list] WCF Service

2009-11-26 Thread Atsushi Eno
Hello, I'm not sure if you understand both the relevant WCF things and me, but I can say, whatever you say "the site" cannot say WCF works on mono 2.4, or in case you meant mono project site it does not say mono 2.4 WCF works. Mono trunk or 2.6 preview already has basic ASP.NET support. Atsush

Re: [Mono-dev] [PATCH] MONO_IOMAP reporting option - string allocation locations

2009-11-26 Thread Zoltan Varga
Hi, This patch adds code to the string allocation functions which need to be as fast as possible. I think it might be better to implement this as a profiler module, a profiler can already receive notifications when an object is allocated. Zoltan On Fri, Nov 27, 2009 at

[Mono-dev] [PATCH] MONO_IOMAP reporting option - string allocation locations

2009-11-26 Thread Marek Habersack
Hello everybody, Attached is an update to the original code I posted last week. The update adds support for reporting string allocation locations. It is useful with large code base where strings may be created in one location but used in many others. The code adds a new internal function whic

Re: [Mono-dev] DateTimeOffset Test and Patch

2009-11-26 Thread Stephane Delcroix
On Wed, 2009-11-25 at 15:04 -0800, Tom Philpot wrote: > Here's a patch that resolves an issue of adding or subtracting time from a > DateTime which crosses the DST boundary. Thanks for the patch, I ran into that issue once then forgot to apply the patch (that is now lost). Looking at yours and com

Re: [Mono-dev] No rule to make target `System.ServiceModel.Security/UsernamePasswordClientCredential.cs'

2009-11-26 Thread Atsushi Eno
oops, fixed. Atsushi Eno On 2009/11/26 16:50, KISHIMOTO, Makoto wrote: > Hello, > > Mono svn trunk cannot build. log is following. > > ... > gmake[7]: Leaving directory > `/export/home/ksmakoto/Mono/mcs/class/System.Runtime.Serialization' > gmake[7]: Entering directory > `/export/home/ksmakoto/