On Sun, Sep 21, 2008 at 4:18 PM, Dino Viehland <[EMAIL PROTECTED]> 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 _______________________________________________ Users mailing list [email protected] http://lists.ironpython.com/listinfo.cgi/users-ironpython.com
