[GHC] #10986: GHC should delete all temporary files it creates in /tmp
GHC
ghc-devs at haskell.org
Mon Oct 19 00:40:32 UTC 2015
#10986: GHC should delete all temporary files it creates in /tmp
-------------------------------------+-------------------------------------
Reporter: erikd | Owner: erikd
Type: feature request | Status: new
Priority: normal | Milestone: 8.0.1
Component: Compiler | Version: 7.11
Resolution: | Keywords:
Operating System: Unknown/Multiple | Architecture:
| Unknown/Multiple
Type of failure: None/Unknown | Test Case:
Blocked By: | Blocking:
Related Tickets: | Differential Rev(s):
Wiki Page: |
-------------------------------------+-------------------------------------
Changes (by erikd):
* owner: => erikd
Comment:
My initial idea was a create a wrapper function for the creation of temp
files and directories and then in the wrapper, add them to a list in an
IORef. Just before GHC exits, it would read the list from the IORef and
delete them.
Happy to listen to any better suggestions.
--
Ticket URL: <http://ghc.haskell.org/trac/ghc/ticket/10986#comment:1>
GHC <http://www.haskell.org/ghc/>
The Glasgow Haskell Compiler
More information about the ghc-tickets
mailing list