General

Profile

seki (Masatoshi Seki)

  • Login: seki
  • Email: seki@ruby-lang.org
  • Registered on: 11/30/2008
  • Last sign in: 09/12/2019

Issues

open closed Total
Assigned issues 2 53 55
Reported issues 0 1 1

Projects

Project Roles Registered on
Ruby Committer 12/05/2008

Activity

01/22/2017

03:19 AM Ruby Bug #13127 (Closed): DRb `load': connection closed (DRb::DRbConnError) when client exit's from within a loop iterating over remote objects
what's happen?
~~~
# S: drb_server_test.rb
# C: drb_client_test.rb
# (1) C send :each_with_index, &block to my_array in S.
remote_object.each_with_index
# (2) S send :yield to &block in C.
do ...
seki (Masatoshi Seki)

05/15/2016

11:59 AM Ruby Bug #12342 (Closed): DRb.stop_service doesn't kill sleeping TimerIdConv threads
Applied in changeset r55008.
----------
don't use keeper thread. [Bug #12342]
seki (Masatoshi Seki)

02/28/2016

11:28 AM Ruby Feature #12101 (Closed): Add verbose failure messages and avoid infamous DRb::DRbConnError
Applied in changeset r53962.
----------
* lib/drb/drb.rb (error_print): Add verbose failure messages and
avoid infamous DRb::DRbConnError. [Feature #12101]
seki (Masatoshi Seki)

01/02/2016

07:19 AM Ruby Feature #11936 (Closed): Allow ERB subclass to add token easily
Applied in changeset r53412.
----------
Allow ERB subclass to add token easily. [Feature #11936]
seki (Masatoshi Seki)

12/11/2014

11:43 AM Ruby Misc #10553: Ruby 2.2.0 release engeneering
コマンド版のerbの起動引数からスクリプトへ引数を渡す機能を追加したいです。
エラー時の行番号の間違い(バグ)もなおる感じです。
Nobu's patch
https://github.com/nobu/ruby/compare/Feature%2310395-erb-variables-from-commandline
発端
https://bugs.ruby-lang.org/issues/10395
seki (Masatoshi Seki)

03/24/2013

06:18 AM Ruby Feature #8128 (Rejected): New primitives for Rinda::TupleSpace
I think so: https://twitter.com/drbrain/status/315510564233293825
This is a global lock. If you want a KVS, I recommend the Hash or Drip.
seki (Masatoshi Seki)

03/23/2013

07:38 PM Ruby Feature #8073: Add multicast support to Rinda::Ring*
please commit this patch. seki (Masatoshi Seki)
07:16 PM Ruby Bug #8125: lost-tuple bug and fix for Rinda::TupleSpaceProxy.take
please commit it! seki (Masatoshi Seki)

04/21/2012

03:10 PM Ruby Bug #6272 (Closed): Rinda sticks on some tests
This issue was solved with changeset r35417.
Yui, thank you for reporting this issue.
Your contribution to Ruby is greatly appreciated.
May Ruby be with you.
----------
* test/rinda/test_rinda.rb: fix sticks on some testsf problem
...
seki (Masatoshi Seki)

10/07/2011

04:46 PM Ruby Bug #5419 (Closed): FileUtils.cp_rの:preserveの動作
FileUtils.cp_rで:preserveとtrueに設定してディレクトリをコピーしたときに、
空でないディレクトリの時刻が設定されません。
おそらく、ディレクトリについて ent.copy_metadata した後に、そのディレクトリ以下にファイルが増えるためだと思います。
2パスで処理して、一巡目にコピー、二巡目にent.copy_metadata したら直るような気がしますが、もっとかっこいい方法もありそうです。
seki (Masatoshi Seki)

Also available in: Atom