[lnkForumImage]
TotalShareware - Download Free Software

Confronta i prezzi di migliaia di prodotti.
Asp Forum
 Home | Login | Register | Search 


 

Forums >

comp.lang.ruby

Re: GC oddness

Alex Young

7/7/2006 2:34:00 PM

Yohanes Santoso wrote:
> Alex Young <alex@blackkettle.org> writes:
<snip>
>Thanks for that, it's good to know it's not just me... Ok, next
>>question: which is the correct behaviour?
>
>
> Mine has the correct behaviour.
>
> The finaliser has no reference to the the TestDir instance being
> finalised.

That's what I thought. Which OS are you using? Did you build your Ruby
yourself?

--
Alex

1 Answer

Yohanes Santoso

7/7/2006 3:11:00 PM

0

Alex Young <alex@blackkettle.org> writes:

> That's what I thought. Which OS are you using? Did you build your
> Ruby yourself?

$ ruby -v
ruby 1.8.4 (2005-12-24) [i386-linux]

Debian 3.1. The ruby was locally build from debian testing's
ruby-1.8.4 source package.


YS.