Project

General

Profile

Actions

Bug #5648

closed

irb does not handle recursive heredocs

Added by neleai (Ondrej Bilka) over 12 years ago. Updated over 11 years ago.

Status:
Closed
Target version:
-
ruby -v:
ruby 1.8.7 (2011-06-30 patchlevel 352) [x86_64-linux]
Backport:
[ruby-core:41157]

Description

irb get compile error on following code:
<<A
#{ <<A
A
}
A

Updated by ko1 (Koichi Sasada) about 12 years ago

  • Assignee set to keiju (Keiju Ishitsuka)
Actions #2

Updated by shyouhei (Shyouhei Urabe) about 12 years ago

  • Status changed from Open to Assigned
Actions #3

Updated by keiju (Keiju Ishitsuka) over 11 years ago

  • Status changed from Assigned to Closed
  • % Done changed from 0 to 100

This issue was solved with changeset r38631.
Ondrej, thank you for reporting this issue.
Your contribution to Ruby is greatly appreciated.
May Ruby be with you.


  • lib/irb/ruby-lex.rb: allow to handle recursive heredocs on
    irb[Bug #5648].
Actions

Also available in: Atom PDF

Like0
Like0Like0Like0