Skip to content

compilation: interpret ANSI color code. #397

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

Closed
wants to merge 1 commit into from
Closed

compilation: interpret ANSI color code. #397

wants to merge 1 commit into from

Conversation

mookid
Copy link
Contributor

@mookid mookid commented Aug 11, 2020

fix #184.
with and without the new code:

image

@rust-highfive
Copy link

r? @brotzeit

(rust_highfive has picked a reviewer for you, use r? to override)

@brotzeit
Copy link
Contributor

brotzeit commented Dec 5, 2020

Sorry for not giving an approval though I looked at it. I'm a little hesitant since I don't know for sure if this will work. But if you didn't encounter any issues while using it, it's probably fine ?

@birkenfeld
Copy link
Contributor

While this works for the simple functions rust-compile etc., it does not for generic compile. Hence there is no way to customize the command line used; for example I often need to either cd subdir; cargo build or cargo run --bin something.

I've hacked together an alternative at #401.

@mookid mookid closed this Sep 29, 2021
@mookid mookid deleted the color-compilation branch September 29, 2021 23:55
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Colored error messages
4 participants