[GHC] #10430: openTempFileWithDefaultPermissions has the wrong location name on failure

#10430: openTempFileWithDefaultPermissions has the wrong location name on failure -------------------------------------+------------------------------------- Reporter: | Owner: NeilMitchell | Status: new Type: bug | Milestone: Priority: normal | Version: 7.10.1 Component: | Operating System: Unknown/Multiple libraries/base | Type of failure: None/Unknown Keywords: | Blocked By: Architecture: | Related Tickets: Unknown/Multiple | Test Case: | Blocking: | Differential Revisions: | -------------------------------------+------------------------------------- In System/IO.hs I see two typos: {{{#!hs openTempFileWithDefaultPermissions :: FilePath -> String -> IO (FilePath, Handle) openTempFileWithDefaultPermissions tmp_dir template = openTempFile' "openBinaryTempFile" tmp_dir template False 0o666 }}} It should read {{{openTempFile' "openTempFileWithDefaultPermssions"}}}. The function {{{openBinaryTempFileWithDefaultPermissions}}} has the same bug. -- Ticket URL: http://ghc.haskell.org/trac/ghc/ticket/10430 GHC http://www.haskell.org/ghc/ The Glasgow Haskell Compiler

#10430: openTempFileWithDefaultPermissions has the wrong location name on failure -------------------------------------+------------------------------------- Reporter: NeilMitchell | Owner: Type: bug | Status: new Priority: normal | Milestone: Component: libraries/base | Version: 7.10.1 Resolution: | Keywords: Operating System: Unknown/Multiple | Architecture: Type of failure: None/Unknown | Unknown/Multiple Blocked By: | Test Case: Related Tickets: | Blocking: | Differential Revisions: -------------------------------------+------------------------------------- Changes (by NeilMitchell): * cc: ndmitchell@… (added) -- Ticket URL: http://ghc.haskell.org/trac/ghc/ticket/10430#comment:1 GHC http://www.haskell.org/ghc/ The Glasgow Haskell Compiler

#10430: openTempFileWithDefaultPermissions has the wrong location name on failure
-------------------------------------+-------------------------------------
Reporter: NeilMitchell | Owner:
Type: bug | Status: new
Priority: normal | Milestone:
Component: libraries/base | Version: 7.10.1
Resolution: | Keywords:
Operating System: Unknown/Multiple | Architecture:
Type of failure: None/Unknown | Unknown/Multiple
Blocked By: | Test Case:
Related Tickets: | Blocking:
| Differential Revisions:
-------------------------------------+-------------------------------------
Comment (by Reid Barton

#10430: openTempFileWithDefaultPermissions has the wrong location name on failure -------------------------------------+------------------------------------- Reporter: NeilMitchell | Owner: Type: bug | Status: merge Priority: normal | Milestone: Component: libraries/base | Version: 7.10.1 Resolution: | Keywords: Operating System: Unknown/Multiple | Architecture: Type of failure: None/Unknown | Unknown/Multiple Blocked By: | Test Case: Related Tickets: | Blocking: | Differential Revisions: -------------------------------------+------------------------------------- Changes (by rwbarton): * status: new => merge Comment: Thanks. I just pushed this change directly since it's quite trivial. Austin, please merge if desired. -- Ticket URL: http://ghc.haskell.org/trac/ghc/ticket/10430#comment:3 GHC http://www.haskell.org/ghc/ The Glasgow Haskell Compiler

#10430: openTempFileWithDefaultPermissions has the wrong location name on failure -------------------------------------+------------------------------------- Reporter: NeilMitchell | Owner: Type: bug | Status: merge Priority: normal | Milestone: 7.10.2 Component: libraries/base | Version: 7.10.1 Resolution: | Keywords: Operating System: Unknown/Multiple | Architecture: Type of failure: None/Unknown | Unknown/Multiple Blocked By: | Test Case: Related Tickets: | Blocking: | Differential Revisions: -------------------------------------+------------------------------------- Changes (by thoughtpolice): * milestone: => 7.10.2 Comment: Easy fix, moving to 7.10.2. -- Ticket URL: http://ghc.haskell.org/trac/ghc/ticket/10430#comment:4 GHC http://www.haskell.org/ghc/ The Glasgow Haskell Compiler

#10430: openTempFileWithDefaultPermissions has the wrong location name on failure -------------------------------------+------------------------------------- Reporter: NeilMitchell | Owner: Type: bug | Status: closed Priority: normal | Milestone: 7.10.2 Component: libraries/base | Version: 7.10.1 Resolution: fixed | Keywords: Operating System: Unknown/Multiple | Architecture: Type of failure: None/Unknown | Unknown/Multiple Blocked By: | Test Case: Related Tickets: | Blocking: | Differential Revisions: -------------------------------------+------------------------------------- Changes (by thoughtpolice): * status: merge => closed * resolution: => fixed Comment: Merged to `ghc-7.10`. -- Ticket URL: http://ghc.haskell.org/trac/ghc/ticket/10430#comment:5 GHC http://www.haskell.org/ghc/ The Glasgow Haskell Compiler
participants (1)
-
GHC