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

Remove duplicate test data in XOrDefault #15

Merged
merged 1 commit into from
Mar 29, 2024

Conversation

mristin
Copy link
Contributor

@mristin mristin commented Mar 29, 2024

We remove the files which would be duplicates on case-insensitive filesystems.

This is necessary so that Git can work on Windows, whose filesystem is infamously case-insensitive and a nightmare to work with in Git.

We remove the files which would be duplicates on case-insensitive
filesystems.

This is necessary so that Git can work on Windows, whose filesystem is
infamously case-insensitive and a nightmare to work with in Git.
@mristin
Copy link
Contributor Author

mristin commented Mar 29, 2024

@empwilli just a FYI: I wrote a short Python script (see the changed files in this PR). Bear in mind the problems with case-insensitivity and Git on Windows in case you encounter problems.

@mristin mristin merged commit f0083a3 into main Mar 29, 2024
2 checks passed
@mristin mristin deleted the mristin/Remove-duplicate-test-data branch March 29, 2024 09:41
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.

1 participant