[Mono-dev] CS0067 with valid code

2009-11-27 Thread Leszek Ciesielski
Hi, I have a slightly annoying compiler bug that has been sitting on bugzilla (https://bugzilla.novell.com/show_bug.cgi?id=360455) for over a year without any activity. Could anyone please look into it? Regards, Leszek 'skolima' Ciesielski ___

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

2009-11-27 Thread Rodrigo Kumpera
Do you have a test case for that? On Fri, Nov 27, 2009 at 12:09 AM, Carlos Alberto Cortez calberto.cor...@gmail.com wrote: 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,

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

2009-11-27 Thread Carlos Alberto Cortez
Yes - sorry, I forgot to send it with the previous patch ;-) Carlos. 2009/11/27 Rodrigo Kumpera kump...@gmail.com Do you have a test case for that? On Fri, Nov 27, 2009 at 12:09 AM, Carlos Alberto Cortez calberto.cor...@gmail.com wrote: Hey, The attached patch on CopyFile on our

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

2009-11-27 Thread Marek Habersack
On 11/27/2009 02:29 PM, Rodrigo Kumpera wrote: I agree with Zoltan, we better figure out how to extend the profilling interface to support such tool than it would defy the purpose of the tool, but it seems I can remove the code from mono_string_new_utf16 without harming functionality - would

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

2009-11-27 Thread Rodrigo Kumpera
On Fri, Nov 27, 2009 at 1:40 PM, Marek Habersack gren...@twistedcode.netwrote: On 11/27/2009 02:29 PM, Rodrigo Kumpera wrote: I agree with Zoltan, we better figure out how to extend the profilling interface to support such tool than it would defy the purpose of the tool, but it seems I can

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

2009-11-27 Thread Marek Habersack
On 11/27/2009 06:48 PM, Rodrigo Kumpera wrote: On Fri, Nov 27, 2009 at 1:40 PM, Marek Habersack gren...@twistedcode.net mailto:gren...@twistedcode.net wrote: On 11/27/2009 02:29 PM, Rodrigo Kumpera wrote: I agree with Zoltan, we better figure out how to extend the

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

2009-11-27 Thread Rodrigo Kumpera
On Fri, Nov 27, 2009 at 4:43 PM, Marek Habersack gren...@twistedcode.netwrote: On 11/27/2009 06:48 PM, Rodrigo Kumpera wrote: On Fri, Nov 27, 2009 at 1:40 PM, Marek Habersack gren...@twistedcode.net mailto:gren...@twistedcode.net wrote: On 11/27/2009 02:29 PM, Rodrigo Kumpera wrote:

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

2009-11-27 Thread Miguel de Icaza
Hello Marek, I think the idea is very useful, but I would like to see this implemented as a loadable profiler. We could make an alias to load other modules like --module that would just be an alias to this feature if you think that the profiler association is too negative. On