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

fix terminal console check #11933

Closed
wants to merge 2 commits into from
Closed

Conversation

glours
Copy link
Contributor

@glours glours commented Jun 24, 2024

this was broken by cli v27 release and usage of stream writer for the stderr the new type encapsulates the io.Writer and don't pass the console.File type assertion

What I did
Introduce the check of the console in Compose code (for windows terminal)

Related issue
fixes #11928

(not mandatory) A picture of a cute animal, if possible in relation to what you did
image

@glours glours force-pushed the fix-ansi-output-display branch 2 times, most recently from 76bc161 to 756a404 Compare June 24, 2024 08:51
this was broken by cli v27 release and usage of stream writer for the stderr
the new type encapsulates the io.Writer and don't pass the console.File type assertion

Signed-off-by: Guillaume Lours <[email protected]>
Signed-off-by: Guillaume Lours <[email protected]>
@glours
Copy link
Contributor Author

glours commented Jun 24, 2024

Close in favor of #11934

@glours glours closed this Jun 24, 2024
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.

[BUG] (v2.28.0) Fancy (ANSI) progress output not available
1 participant