Skip to content
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

Add support for colored compiler logs on Unix #27

Merged
merged 1 commit into from
May 23, 2024
Merged

Add support for colored compiler logs on Unix #27

merged 1 commit into from
May 23, 2024

Conversation

stotko
Copy link
Member

@stotko stotko commented Feb 22, 2024

The compiler logs currently do not exhibit any highlighting through colors making especially larger error logs less intuitive to understand. Use pseudo-terminals to convince CMake and Ninja to produce colored output which can then be forwarded to the actual console.

This new mode is currently only enabled on Unix with verbose=True. A respective version for Windows will be considered in a future PR.

@stotko stotko added the added label Feb 22, 2024
@stotko stotko marked this pull request as ready for review May 22, 2024 06:35
@stotko stotko force-pushed the colored_log branch 9 times, most recently from 8940894 to 5ce9553 Compare May 22, 2024 12:00
@stotko stotko merged commit 2b39562 into main May 23, 2024
24 checks passed
@stotko stotko deleted the colored_log branch May 23, 2024 06:38
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant