#2963: Exception if current path has national symbols
------------------------------------+---------------------------------------
    Reporter:  Tonal                |        Owner:  igloo  
        Type:  merge                |       Status:  new    
    Priority:  normal               |    Milestone:  6.10.2 
   Component:  libraries/directory  |      Version:  6.10.1 
    Severity:  normal               |   Resolution:         
    Keywords:                       |   Difficulty:  Unknown
    Testcase:                       |           Os:  Windows
Architecture:  x86                  |  
------------------------------------+---------------------------------------
Changes (by simonmar):

  * owner:  simonmar => igloo
  * type:  bug => merge

Comment:

 Fixed.  Note the patch above was bogus: the arguments to
 `GetCurrentDirectoryW` are the other way around.

 Ian: as we discussed, you might want to avoid changing the Win32 API when
 merging this one by pulling `getCurrentDirectory` into `System.Directory`.
 It's defined in terms of `System.Win32.Info.try`, but that is exported
 (perhaps it shouldn't be!).

 libraries/Win32:

 {{{
 Wed Mar 11 12:17:25 GMT 2009  Simon Marlow <[email protected]>
   * Add getCurrentDirectory (code from #2963)
 }}}

 libraries/directory:

 {{{
 Wed Mar 11 11:37:37 GMT 2009  Simon Marlow <[email protected]>
   * FIX #2963: Use System.Win32.getCurrentDirectory
 }}}

-- 
Ticket URL: <http://hackage.haskell.org/trac/ghc/ticket/2963#comment:5>
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