Skip to content

Conversation

willmcgugan
Copy link
Member

Type of changes

  • Bug fix
  • New feature
  • Documentation / docstrings
  • Tests
  • Other

Checklist

  • I've run the latest black with default args on new code.
  • I've updated CHANGELOG.md and CONTRIBUTORS.md where appropriate.
  • I've added tests for new code.
  • I accept that @willmcgugan may be pedantic in the code review.

Description

The check for case insensitivity using normcase was unreliable, and failed on OSX. Found a "fix" here https://stackoverflow.com/questions/7870041/check-if-file-system-is-case-insensitive-in-python

I'm not too happy about this change as it requires writing to the filesystem to detect case insensitivity, which feels clumsy.

@coveralls
Copy link

coveralls commented May 5, 2019

Coverage Status

Coverage decreased (-0.04%) to 99.612% when pulling f7cab44 on case into 2735215 on master.

@willmcgugan willmcgugan merged commit b115dc3 into master May 5, 2019
@willmcgugan willmcgugan deleted the case branch May 5, 2019 16:50
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants