ruby-changes:27838
From: drbrain <ko1@a...>
Date: Sun, 24 Mar 2013 03:34:26 +0900 (JST)
Subject: [ruby-changes:27838] drbrain:r39890 (trunk): * lib/rinda/rinda.rb: Fixed loss of tuple when remote is alive but the
drbrain 2013-03-24 03:34:16 +0900 (Sun, 24 Mar 2013) New Revision: 39890 http://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=rev&revision=39890 Log: * lib/rinda/rinda.rb: Fixed loss of tuple when remote is alive but the call stack was unwound. Patch by Joel VanderWerf. [ruby-trunk - Bug #8125] * test/rinda/test_rinda.rb: Test for the above. Modified files: trunk/ChangeLog Index: ChangeLog =================================================================== --- ChangeLog (revision 39889) +++ ChangeLog (revision 39890) @@ -1,3 +1,10 @@ https://github.com/ruby/ruby/blob/trunk/ChangeLog#L1 +Sun Mar 24 03:34:02 2013 Eric Hodel <drbrain@s...> + + * lib/rinda/rinda.rb: Fixed loss of tuple when remote is alive but the + call stack was unwound. Patch by Joel VanderWerf. + [ruby-trunk - Bug #8125] + * test/rinda/test_rinda.rb: Test for the above. + Sun Mar 24 02:14:53 2013 Tanaka Akira <akr@f...> * test/mkmf/test_have_macro.rb: remove temporally files in the tests. -- ML: ruby-changes@q... Info: http://www.atdot.net/~ko1/quickml/