Bug #457

Is irb/xmp supported in 1.9?

Added by Dave Thomas over 3 years ago. Updated 10 months ago.

[ruby-core:18347]
Status:Closed Start date:08/20/2008
Priority:Normal Due date:
Assignee:Keiju Ishitsuka % Done:

0%

Category:lib
Target version:1.9.1 Release Candidate
ruby -v:

Description

Running the following:

 require 'irb/xmp'

 xmp <<END 
 artist = "Doc  Severinsen" 
 artist.upcase
 END

results in

(eval):3:in `Raise': frame underflow (IRB::Frame::FrameUnderflow)
	from /usr/local/rubybook/lib/ruby/1.9.0/irb/frame.rb:38:in `top'
	from /usr/local/rubybook/lib/ruby/1.9.0/irb/frame.rb:54:in `top'
	from /usr/local/rubybook/lib/ruby/1.9.0/irb/xmp.rb:81:in `xmp'
	from t1.rb:3:in `<main>'

History

Updated by Koichi Sasada over 3 years ago

  • Assignee set to Keiju Ishitsuka

Updated by Yuki Sonoda over 3 years ago

  • Category set to lib
  • Target version set to 1.9.1 Release Candidate

Updated by Keiju Ishitsuka over 3 years ago

  • Status changed from Open to Closed

Also available in: Atom PDF