Quantcast
Channel: Parrot: Ticket #955: need ability to create tempfile from PIR
Browsing latest articles
Browse All 7 View Live

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 Article



comment added; keywords changed

keywordsnewbie added A dynop would be fine. Implementing it somehow would be great.

View Article

comment added; component changed

component changed from none to testing

View Article

comment added

Should this be implemented as a dynop?

View Article

comment added

jrtayloriv++ . Not having to worry about cleaning up temp files and where they go really simplifies test writing.

View Article


comment 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

comment added

a StringHandle PMC could do the job.

View Article
Browsing latest articles
Browse All 7 View Live




Latest Images