[GHC] #12443: DEFAULT_TMPDIR is documented, but doesn't exist
#12443: DEFAULT_TMPDIR is documented, but doesn't exist -------------------------------------+------------------------------------- Reporter: rwbarton | Owner: Type: bug | Status: new Priority: normal | Milestone: Component: Documentation | Version: 8.0.1 Keywords: | Operating System: Unknown/Multiple Architecture: | Type of failure: Documentation Unknown/Multiple | bug Test Case: | Blocked By: Blocking: | Related Tickets: Differential Rev(s): | Wiki Page: -------------------------------------+------------------------------------- The user's guide claims {{{ Even better idea: Set the :envvar:`DEFAULT_TMPDIR` :command:`make` variable when building GHC, and never worry about :envvar:`TMPDIR` again. (see the build documentation). }}} But only vestiges of this functionality remain in `mk/config.mk.in` and in `nofib`, and it doesn't appear to actually do anything. I suggest removing it from the documentation. -- Ticket URL: <http://ghc.haskell.org/trac/ghc/ticket/12443> GHC <http://www.haskell.org/ghc/> The Glasgow Haskell Compiler
#12443: DEFAULT_TMPDIR is documented, but doesn't exist -------------------------------------+------------------------------------- Reporter: rwbarton | Owner: Type: bug | Status: patch Priority: normal | Milestone: Component: Documentation | Version: 8.0.1 Resolution: | Keywords: Operating System: Unknown/Multiple | Architecture: Type of failure: Documentation | Unknown/Multiple bug | Test Case: Blocked By: | Blocking: Related Tickets: | Differential Rev(s): Phab:D2493 Wiki Page: | -------------------------------------+------------------------------------- Changes (by bgamari): * status: new => patch * differential: => Phab:D2493 Comment: See Phab:D2493. -- Ticket URL: <http://ghc.haskell.org/trac/ghc/ticket/12443#comment:1> GHC <http://www.haskell.org/ghc/> The Glasgow Haskell Compiler
#12443: DEFAULT_TMPDIR is documented, but doesn't exist -------------------------------------+------------------------------------- Reporter: rwbarton | Owner: Type: bug | Status: patch Priority: normal | Milestone: Component: Documentation | Version: 8.0.1 Resolution: | Keywords: Operating System: Unknown/Multiple | Architecture: Type of failure: Documentation | Unknown/Multiple bug | Test Case: Blocked By: | Blocking: Related Tickets: | Differential Rev(s): Phab:D2493 Wiki Page: | -------------------------------------+------------------------------------- Comment (by Ben Gamari <ben@…>): In [changeset:"1e39c29ab55b9df83df142ad50e7a79e22f47f9e/ghc" 1e39c29/ghc]: {{{ #!CommitTicketReference repository="ghc" revision="1e39c29ab55b9df83df142ad50e7a79e22f47f9e" Kill vestiages of DEFAULT_TMPDIR It was removed long ago in cf403b50900648063d99afa160d2091a7d6f58c1. Thanks for @rwbarton for catching this. Updates nofib submodule. Test Plan: Validate Reviewers: austin, rwbarton Subscribers: thomie, rwbarton Differential Revision: https://phabricator.haskell.org/D2493 GHC Trac Issues: #12443 }}} -- Ticket URL: <http://ghc.haskell.org/trac/ghc/ticket/12443#comment:2> GHC <http://www.haskell.org/ghc/> The Glasgow Haskell Compiler
#12443: DEFAULT_TMPDIR is documented, but doesn't exist -------------------------------------+------------------------------------- Reporter: rwbarton | Owner: Type: bug | Status: closed Priority: normal | Milestone: 8.2.1 Component: Documentation | Version: 8.0.1 Resolution: fixed | Keywords: Operating System: Unknown/Multiple | Architecture: Type of failure: Documentation | Unknown/Multiple bug | Test Case: Blocked By: | Blocking: Related Tickets: | Differential Rev(s): Phab:D2493 Wiki Page: | -------------------------------------+------------------------------------- Changes (by bgamari): * status: patch => closed * resolution: => fixed * milestone: => 8.2.1 -- Ticket URL: <http://ghc.haskell.org/trac/ghc/ticket/12443#comment:3> GHC <http://www.haskell.org/ghc/> The Glasgow Haskell Compiler
participants (1)
-
GHC