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

improve OutputManager API #6946

Closed
scottdraves opened this issue Mar 7, 2018 · 0 comments
Closed

improve OutputManager API #6946

scottdraves opened this issue Mar 7, 2018 · 0 comments

Comments

@scottdraves
Copy link
Contributor

scottdraves commented Mar 7, 2018

OutputManager.setStdout should return the output widget instead of null.
Then

onlyOut = new Output()
OutputManager.setStdout(onlyOut)
onlyOut

could be written

OutputManager.setStdout(new Output())

also rename setStdout to setStandardOutput, ditto setStderr, making:

OutputManager.setStandardOutput(new Output())
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants