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

Permit null log streams, as the code is null safe #2268

Merged
merged 1 commit into from
Apr 14, 2022

Conversation

niloc132
Copy link
Member

This allows a server implementation to not provide these print streams if it doesn't want to, by explicitly binding to null.

This is clearly safe, since providesStreamToReal explicitly passes nulls along rather than consume the offered params, if certain system properties are set.

Partial #2221

@niloc132 niloc132 merged commit 4f6fac7 into deephaven:main Apr 14, 2022
@github-actions github-actions bot locked and limited conversation to collaborators Apr 14, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants