-
Notifications
You must be signed in to change notification settings - Fork 10.3k
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
"rustlings" command output is unreadable when run in Windows 7 cmd #122
Comments
Alright, so what I believe to be ANSI escape sequences show up correctly in ANSICON. That's not perfect (I'd much rather use the CMD), but at least I can use it now. |
A few steps further down the line: Running For other people running Windows 7 it might help to either investigate how to display it properly without installing/running anything (this StackOverflow answer suggests it's possible with C) or to add a note to the readme that they might want to download and run ansicon with the |
i would classify this as a bug if it doesn't run correctly on an unmodified windows version |
if anyone who runs windows could help me debug this, that'd be appreciated! |
Ready! What do you need? |
Oh, unless you need that person to actually know anything about Rust as opposed to e.g. execute and try things for you. I'm a complete newbie. |
@TobiasWehrum i've been wanting to remove the weird formatting anyways because it would eliminate a dependency and right now it just looks nice and nothing else. i'll ping you when i have a working build of that so you can try it out for me! |
Windows 10 x64 => also having the same issue with the output I will give you any information to assist with the fix just let me know what you need.
|
I get the same issue with rustlings 1.2.2 on Windows 10 (version 1803 for x64). Tried in both cmd and PowerShell, with the same result. Edit: For anyone coming here with the same issue, a workaround for doing the rustlings exercises without strange output is to just use Windows Subsystem for Linux. Just make sure to install rust there as well (the regular Windows installation doesn't work). Also make sure you have gcc installed. |
This should be fixed by #167! |
…maeda Remove highlighting and syntect Closes rust-lang#166 and rust-lang#122
…maeda Remove highlighting and syntect Closes rust-lang#166 and rust-lang#122
…maeda Remove highlighting and syntect Closes rust-lang#166 and rust-lang#122
Hello,
I've just installed rustlings according to the Windows instructions. When I execute
rustlings
, here is what I see:I've also tried running it in bash and powershell with the same result.
The text was updated successfully, but these errors were encountered: