↧
comment added; owner set; status changed
owner set to whiteknightstatus changed from new to assigned I think we can either add an O_TEMPORARY flag to IO API, or we can add functionality to the OS PMC. I'm going to take a look at some options...
View Articlecomment added; keywords changed
keywordsnewbie added A dynop would be fine. Implementing it somehow would be great.
View Articlecomment added
jrtayloriv++ . Not having to worry about cleaning up temp files and where they go really simplifies test writing.
View Articlecomment added
What about implementing something like the O_TEMPORARY flag with parrot's open op? (a file opened with the O_TEMPORARY flag is created with a unique name, and will be deleted by the OS when close() is...
View Article