Re: [Mono-dev] SVN trunk build failed

2009-07-26 Thread Petit Eric
did you : cd ./mono ./autogen --prefix=/usr ? 2009/7/26 KISHIMOTO, Makoto ksmak...@dd.iij4u.or.jp: Hello Mono SVN trunk build failed. $ gmake (snip) gmake[7]: Leaving directory `/export/home/ksmakoto/Mono/mcs/class/corlib' gmake[7]: Entering directory

[Mono-dev] Beyond C#

2009-07-26 Thread Scott Thomas
I had a few hours to kill in SeaTac recently and was NOT ABOUT to suffer ATT's wifi extortion scheme. Thusly out of sync with my usual git repos, I decided to hack on a local copy of gmcs. Last week, abock and I were discussing wish-list syntax sugar WRT event handler registration in object

Re: [Mono-dev] Beyond C#

2009-07-26 Thread Seo Sanghyeon
2009/7/26 Scott Thomas lunchtimem...@gmail.com: That's my piece. I think we should do it. Respond! I think this is a good idea. It's about time we embrace and extend (TM) C#. -- Seo Sanghyeon ___ Mono-devel-list mailing list

[Mono-dev] Mono Regex not working the same as MS .NET

2009-07-26 Thread St4rNin3
I am having some issues with Regex processing. It seems that the Mono engine and the .NET engine get different results. The code below works just fine on my Windows PC, but gets no matches on my Linux System. I am using Mandriva 2009 Spring, with the 2.2 version of Mono. I have not

Re: [Mono-dev] Mono Regex not working the same as MS .NET

2009-07-26 Thread Alan McGovern
Hey, Could you take that testcase and info a file a bug report on bugzilla.novell.com . This way the isse won't be forgotten about and will be dealt with properly. Alan. On 26 Jul 2009, at 17:50, St4rNin3 st4rn...@gmail.com wrote: I am having some issues with Regex processing. It

Re: [Mono-dev] Mono Regex not working the same as MS .NET

2009-07-26 Thread Adar Wesley
Hi, I would suspect the \r\n part of the pattern. On UNIX systems new line does not include the \r. --- Adar Wesley On Sun, Jul 26, 2009 at 7:57 PM, Alan McGovern alan.mcgov...@gmail.comwrote: Hey, Could you take that testcase and info a file a bug report on bugzilla.novell.com . This

Re: [Mono-dev] Mono Regex not working the same as MS .NET

2009-07-26 Thread St4rNin3
oh man, am i ever embarrassed... you are right on. :blush: with that change, the code works as expected. Thank you! --Dan Gentry Adar Wesley-2 wrote: Hi, I would suspect the \r\n part of the pattern. On UNIX systems new line does not include the \r. --- Adar Wesley On Sun,

Re: [Mono-dev] Beyond C#

2009-07-26 Thread Rodrigo Kumpera
Hi Scott, On Sun, Jul 26, 2009 at 5:25 AM, Scott Thomas lunchtimem...@gmail.comwrote: The two primary concerns I hear are: 1) The burden of maintaining and supporting non-standard features is non-trivial. 2) It's not C#! My rebuttals: 1) These non-standard features can mature through