#59: .irb_history support ------------------------+--------------------------------------------------- Reporter: z@wzph.com | Owner: lsansonetti@apple.com Type: task | Status: closed Priority: minor | Milestone: MacRuby 0.2 Component: MacRuby | Resolution: fixed Keywords: | ------------------------+--------------------------------------------------- Changes (by lsansonetti@apple.com): * status: new => closed * resolution: => fixed Comment: Fixed in r217. Note that {{{IRB.conf[:SAVE_HISTORY]}}} must be set to a number (the max. number of expressions that will be kept in the history). For example, 200. Also, note that the very first expression is never saved, because of a bug in the readline extension (which uses libedit). This problem is also reproducible with the Ruby 1.8 version that ships with Leopard. -- Ticket URL: <http://ruby.macosforge.org/trac/ticket/59#comment:2> macruby <http://ruby.macosforge.org/>