-
Notifications
You must be signed in to change notification settings - Fork 13
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
Doesn't seem to unpack on Windows #1
Comments
...It just hit me. Over the years, I've historically only used Unix-like OSes, but I try to stay familiar with Windows, since it helps me stay a well-rounded developer. Let me introduce you to this fun article. Relevant quote:
You have a file named I only made this connection when I tried to So, to resolve this issue for Windows... the only option is to remove or rename |
Thank you! I saw that error before but didn't have the time to figure out what was going on. You just saved me a ton of effort :). Renaming the file to con_.rs should work (goto approach when dealing with reserved words). Maybe name the tour something better eventually. |
I've shipped an updated version of genco ( Thank you again! |
This issue is now fixed. Now I'm just dealing with trying to get the |
@coder543 Thanks! Moving this to reproto/reproto#12 |
I was trying to build
reproto
on Windows, and cargo failed in a way I haven't seen before:I tried deleting the cached copies of
genco
from cargo, that way it would download it again and try to extract it, but the same issue occurred again. So, I went into the WSL/Bash andreproto
compiles just fine under Linux.The code generating the error is here. I'm not sure what would cause this failure.
The text was updated successfully, but these errors were encountered: