-
-
Notifications
You must be signed in to change notification settings - Fork 639
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
changed Checked* interfaces to declare to throw Exception instead of Throwable #2162
changed Checked* interfaces to declare to throw Exception instead of Throwable #2162
Conversation
…Throwable also updated test code to reflect these changes
Codecov Report
@@ Coverage Diff @@
## master #2162 +/- ##
=========================================
Coverage 97.45% 97.45%
Complexity 5206 5206
=========================================
Files 92 92
Lines 11934 11934
Branches 1576 1576
=========================================
Hits 11630 11630
Misses 148 148
Partials 156 156
Continue to review full report at Codecov.
|
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.
Thank you, the PR looks great!
…Throwable (#2162) also updated test code to reflect these changes
…Throwable (#2162) also updated test code to reflect these changes
…Throwable (#2162) also updated test code to reflect these changes
also updated test code to reflect these changes
the changes are pretty straightforward and don't affect the behavior of vavr, only the API
would fix #2137