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

Issue #1097 - ProgressIndicator uses the stdError #1101

Conversation

Sweetchuck
Copy link
Contributor

@Sweetchuck Sweetchuck commented Feb 14, 2022

Issue #1097 - ProgressIndicator uses the stdError

Overview

This pull request:

  • Fixes a bug
  • Adds a feature
  • Breaks backwards compatibility
  • Has tests that cover changes
  • Adds or fixes documentation

One step closer, but this doesn't solve the problem when a progressBar and a log entry in the same line.
2/4 [==============>-------------] 50% 2 secs/4 secs [info] my log entry

But the stdOutput is clean (or cleaner), so it can be used in pipes.
robo foo | other

This modification removes the leading 0D 0A characters from the stdOutput

@greg-1-anderson
Copy link
Member

Yes, the progress bar definitely should be on stderr, not stdout

@greg-1-anderson greg-1-anderson merged commit 5d0c995 into consolidation:3.x Feb 14, 2022
@Sweetchuck Sweetchuck deleted the issue-1097-progress-indicator-std-error branch February 14, 2022 19:27
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.

2 participants