-
Notifications
You must be signed in to change notification settings - Fork 33
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
#734: Improve Process Result Model #773
Conversation
…om/alfeilex/IDEasy into devonfw#734-improve-process-result
cli/src/main/java/com/devonfw/tools/ide/process/ProcessContextImpl.java
Outdated
Show resolved
Hide resolved
cli/src/main/java/com/devonfw/tools/ide/process/ProcessContextImpl.java
Outdated
Show resolved
Hide resolved
…rocess-result # Conflicts: # cli/src/main/java/com/devonfw/tools/ide/process/ProcessContextImpl.java # cli/src/main/java/com/devonfw/tools/ide/process/ProcessResultImpl.java
…age and refactor ProcessContextGitMock
Pull Request Test Coverage Report for Build 12805638817Details
💛 - Coveralls |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@alfeilex thanks for your PR. Already on its way and looking good. Thanks 👍
I left some review comments for improvement. Please have a look.
cli/src/main/java/com/devonfw/tools/ide/process/ProcessContextImpl.java
Outdated
Show resolved
Hide resolved
cli/src/main/java/com/devonfw/tools/ide/process/ProcessResultImpl.java
Outdated
Show resolved
Hide resolved
cli/src/test/java/com/devonfw/tools/ide/context/ProcessContextGitMock.java
Outdated
Show resolved
Hide resolved
cli/src/test/java/com/devonfw/tools/ide/context/ProcessContextGitMock.java
Outdated
Show resolved
Hide resolved
cli/src/test/java/com/devonfw/tools/ide/process/ProcessContextImplTest.java
Show resolved
Hide resolved
cli/src/main/java/com/devonfw/tools/ide/process/ProcessContextImpl.java
Outdated
Show resolved
Hide resolved
Finally, I chose |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@alfeilex thanks for bringing this PR to perfection. Great work! 👍
If you address your own review comment that I also commented with a hint, we can finally merge this.
cli/src/test/java/com/devonfw/tools/ide/context/ProcessContextGitMock.java
Outdated
Show resolved
Hide resolved
cli/src/test/java/com/devonfw/tools/ide/context/ProcessContextGitMock.java
Outdated
Show resolved
Hide resolved
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@alfeilex thanks - now great and ready for merge 👍
Fixes: #734
This PR improves the process result capturing of
stdout
andstderr
output by preserving the order of the output.