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

Support Windows Path with traversing recursively #7

Merged
merged 4 commits into from Jan 11, 2022

Conversation

chezou
Copy link
Contributor

@chezou chezou commented Jan 10, 2022

This change introduces to support Windows and recursive directory
traverse, e.g., /posts/awesome-article/index.md.

close #1

This change introduces to support Windows and recursive directory
traverse, e.g., /posts/awesome-article/index.md.
- Fix NamedTemporaryFile issue. It causes Permission denied on Windows
  https://stackoverflow.com/a/23212515
- Fix tests for line-end mismatch on Windows, replacing CRLF to LF.
@takuti
Copy link
Owner

takuti commented Jan 11, 2022

Thank you for contributing ☺️

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.

Support and test Windows paths
2 participants