http://github.com/shri/ironruby/commit/a3da993f39235b9d7f712d8d16d7d8bb3bb62079
* BasicSocket#recv should mark the thread as sleeping * Adds support for ir.exe -Ifoo;bar. Previously, we were not breaking it up into two paths. We debugged this problem doing pair debugging with Ray and Kevin. * The stricter tests in upper_dash_i_spec.rb caught two other issues: - We should not replace \ with /. - Output of spawned processes should be filtered to convert \r\n to \n * Fixed assert in OverloadResolver.cs * Adds tests for the tutorial sample to irtests.rb Files changed * Merlin/External.LCA_RESTRICTED/Languages/IronRuby/mspec/ironruby-tags/core/kernel/sleep_tags.txt * Merlin/External.LCA_RESTRICTED/Languages/IronRuby/mspec/ironruby-tags/critical_tags.txt<http://github.com/shri/ironruby/commit/a3da993f39235b9d7f712d8d16d7d8bb3bb62079#diff-1> * Merlin/External.LCA_RESTRICTED/Languages/IronRuby/mspec/ironruby-tags/library/socket/basicsocket/recv_tags.txt * Merlin/External.LCA_RESTRICTED/Languages/IronRuby/mspec/rubyspec/command_line/dash_upper_i_spec.rb<http://github.com/shri/ironruby/commit/a3da993f39235b9d7f712d8d16d7d8bb3bb62079#diff-3> * Merlin/Main/Languages/Ruby/Libraries.LCA_RESTRICTED/Builtins/KernelOps.cs<http://github.com/shri/ironruby/commit/a3da993f39235b9d7f712d8d16d7d8bb3bb62079#diff-4> * Merlin/Main/Languages/Ruby/Libraries.LCA_RESTRICTED/Builtins/ThreadOps.cs<http://github.com/shri/ironruby/commit/a3da993f39235b9d7f712d8d16d7d8bb3bb62079#diff-5> * Merlin/Main/Languages/Ruby/Libraries.LCA_RESTRICTED/Initializers.Generated.cs<http://github.com/shri/ironruby/commit/a3da993f39235b9d7f712d8d16d7d8bb3bb62079#diff-6> * Merlin/Main/Languages/Ruby/Libraries.LCA_RESTRICTED/socket/TCPServer.cs<http://github.com/shri/ironruby/commit/a3da993f39235b9d7f712d8d16d7d8bb3bb62079#diff-7> * Merlin/Main/Languages/Ruby/Ruby/Hosting/RubyOptionsParser.cs<http://github.com/shri/ironruby/commit/a3da993f39235b9d7f712d8d16d7d8bb3bb62079#diff-8> * Merlin/Main/Languages/Ruby/Ruby/Runtime/Loader.cs<http://github.com/shri/ironruby/commit/a3da993f39235b9d7f712d8d16d7d8bb3bb62079#diff-9> * Merlin/Main/Languages/Ruby/Samples/Tutorial/Tutorials/hosting_tutorial.rb<http://github.com/shri/ironruby/commit/a3da993f39235b9d7f712d8d16d7d8bb3bb62079#diff-10> * Merlin/Main/Languages/Ruby/Samples/Tutorial/Tutorials/ironruby_tutorial.rb<http://github.com/shri/ironruby/commit/a3da993f39235b9d7f712d8d16d7d8bb3bb62079#diff-11> * Merlin/Main/Languages/Ruby/Samples/Tutorial/test/test_console.rb<http://github.com/shri/ironruby/commit/a3da993f39235b9d7f712d8d16d7d8bb3bb62079#diff-12> * Merlin/Main/Languages/Ruby/Samples/Tutorial/tutorial.rb<http://github.com/shri/ironruby/commit/a3da993f39235b9d7f712d8d16d7d8bb3bb62079#diff-13> * Merlin/Main/Languages/Ruby/Scripts/irtests.rb<http://github.com/shri/ironruby/commit/a3da993f39235b9d7f712d8d16d7d8bb3bb62079#diff-14> * Merlin/Main/Languages/Ruby/rake/test.rake<http://github.com/shri/ironruby/commit/a3da993f39235b9d7f712d8d16d7d8bb3bb62079#diff-15> * Merlin/Main/Runtime/Microsoft.Scripting/Actions/Calls/OverloadResolver.cs<http://github.com/shri/ironruby/commit/a3da993f39235b9d7f712d8d16d7d8bb3bb62079#diff-16> Thanks, Shri
_______________________________________________ Ironruby-core mailing list [email protected] http://rubyforge.org/mailman/listinfo/ironruby-core
