[GHC] #7604: System.Directory.canonicalizePath "" behaviour differs between platforms

GHC ghc-devs at haskell.org
Sun Feb 22 20:50:09 UTC 2015


#7604: System.Directory.canonicalizePath "" behaviour differs between platforms
-------------------------------------+-------------------------------------
        Reporter:  igloo             |                   Owner:  ekmett
            Type:  bug               |                  Status:  closed
        Priority:  normal            |               Milestone:  7.10.1
       Component:  Core Libraries    |                 Version:  7.6.1
      Resolution:  fixed             |                Keywords:
Operating System:  Unknown/Multiple  |            Architecture:
 Type of failure:  None/Unknown      |  Unknown/Multiple
      Blocked By:                    |               Test Case:  T4113
 Related Tickets:                    |                Blocking:
                                     |  Differential Revisions:
-------------------------------------+-------------------------------------
Changes (by argiopeweb):

 * status:  new => closed
 * resolution:   => fixed
 * milestone:  7.12.1 => 7.10.1


Comment:

 Calling `canonicalizePath` on an empty string now explicitly returns the
 result of calling `canonicalizePath` on the current directory (".") as in
 OS X.

--
Ticket URL: <http://ghc.haskell.org/trac/ghc/ticket/7604#comment:7>
GHC <http://www.haskell.org/ghc/>
The Glasgow Haskell Compiler


More information about the ghc-tickets mailing list