Project

General

Profile

Actions

Backport #3227

closed

tempfile.rb seems to have a broken unlink function

Added by Flameeyes (Diego Elio Pettenò) almost 14 years ago. Updated almost 5 years ago.

Status:
Closed
Assignee:
-
[ruby-core:29905]

Description

=begin
When using tempfile on Ruby 1.8, unlink does not close the underlying file, which is useful on POSIX systems to stop other processes from accessing the temporary files. Similar suggestion is available in the comments for Tempfile#unlink on Ruby 1.9's tempfile.rb but there, the file gets closed before being unlinked, and thus you cannot access it any more.

I'm not sure if the change in behaviour is wanted or not, but this at least seems to break Rack (from which I extracted the attached testcase). Either the suggestions should go, or it shouldn't close.
=end


Files

tempfile-unlink-tcase.rb (220 Bytes) tempfile-unlink-tcase.rb Testcase derived by rack-1.1.0 Flameeyes (Diego Elio Pettenò), 05/01/2010 04:59 AM
Actions

Also available in: Atom PDF

Like0
Like0Like0Like0