From: Lee Jarvis Date: 2013-01-10T23:17:08+09:00 Subject: [ruby-core:51357] Re: [ruby-trunk - Bug #7679][Assigned] IRB history is broken --50eecd5f_520eedd1_12010 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit Content-Disposition: inline I also tried with the following: bin/irb -rirb/ext/save-history But with the same outcome. On Thursday, 10 January, 2013 at 1:09 PM, zzak (Zachary Scott) wrote: > > Issue #7679 has been updated by zzak (Zachary Scott). > > Status changed from Open to Assigned > > > ---------------------------------------- > Bug #7679: IRB history is broken > https://bugs.ruby-lang.org/issues/7679#change-35322 > > 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/ > > --50eecd5f_520eedd1_12010 Content-Type: text/html; charset="utf-8" Content-Transfer-Encoding: quoted-printable Content-Disposition: inline
I also tried with the following:

bin/irb -rirb/ext/save-history<= /div>

But with the same outcome.
=20

On Thursday, 10 Januar= y, 2013 at 1:09 PM, zzak (Zachary Scott) wrote:


Issue =237679 has= been updated by zzak (Zachary Scott).

Status ch= anged from Open to Assigned


-----= -----------------------------------
Bug =237679: IRB history is= broken
https://bugs.ruby-lang.org/issues/7679=23change-35322<= /div>

Author: zzak (Zachary Scott)
Status: A= ssigned
Priority: Normal
Assignee: keiju (Keiju Ishit= suka)
Category: lib
Target version: 2.0.0
r= uby -v: 2.0.0


steps to reproduce:=
=24 irb
irb(main):001:> 1 + 2
=3D> 3=
irb(main):002:0> exit
=24 irb
irb(main)= :001:0> *up arrow* nothing

I should see at le= ast =221 + 2=22 when I hit the up arrow.

Using: = ruby 2.0.0dev (2012-12-30 trunk 38663) =5Bx86=5F64-linux=5D
Also confirmed on: ruby 2.0.0dev (2013-01-07 trunk 38734) =5B= x86=5F64-darwin12.2.0=5D


=20 =20 =20 =20
=20

--50eecd5f_520eedd1_12010--