[#144] Another implementation of Bignum — "Dmitry Antipov" <dmitry.antipov@...>

Hello Ruby hackers,

15 messages 2002/06/06

Re: possible bug: stack dump with <<-String, #{...} and large loops

From: ts <decoux@...>
Date: 2002-06-05 04:55:13 UTC
List: ruby-core #134
>>>>> "n" == nobu nokada <nobu.nokada@softhome.net> writes:

n> I might misunderstand, did you mean the issue like
n> [ruby-talk:41809]?

 No, there is worst
   
pigeon% cat b.rb
#!./ruby
def aa
   "#{
    p 'ok' if 1 .. 2
   }"
end

aa
aa
pigeon% 

pigeon% b.rb
"ok"
./b.rb:4: [BUG] unexpected local variable
ruby 1.7.2 (2002-06-04) [i686-linux]
Aborted
pigeon% 


Guy Decoux

In This Thread