From: "NAKAMURA, Hiroshi" Date: 2004-01-01T11:13:21+09:00 Subject: [ruby-list:39015] Re: lib/debug.rb: incomplete regexp? なひです。 > From: "Shirai,Kaoru" > Sent: Wednesday, December 31, 2003 9:03 PM > lib/debug.rb の 1.46 -> 1.47 の変更が、 > > revision 1.47 > date: 2003/08/11 13:41:18; author: nahi; state: Exp; lines: +6 -6 > * lib/debug.rb(debug_command): inspection command should inspect resulting > value even if it's nil. [ruby-dev:21180] by OMAE, jun . > > * lib/debug.rb(debug_command): incomplete regexp. > > となっており、以下のように var, method, thread, pp, p の正規表現が変更 > されていますが、このため > > (rdb:1) p expression > > という入力にマッチしません。変更前の方が正しいのではないでしょうか。 まったくです。修正します。全体的にレビューするので、数日時間をください。 普段はp、ppを入力していなかった(expressionのみ)ので、気づいてませんでした。