[#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-04 23:45:27 UTC
List: ruby-core #130
Hi,

At Tue, 4 Jun 2002 22:22:50 +0900,
ts 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.

>  Actually this is the only solution that I see, but in 5 minutes I'll find
>  another problem :-(

What problem?

-- 
Nobu Nakada

In This Thread