[MacRuby] #923: Kernel#caller returns an empty stack trace
#923: Kernel#caller returns an empty stack trace ---------------------------------+------------------------------------------ Reporter: mred@… | Owner: lsansonetti@… Type: defect | Status: new Priority: major | Milestone: MacRuby 0.7 Component: MacRuby | Keywords: ---------------------------------+------------------------------------------ Under certain conditions Kernel#caller returns an empty stack trace {{{ $ cat caller.rb class A def a arg puts caller.inspect end def b a 1 end end a = A.new a.b $ macruby caller.rb [] $ ruby caller.rb ["caller.rb:7:in `b'", "caller.rb:12"] }}} -- Ticket URL: <http://www.macruby.org/trac/ticket/923> MacRuby <http://macruby.org/>
#923: Kernel#caller returns an empty stack trace ---------------------------------+------------------------------------------ Reporter: mred@… | Owner: lsansonetti@… Type: defect | Status: closed Priority: major | Milestone: MacRuby 0.8 Component: MacRuby | Resolution: fixed Keywords: | ---------------------------------+------------------------------------------ Changes (by lsansonetti@…): * status: new => closed * resolution: => fixed * milestone: MacRuby 0.7 => MacRuby 0.8 Comment: Should be fixed in r4576. -- Ticket URL: <http://www.macruby.org/trac/ticket/923#comment:1> MacRuby <http://macruby.org/>
participants (1)
-
MacRuby