[IronPython] Operations.GetMember<x> in b5
Dan Eloff
dan.eloff at gmail.com
Mon Sep 22 20:05:08 CEST 2008
On Sun, Sep 21, 2008 at 4:18 PM, Dino Viehland <dinov at microsoft.com> wrote:
> Thanks for reporting this - it's definitely a big regression. We switched ObjectOperations from using IOldDynamicObject to IDynamicObject and it looks like we missed a spot that needed to be changed (we need to manually insert the conversions ourselves now). For the time being you can just call the object version of GetMember and then call ConvertTo<T> on that.
Thanks, I'll do that.
>
> I've opened a bug on CodePlex - http://www.codeplex.com/IronPython/WorkItem/View.aspx?WorkItemId=18595
>
> I've got a fix for the other regression as well so hopefully that one will be in a source update this week.
>
Fantastic! I'll be picking up the first source drop after 18595 and
18345 have been closed.
Cheers,
-Dan
More information about the Ironpython-users
mailing list