Wayne Kelly: > The remaining 138 fail to load for the following reasons: > > 58 - Module::module_function not implemented > 24 - Class.new() not implemented [bug #19805] > 16 - MemberAssignmentExpression not implemented > 12 - Kernel::extend not implemented > 6 - to_sym not called on block parameters to convert them to Procs > [bug #19714] > 4 - Alias resolution problem [bug #19706] > 4 - Syntax error relating to JumpStatements [bug #19803] > 4 - yaml library not implemented > 2 - Codegen bug where last expression in method is a "statement" [bug > #19914] > 2 - load path problem > 1 - eval doesn't handle assignment to constants [bug #19844] > 1 - stringio library not implemented > 1 - Module::extend_object not implemented > 1 - Kernel::trap not implemented > 1 - Regexp.new(Regexp) overload not implemented [bug #19927]
We've made pretty good progress against these today as of r101: module_function is in Class.new, MemberAssignmentExpression, and Kernel#extend are pending Please let us know how many new problems are uncovered by implementing Module#module_function Thanks, -John _______________________________________________ Ironruby-core mailing list [email protected] http://rubyforge.org/mailman/listinfo/ironruby-core
