[perl #37358] [CAGE] Tests - cleanup use of temp files

2008-02-25 Thread James Keenan via RT
Resolving ticket.

[perl #37358] [CAGE] Tests - cleanup use of temp files

2008-02-24 Thread James Keenan via RT
Earlier this month I found one last instance where one of the tests I had written failed to clean up a temporary file. I am no longer finding any files in /tmp after configuration. Andy, Joshua, ptc: Are you still seeing any tempfiles post-configuration? If not I will close this ticket. Thank

Re: [perl #37358] [CAGE] Tests - cleanup use of temp files

2008-02-24 Thread Will Coleda
On Sun, Feb 24, 2008 at 7:49 PM, James Keenan via RT [EMAIL PROTECTED] wrote: Earlier this month I found one last instance where one of the tests I had written failed to clean up a temporary file. I am no longer finding any files in /tmp after configuration. Andy, Joshua, ptc: Are you

[perl #37358] [CAGE] Tests - cleanup use of temp files

2008-02-24 Thread James Keenan via RT
The original request was regarding all the tests, not just config, or so I thought; In either case, I'd feel safer if someone checked after a full test run before closing the ticket. [li11-226:parrot] 508 $ find /tmp -type f [li11-226:parrot] 509 $ screen

Re: [perl #37358] [CAGE] Tests - cleanup use of temp files

2008-02-24 Thread Will Coleda
On Sun, Feb 24, 2008 at 9:26 PM, James Keenan via RT [EMAIL PROTECTED] wrote: The original request was regarding all the tests, not just config, or so I thought; In either case, I'd feel safer if someone checked after a full test run before closing the ticket. [li11-226:parrot]

Re: [perl #37358] [CAGE] Tests - cleanup use of temp files

2008-01-31 Thread Andy Dougherty
On Wed, 30 Jan 2008, James Keenan via RT wrote: I have identified a relatively few instances in the tests I have written where I used tempfile() without UNLINK =1 or tempdir() without CLEANUP = 1. I have fixed those situations. I have then done make realclean, perl Configure.pl --test and

[perl #37358] [CAGE] Tests - cleanup use of temp files

2008-01-30 Thread James Keenan via RT
On Wed Jan 30 11:48:41 2008, doughera wrote: I haven't figured out what's creating the other things yet. One directory appears to contain a complete copy of MANIFEST. Other directories contain lib/Parrot/Config.pm, lib/Parrot/Revision.pm, and DEVELOPING. Still other directories are

[perl #37358] [CAGE] Tests - cleanup use of temp files

2008-01-30 Thread James Keenan via RT
I have identified a relatively few instances in the tests I have written where I used tempfile() without UNLINK =1 or tempdir() without CLEANUP = 1. I have fixed those situations. I have then done make realclean, perl Configure.pl --test and checked to see whether any files were created under