[MacRuby] #625: macirb failing with latest trunk
#625: macirb failing with latest trunk ----------------------------------------+----------------------------------- Reporter: pontus.stromdahl@… | Owner: lsansonetti@… Type: defect | Status: new Priority: major | Milestone: MacRuby 0.6 Component: MacRuby | Keywords: macirb irb_binding workspace.rb ----------------------------------------+----------------------------------- Get the following trace when trying to start macirb: ---- pontus> macruby -v MacRuby version 0.6 (ruby 1.9.0) [universal-darwin10.0, x86_64] pontus> macirb -f /Users/pontus/Workcopies/spike/macruby/setFrame_Fail/lib/irb/workspace.rb:51:in `<main>': undefined local variable or method `irb_binding' for main:TopLevel (NameError) ---- I tried debugging it but so far I haven't gotten anywhere. -- Ticket URL: <http://www.macruby.org/trac/ticket/625> MacRuby <http://macruby.org/>
#625: macirb failing with latest trunk ----------------------------------------+----------------------------------- Reporter: pontus.stromdahl@… | Owner: lsansonetti@… Type: defect | Status: new Priority: major | Milestone: MacRuby 0.6 Component: MacRuby | Keywords: macirb irb_binding workspace.rb ----------------------------------------+----------------------------------- Comment(by lsansonetti@…): Seems to work fine here. {{{ t.rb(main):002:0> $ cat t.rb p 42 $ macirb -f t.rb t.rb(main):001:0> p 42 42 => 42 t.rb(main):002:0> $ }}} I suspect you have an IRB config file that does not follow macirb's behavior. -- Ticket URL: <http://www.macruby.org/trac/ticket/625#comment:1> MacRuby <http://macruby.org/>
#625: macirb failing with latest trunk ---------------------------------------------+------------------------------ Reporter: pontus.stromdahl@… | Owner: lsansonetti@… Type: defect | Status: closed Priority: major | Milestone: MacRuby 0.6 Component: MacRuby | Resolution: fixed Keywords: macirb irb_binding workspace.rb | ---------------------------------------------+------------------------------ Changes (by lsansonetti@…): * status: new => closed * resolution: => fixed Comment: Sorry about that, it was a regression that was recently introduced. It should be fixed in r3620. -- Ticket URL: <http://www.macruby.org/trac/ticket/625#comment:2> MacRuby <http://macruby.org/>
#625: macirb failing with latest trunk ---------------------------------------------+------------------------------ Reporter: pontus.stromdahl@… | Owner: lsansonetti@… Type: defect | Status: closed Priority: major | Milestone: MacRuby 0.6 Component: MacRuby | Resolution: fixed Keywords: macirb irb_binding workspace.rb | ---------------------------------------------+------------------------------ Comment(by pontus.stromdahl@…): thanks, updated to r3620 ps. next time I'll include the revision I'm using, to make it easier -- Ticket URL: <http://www.macruby.org/trac/ticket/625#comment:3> MacRuby <http://macruby.org/>
participants (1)
-
MacRuby