#298: macirb loses track of local variables ----------------------------------------+----------------------------------- Reporter: mharper@… | Owner: lsansonetti@… Type: defect | Status: new Priority: major | Milestone: Component: MacRuby | Keywords: ----------------------------------------+----------------------------------- Comment(by conradwt@…): This also happens on Snow Leopard Build (10A402a). For example, darnoc-laptop:etc conradwt$ macirb irb: warn: can't alias exit from irb_exit. irb(main):001:0> a = "This is a test" => "This is a test" irb(main):002:0> puts a NameError: undefined local variable or method `a' for main:TopLevel from 0:in `eval:' from 0:in `evaluate:' from 0:in `evaluate:' from 0:in `signal_status:' from 0:in `each_top_level_statement' from 0:in `eval_input' from 0:in `start:' -- Ticket URL: <http://www.macruby.org/trac/ticket/298#comment:1> MacRuby <http://macruby.org/>