Re: Tempfile strangeness

From: Florian Frank <flori@...>
Date: 2004-05-05 23:53:05 UTC
List: ruby-core #2849
On 2004-05-06 08:45:17 +0900, Florian Frank wrote:
> patch). What do you think?

Thinking about it a little (ca. 1 minute) longer, i came to the
conclusion that this patch sucks: It would make unlinking tempfiles
while having an open file handle impossible. I don't know what to do
about it, perhaps checking the operating system before closing? Or just
leave it as it was before?

-- 
lambda { |c| lambda { |f| f[f] } [ lambda { |f| c[lambda { |x| f[f][x] } ] }] }

In This Thread