Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[ospaths] ospaths.nim says OSX is FileSystemCaseSensitive:true but should be false ; cmpPaths seems wrong #8349

Closed
timotheecour opened this issue Jul 17, 2018 · 3 comments

Comments

@timotheecour
Copy link
Member

on OSX:

touch Bar.txt
ls bar.txt #works

furthermore:

cmpPaths("a.txt", "A.txt") # returns 32, should return 0
@timotheecour timotheecour changed the title ospaths.nim says OSX is FileSystemCaseSensitive:true but should be false ospaths.nim says OSX is FileSystemCaseSensitive:true but should be false ; cmpPaths seems wrong Jul 17, 2018
@timotheecour timotheecour changed the title ospaths.nim says OSX is FileSystemCaseSensitive:true but should be false ; cmpPaths seems wrong [ospaths] ospaths.nim says OSX is FileSystemCaseSensitive:true but should be false ; cmpPaths seems wrong Jul 17, 2018
@Araq
Copy link
Member

Araq commented Jul 18, 2018

Strange, I remember changing that for OSX.

@timotheecour
Copy link
Member Author

that was macos, not macosx iirc

@timotheecour
Copy link
Member Author

fixed in #8411

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants