Re: [MacRuby-devel] [MacRuby] #408: leaked Tempfile don't get cleaned up (MacRuby)

2009-10-29 Thread Laurent Sansonetti
On Oct 29, 2009, at 12:18 PM, Matthias Neeracher wrote: #408: leaked Tempfile don't get cleaned up [...] Changes (by lsansone...@?): * status: new => closed * resolution: => fixed I implemented ObjectSpace finalizers as part of r2918 and now your snippet behaves like the old Ruby. This

Re: [MacRuby-devel] [MacRuby] #408: leaked Tempfile don't get cleaned up (MacRuby)

2009-10-29 Thread Matthias Neeracher
#408: leaked Tempfile don't get cleaned up [...] Changes (by lsansone...@?): * status: new => closed * resolution: => fixed I implemented ObjectSpace finalizers as part of r2918 and now your snippet behaves like the old Ruby. This does indeed fix the main problem—the program running o