[#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: nobu.nokada@...
Date: 2002-06-05 02:54:00 UTC
List: ruby-core #132
Hi,

At Wed, 5 Jun 2002 08:45:27 +0900,
nobu.nokada@softhome.net wrote:
> >  You don't need a new name for this variable, you just need to know if it's
> >  a local variable or a dynamic variable, after just need to modify
> >  rb_svar() to retrieve it.
> 
> rb_svar() searches a dynamic variable whose id is in local_tbl,
> so not applicable to normal dynamic variables.

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

-- 
Nobu Nakada

In This Thread