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

Specify IOException among other exception that could be thrown by I/O function calls #351

Merged
merged 1 commit into from
Aug 20, 2024

Conversation

fzhinkin
Copy link
Collaborator

@fzhinkin fzhinkin commented Jul 1, 2024

Previously, it was unclear how RawSink/RawSource implementations should behave when I/O errors occur.
This PR adds explicit IOException mentions to @throws lists of these interfaces and also propagates it to all functions that are transitively affected.

Closes #302

@fzhinkin fzhinkin linked an issue Jul 1, 2024 that may be closed by this pull request
@fzhinkin fzhinkin merged commit 046523f into develop Aug 20, 2024
1 check passed
@fzhinkin fzhinkin deleted the 302-update-kdoc-with-io-exception branch August 20, 2024 12:58
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.

KDoc for RawSink and RawSource doesn't mention IOException
2 participants