-
Notifications
You must be signed in to change notification settings - Fork 902
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
Rustfmt Usage Appveyor #1561
Comments
Can anyone reproduce this locally on Windows? I'm not sure if this is possible, but is it possible to use the libsyntax branch on Appveyor and see if that works. |
Yes, for me the same problem locally:
|
After I set the panic:
|
Probably problem with the
|
I have reproduced it, that bug came with - c5f07ed |
Probably this issue is related to rust-lang/rust#27706, some other explanations you can find here rust-lang/rust#25505. |
Is the main problem with c5f07ed that
|
According to the docs both @dulanov could try reproducing with the libsyntax branch please? That does not use Syntex, so it might eliminate some causes of the error. |
For
|
@dulanov I think you need to add the directory with the Rust DLLs to your PATH variable. (Or copy the dlls to the working directory). I'm not 100% sure on this because I'm not very familiar with Windows. |
@nrc |
yes, it works with copied dlls into |
@dulanov awesome, thanks for checking this. I think this means that it will be fixed when we move the main branch to being libsyntax. |
Great, thanks a lot, but anyway, a fix workaround for current version who need it now:
|
Great, thank you both! |
I have an issue with testing my library on Appveyor using rustfmt. I use the command
cargo fmt -- --write-mode=diff
on both Travis and Appveyor. For some reason, this command has stopped working on Appveyor with the following error:When I remove the line for Appveyor, (keeping it in for Travis), the build succeeds. In the diff you can see that really that line is the only change.
I am sorry if the issue turns out not to be related to rustfmt, but the reason I post it here is the following:
The text was updated successfully, but these errors were encountered: