We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
[core\src\transform.rs:47] main_endpoint.as_path().to_str().unwrap() = "\\\\?\\C:\\Users\\kilerd\\projects\\zhang\\examples\\example.zhang"
seems like we canonicalize the path into string for parsing it as glob pattern, and it escape chars, so it does not work
The text was updated successfully, but these errors were encountered:
better we can determinate whether the path is glob pattern or not. if it is not a pattern, we access it directly.
rust-lang/glob#72
Sorry, something went wrong.
Successfully merging a pull request may close this issue.
seems like we canonicalize the path into string for parsing it as glob pattern, and it escape chars, so it does not work
The text was updated successfully, but these errors were encountered: