-
Notifications
You must be signed in to change notification settings - Fork 382
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
protoc_rust does not handle file path with backslashes properly on windows. #356
Comments
I've set up travis-ci on Windows: https://travis-ci.org/stepancheg/rust-protobuf/builds/469847927 This is the first step. Next steps are:
(You can send PR of course, but I cannot fix it myself without CI, I don't have a Windows box) |
OK, the problem is reproduced on Windows in CI: https://travis-ci.org/stepancheg/rust-protobuf/jobs/470187677 now need to fix it. |
Should be fixed now. Published v2.2.2. Please reopen if the problem still exists. |
Hi.
It seems that
protoc_rust
does not handle slashes in paths correctly.If you pass valid path on windows(with "") to
protoc_rust::run
it won't work.example that does not work on windows https://github.com/dvush/protoc_path_buf.git
The text was updated successfully, but these errors were encountered: