-
Notifications
You must be signed in to change notification settings - Fork 386
./miri squash
fails on Windows
#4340
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
Comments
I'll do so when I have time - the problem may end up being not Windows-specific, I had to go to work basically immediately after seeing the error. It looked so mostly because it involved something with a mangled path - an error about no existing path for |
Is |
|
git itself might be using the bash shell. I'm pretty sure it still uses some internal scripts. |
It's the path set in (edit: 'execute in mingw' may not be the right wording here - but at the least, it expects a path that will be resolved in a linuxy way) |
Error:
|
Uh, wtf? Why does it interpret escape sequences in an environment variable?!? Or how else are the backslashes disappearing? For reference, here's where we are setting this environment variable: miri/miri-script/src/commands.rs Line 407 in 3e7124b
|
@CraftSpider reports that
./miri squash
fails on Windows.@CraftSpider could you post the error message you are getting?
The text was updated successfully, but these errors were encountered: