Re: [Ironruby-core] IronRuby .Net 4 CTP and dynamic

2010-03-03 Thread Kevin Radcliffe
Patrick, Tomas made a fix for dynamic, and it is now included in the latest source from git: http://github.com/ironruby/ironruby If you build the latest from source (make sure you build the "V4 Release" (or V4 Debug) from ruby4.sln), your code (which deals with the ExpandoObject) should wo

[Ironruby-core] IronRuby .Net 4 CTP and dynamic

2009-11-13 Thread Patrick Brown
Hi Should I be able to call out to a C# method with this release that returns a dynamic and access it's return value? public class Modifier { public dynamic Modify(IPropertyPolicyInfo info) { dynamic obj = new ExpandoObject(); obj.Name = info.AccountShortName; obj.Address = new Expando