From: "zzak (Zachary Scott)" Date: 2013-01-12T01:55:27+09:00 Subject: [ruby-core:51385] [ruby-trunk - Bug #7679] IRB history is broken Issue #7679 has been updated by zzak (Zachary Scott). history works in 1.9.3, but look: 1.9.3p362 :003 > IRB.conf[:SAVE_HISTORY] => nil 1.9.3p362 :004 > RUBY_DESCRIPTION => "ruby 1.9.3p362 (2012-12-25 revision 38607) [x86_64-linux]" SAVE_HISTORY is nil, just like in trunk ---------------------------------------- Bug #7679: IRB history is broken https://bugs.ruby-lang.org/issues/7679#change-35362 Author: zzak (Zachary Scott) Status: Assigned Priority: Normal Assignee: keiju (Keiju Ishitsuka) Category: lib Target version: 2.0.0 ruby -v: 2.0.0 steps to reproduce: $ irb irb(main):001:> 1 + 2 => 3 irb(main):002:0> exit $ irb irb(main):001:0> *up arrow* nothing I should see at least "1 + 2" when I hit the up arrow. Using: ruby 2.0.0dev (2012-12-30 trunk 38663) [x86_64-linux] Also confirmed on: ruby 2.0.0dev (2013-01-07 trunk 38734) [x86_64-darwin12.2.0] -- http://bugs.ruby-lang.org/