Re: [Mono-dev] patch winform resource reader

2007-12-01 Thread olivier dufour
est submitting a bug report, and attaching the current patch before > continueing working on it. > > Thay way the patch will not get lost in all the "noise" ... > > Gert > - Original Message - > From: "olivier dufour" <[EMAIL PROTECTED]> &g

Re: [Mono-dev] patch winform resource reader

2007-11-30 Thread Gert Driesen
... Gert - Original Message - From: "olivier dufour" <[EMAIL PROTECTED]> To: Sent: Friday, November 30, 2007 7:45 AM Subject: [Mono-dev] patch winform resource reader > OK, I have done a small part at work. So I have forget to change the > convention on it.

[Mono-dev] patch winform resource reader

2007-11-29 Thread olivier dufour
OK, I have done a small part at work. So I have forget to change the convention on it. I have attach the fixed patch. 2007/11/30, Jb Evain <[EMAIL PROTECTED] >: > > Hey, > > On 11/30/07, olivier dufour < [EMAIL PROTECTED]> wrote: > > Can someone check it before I commit. > > Please do not commit

Re: [Mono-dev] patch winform resource reader

2007-11-29 Thread Jb Evain
Hey, On 11/30/07, olivier dufour <[EMAIL PROTECTED]> wrote: > Can someone check it before I commit. Please do not commit this as it is. The code: * doesn't respect the Mono coding conventions, * mixes spaces and tabs all over the place. -- Jb Evain <[EMAIL PROTECTED]>

[Mono-dev] patch winform resource reader

2007-11-29 Thread olivier dufour
Hi all, Here is a small patch to add missing things to ResXResourceReader. Can someone check it before I commit. Thanks, cheers, olivier Index: ResXResourceReader.cs === --- ResXResourceReader.cs (révision 90372) +++ ResXResou