Re: [Mono-dev] [Fwd: Re: [Mono-list] New anonymous subversion hostname]

2007-04-12 Thread Mark IJbema
Hoping that the person maintining the svn rss feed is on this list, will it be updated to reflect this new url? Regards, Mark On Wed, Apr 11, 2007 at 01:31:41PM -0600, Wade Berrier wrote: > Notice to all using the anonymous subversion repository: > > svn.myrealbox.com has been renamed to anonsv

Re: [Mono-dev] Using the System.Linq library

2007-04-06 Thread Mark IJbema
It's a bit more complicated than that, check my updated source: http://ijbema.home.fmf.nl/Bla.cs the solution you give works, but also, if i add the extension method in my own files i can call it as an extension method. So, as far as i can see it is a bug, i filed it as well: http://bugzilla.ximia

[Mono-dev] Using the System.Linq library

2007-04-05 Thread Mark IJbema
Hi, I'm trying to use the System.Linq library, but i don't know how. It's in System.Core, so i used: gmcs -langversion:linq -r:System.Core Bla.cs gmcs -langversion:linq -r:/home/mark/local/lib/mono/2.0/System.Core.dll Bla.cs On the file: http://ijbema.home.fmf.nl/Bla.cs Can anyone tell me how