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
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
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
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