Actions
Bug #233
closedBlock level with binding
Description
=begin
ささだです.
b = binding
10.times{
eval('', b)
}
eval('1.times{raise}', b)
こんなプログラムで
../trunk/test.rb:5:in eval': (eval):1:in
block (12 levels) in
こんなふうに,block level が上がってしまいます(12 levels).
原因は Binding の持ち方の問題なんですが,ぱっと解決策が思いつかな
いため,記録だけしておきます.issue の priority を下げる方法ってウェ
ブ経由でしたっけ.
--
// SASADA Koichi at atdot dot net
=end
Updated by yugui (Yuki Sonoda) about 16 years ago
- Target version set to 1.9.1 Release Candidate
=begin
=end
Updated by yugui (Yuki Sonoda) almost 16 years ago
- Target version changed from 1.9.1 Release Candidate to 1.9.2
=begin
=end
Updated by ko1 (Koichi Sasada) almost 16 years ago
- Status changed from Open to Closed
- % Done changed from 0 to 100
=begin
Applied in changeset r21079.
=end
Actions
Like0
Like0Like0Like0Like0