http://github.com/tnachen/ironruby/commit/eeaf82a8d833c763fc617b602cd7415cb228a0f6
Modified IListOps to fix the recursive array problem during to_s call. It used to only print the values in the array, and skip over arrays in the array that contains the same values. However, to conform with mri, I modified it so it will walk into the array and print the values for only one level deep, then print the remaining arrays with "[...]". Files Changed: * Merlin/External.LCA_RESTRICTED/Languages/IronRuby/mspec/ironruby-tags/core/array/to_s_tags.txt (deleted) * Merlin/External.LCA_RESTRICTED/Languages/IronRuby/mspec/ironruby-tags/core/env/clear_tags.txt (deleted) * Merlin/Main/Languages/Ruby/Libraries.LCA_RESTRICTED/Extensions/IListOps.cs (modified) Thank you! Tim
_______________________________________________ Ironruby-core mailing list Ironruby-core@rubyforge.org http://rubyforge.org/mailman/listinfo/ironruby-core