Re: [IronPython] About IronPython and LINQ again

2007-04-27 Thread Keith J. Farmer
As Dino mentions, nothing prevents you from calling the static extensions directly: they exist in the System.Linq namespace of System.Core.dll. The problem, of course, is that you end up with a lot of Queryable.Select(Queryable.Where(someInputSequence, somePredicate), someFuncThatReturnsT

Re: [IronPython] can't override LayoutEngine property

2007-04-27 Thread Jonathan Amsterdam
Thanks for digging into it. A fix in the next release will be fine. Rather than recompile IP, I worked around it by writing a C# class that overrides the property. -Original Message- From: Dino Viehland [mailto:[EMAIL PROTECTED] Sent: Thursday, April 26, 2007 4:45 PM To: Discussion of Ir