Re: [IronPython] New clr.ImportExtensions (LINQ) Syntax

2011-04-12 Thread Dave Wald
Very good. Thanks so much Dino! On 4/11/2011 9:25 PM, Dino Viehland wrote: Dave wrote: Okay. Never mind. There's already an open bug for this I just found. http://ironpython.codeplex.com/workitem/30379 I've assigned this bug to myself. I'll take a look and fix it, my guess is there's somethi

Re: [IronPython] New clr.ImportExtensions (LINQ) Syntax

2011-04-11 Thread Dino Viehland
Dave wrote: > Okay. Never mind. There's already an open bug for this I just found. > > http://ironpython.codeplex.com/workitem/30379 I've assigned this bug to myself. I'll take a look and fix it, my guess is there's something wrong with extension method support on generic classes (e.g. class Foo

Re: [IronPython] New clr.ImportExtensions (LINQ) Syntax

2011-04-09 Thread Dave Wald
Okay. Never mind. There's already an open bug for this I just found. http://ironpython.codeplex.com/workitem/30379 ___ Users mailing list Users@lists.ironpython.com http://lists.ironpython.com/listinfo.cgi/users-ironpython.com

[IronPython] New clr.ImportExtensions (LINQ) Syntax

2011-04-08 Thread Dave Wald
Hi all - I've been experimenting with with the new extension method import facility and so far it is working well, more or less as I expected, except that I'm getting an error message when I try to chain Linq method calls. I don't know whether this should be considered a bug or not. It seems th