haskell / filepath

Haskell FilePath core library
BSD 3-Clause "New" or "Revised" License
66 stars 33 forks source link

case-sensitivity in equalFilePath #224

Open amigalemming opened 5 months ago

amigalemming commented 5 months ago

Currently Windows.equalFilePath is case-insensitive and Posix.equalFilePath is case-sensitive. I think we also need case-insensitive Posix.equalFilePath for MacOS and then we should maybe also have case-sensitive Windows.equalFilePath for completeness.

hasufell commented 5 months ago

we should maybe also have case-sensitive Windows.equalFilePath for completeness

Why?

amigalemming commented 5 months ago

On Sun, 4 Feb 2024, Julian Ospald wrote:

we should maybe also have case-sensitive Windows.equalFilePath for completeness

Why?

You may ignore that for now.