tfpt review “/shelveset:VisibilityFixes1;REDMOND\tomat”
Fixes bugs:
http://ironruby.codeplex.com/WorkItem/View.aspx?WorkItemId=1184:
public(:foo) does not work correctly for mixed-in methods
http://ironruby.codeplex.com/WorkItem/View.aspx?WorkItemId=1060:
visibility of send :define_method Title is required
Factors super-forwarders into a separate SuperForwarderInfo <:
RubyMemberInfo (it used to be just a flag on member info). The
super-forwarder needs to remember the name of the method to forward to
since that can change if it’s aliased (see Visibility2C test case).
Tomas