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

Feature/pr214 Appendable to output and error streams - changes #304

Merged
merged 5 commits into from
Mar 11, 2024

Conversation

Euklios
Copy link
Collaborator

@Euklios Euklios commented Mar 5, 2024

I can't (or don't know how to) edit a pr from another person.
Here are the changes from #214 as specified in the review from @bramp.

Changes:

  • Rename processInputStream to processOutputStream, in order to reflect the actual code flow and defaults
  • Initialize process(Input/Output)Stream to use System.out and System.err as defaults
  • Add Precondition to process(Input/Output)Stream
  • Remove the fallback for null values of process(Input/Output)Stream (no longer needed)
  • Cleanup import as specified in comment
  • Make errResource final

Additionally, I've merged the current head to this branch and resolved conflicts

Mickael GREGORI and others added 5 commits April 24, 2020 09:17
As the default is no longer null, we can skip checking for null in run.
I've backed this assumption by addition preconditions to the setters.
Last: The processInputStream is actually the output stream, the code now reflects that as well.
…nges

Conflicts:
	src/test/java/net/bramp/ffmpeg/FFmpegTest.java
…nges

Conflicts:
	src/test/java/net/bramp/ffmpeg/FFmpegTest.java
@bramp
Copy link
Owner

bramp commented Mar 11, 2024

Looks good. Thanks.

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