[GHC] #15256: GHCi check .ghci permission on WSL(Linux on Windows)

#15256: GHCi check .ghci permission on WSL(Linux on Windows) --------------------------------+------------------------------------- Reporter: yongjoon | Owner: (none) Type: bug | Status: new Priority: normal | Milestone: 8.6.1 Component: GHCi | Version: 8.2.2 Keywords: | Operating System: Unknown/Multiple Architecture: Other | Type of failure: None/Unknown Test Case: | Blocked By: Blocking: | Related Tickets: Differential Rev(s): | Wiki Page: --------------------------------+------------------------------------- GHCi permission checking for .ghci conflicts with WSL(Linux on Windows) filesystem management. You can reproduce this problem from 8.2.2.~8.4.3 of GHC- WSL(https://launchpad.net/~hvr/+archive/ubuntu/ghc-wsl). I think GHCi of WSL would skip .ghci permission check. I used GHCi(WSL) on some Haskell project synced by cloud storage which is placed on Windows filesystem. However, when I try to load GHCi with .ghci config file, GHCI says it can't pass .ghci permission check. As you know, chmod on WSL may ignore your command about many of file on NTFS filesystem in WSL. WSL shows permission of some files on Windows filesystems like 777. Therefore, I think GHCi(WSL) may have an exceptional code not to check .ghci file as like as ghci warning message for MinTTY console. P.S. Is there any bug-report place only for GHC-WSL? I couldn't find it. -- Ticket URL: http://ghc.haskell.org/trac/ghc/ticket/15256 GHC http://www.haskell.org/ghc/ The Glasgow Haskell Compiler

#15256: GHCi check .ghci permission on WSL(Linux on Windows) -------------------------------------+------------------------------ Reporter: yongjoon | Owner: (none) Type: bug | Status: new Priority: normal | Milestone: 8.4.4 Component: GHCi | Version: 8.2.2 Resolution: | Keywords: Operating System: Unknown/Multiple | Architecture: Other Type of failure: None/Unknown | Test Case: Blocked By: | Blocking: Related Tickets: | Differential Rev(s): Wiki Page: | -------------------------------------+------------------------------ Changes (by yongjoon): * milestone: 8.6.1 => 8.4.4 -- Ticket URL: http://ghc.haskell.org/trac/ghc/ticket/15256#comment:1 GHC http://www.haskell.org/ghc/ The Glasgow Haskell Compiler
participants (1)
-
GHC