Code Review: bugfixes

tfpt review “/shelveset:bugfixes;REDMOND\jdeville”
Comment :
Regression tests to close Codeplex bugs:
Access is allowed to internal fields
from http://ironruby.codeplex.com/WorkItem/View.aspx?WorkItemId=1521
File.expand_path does not support a line number after filename
from http://ironruby.codeplex.com/WorkItem/View.aspx?WorkItemId=821
alias_method fails for :do
from http://ironruby.codeplex.com/WorkItem/View.aspx?WorkItemId=1502
Proc.to_s should include line number where the block was declared
from http://ironruby.codeplex.com/WorkItem/View.aspx?WorkItemId=1509
WinForms broken
from http://ironruby.codeplex.com/WorkItem/View.aspx?WorkItemId=1501
$? is not always Process::Status
from http://ironruby.codeplex.com/WorkItem/View.aspx?WorkItemId=1400
load_assembly(<partial_name>) should work
from http://ironruby.codeplex.com/WorkItem/View.aspx?WorkItemId=1345
System.Action.new does not work
from http://ironruby.codeplex.com/WorkItem/View.aspx?WorkItemId=1344
Cannot call CLR constructor of builtin type
from http://ironruby.codeplex.com/WorkItem/View.aspx?WorkItemId=1306
public(:foo) does not work correctly for mixed-in methods
from http://ironruby.codeplex.com/WorkItem/View.aspx?WorkItemId=1184
Cannot call new on subtypes of builtin classes whose “new” method has
optional arguments
from http://ironruby.codeplex.com/WorkItem/View.aspx?WorkItemId=1085
visibility of send :define_method
from http://ironruby.codeplex.com/WorkItem/View.aspx?WorkItemId=1060
Passing a Ruby array to a .NET method that expects an IEnumerable
derivative fails with GetEnumerator call
from http://ironruby.codeplex.com/WorkItem/View.aspx?WorkItemId=917
Assert in SetMethodBasesNoLock when calling #== on Ruby class
inheriting from CLR class which overrides Equals
from http://ironruby.codeplex.com/WorkItem/View.aspx?WorkItemId=783
Wrong behavior when calling redefined methods on object instances
from http://ironruby.codeplex.com/WorkItem/View.aspx?WorkItemId=761
Can’t call the BigIntegerOverload of a method with a DefaultProtocol
Attrib