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

Use camino to simplify path handling #146

Merged
merged 1 commit into from
Dec 9, 2023
Merged

Conversation

TheSignPainter98
Copy link
Owner

@TheSignPainter98 TheSignPainter98 commented Dec 7, 2023

Problem description

Code for handling non-UTF8 paths is irritating and useful in very few situations. The most significant effect this code has is too pollute the codebase.

How this PR fixes the problem

This PR drops support for non UTF8 file-names, using the camino library. If a user needs non-UTF8 file names, they need to rethink what they're doing, there is no good reason to do this in [current year].

Check lists

  • All tests pass
  • No linting errors
  • Correctly formatted

@TheSignPainter98 TheSignPainter98 merged commit 89d696d into master Dec 9, 2023
6 checks passed
@TheSignPainter98 TheSignPainter98 deleted the refactor/camino branch December 9, 2023 01:07
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