tfpt review “/shelveset:InteropBinding;REDMOND\tomat”
Comment :
DLR, Python:
- Adds IInvokeOnGetBinder to Microsoft.System.Core.
- Adds Rowan4.sln that includes DLR, IronRuby and IronPython
projects.
Ruby:
- Implements meta-protocol for accessing DLR scopes with fall back to
standard method_missing.
o Fixes
http://ironruby.codeplex.com/WorkItem/View.aspx?WorkItemId=2478 - Fixes
http://ironruby.codeplex.com/WorkItem/View.aspx?WorkItemId=3083 - Fixes name mangling on COM objects.
- Fixes send(:foo=, args) to call indexed property on foreign
meta-objects if the number of arguments is > 1. - Implements factories for interop binders that cache them on
RubyContext. - Implements non-lexical super call action (a flag on
RubyCallAction).
Tomas