#3864: Bad error message if $TMP does not exist
---------------------------+------------------------------------------------
  Reporter:  NeilMitchell  |          Owner:                  
      Type:  bug           |         Status:  closed          
  Priority:  high          |      Milestone:  6.12.2          
 Component:  Compiler      |        Version:  6.10.4          
Resolution:  fixed         |       Keywords:                  
Difficulty:                |             Os:  Windows         
  Testcase:                |   Architecture:  Unknown/Multiple
   Failure:  None/Unknown  |  
---------------------------+------------------------------------------------
Changes (by igloo):

  * status:  new => closed
  * resolution:  => fixed


Comment:

 Thanks for the report.

 The good news is that 6.12 already tells you the path in the exception.

 I'm not sure that we can easily give a better error message. We don't
 currently know where the path we're trying to create came from, and on
 Windows it looks like we get it by calling `GetTempPath` so we probably
 have no way of finding out that it was ultimately from `%TMP%`.

-- 
Ticket URL: <http://hackage.haskell.org/trac/ghc/ticket/3864#comment:2>
GHC <http://www.haskell.org/ghc/>
The Glasgow Haskell Compiler
_______________________________________________
Glasgow-haskell-bugs mailing list
[email protected]
http://www.haskell.org/mailman/listinfo/glasgow-haskell-bugs

Reply via email to