-
-
Notifications
You must be signed in to change notification settings - Fork 216
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
on windows, path comparison should be case-insensitive #993
Labels
Comments
@ThomasWaldmann seems like we are hitting python/cpython#84548 i'll investigate a workaround |
RonnyPfannschmidt
added a commit
to RonnyPfannschmidt/setuptools_scm
that referenced
this issue
Jan 8, 2024
normcase around realpath all over the place should help to operate with normalized paths in general
RonnyPfannschmidt
added a commit
to RonnyPfannschmidt/setuptools_scm
that referenced
this issue
Jan 8, 2024
normcase around realpath all over the place should help to operate with normalized paths in general
RonnyPfannschmidt
added a commit
to RonnyPfannschmidt/setuptools_scm
that referenced
this issue
Jan 8, 2024
RonnyPfannschmidt
added a commit
to RonnyPfannschmidt/setuptools_scm
that referenced
this issue
Jan 8, 2024
RonnyPfannschmidt
added a commit
to RonnyPfannschmidt/setuptools_scm
that referenced
this issue
Feb 13, 2024
normcase around realpath all over the place should help to operate with normalized paths in general
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Just seen that on github CI (windows / msys2 based part), using the latest setuptools_scm:
The text was updated successfully, but these errors were encountered: