-
-
Notifications
You must be signed in to change notification settings - Fork 2.2k
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
willThrowException() only accepts Exception, not Throwable #3414
Conversation
I need this too.. any progress? |
Change looks useful. @Stadly can you merge in the latest master, so all tests run? Thx |
Codecov Report
@@ Coverage Diff @@
## master #3414 +/- ##
============================================
- Coverage 82.15% 82.09% -0.07%
+ Complexity 3580 3530 -50
============================================
Files 143 143
Lines 9398 9291 -107
============================================
- Hits 7721 7627 -94
+ Misses 1677 1664 -13
Continue to review full report at Codecov.
|
Codecov Report
@@ Coverage Diff @@
## master #3414 +/- ##
=========================================
Coverage 82.15% 82.15%
Complexity 3580 3580
=========================================
Files 143 143
Lines 9398 9398
=========================================
Hits 7721 7721
Misses 1677 1677
Continue to review full report at Codecov.
|
Done |
That's quick, thank you! |
@sebastianbergmann Change looks useful to me, would be nice to merge this, unless you know of something else breaking. The logging and reporting side uses |
@epdenouden I am not sure if with the current change other places must change as well... I mean what about Haven't checked the code though... so it might already be fine... |
@epdenouden ah.. when you were saying reporting you were referring to things like |
@gmponos That is a good point. I have not done an in-depth code review of the surrounding code. 🤐 Internally I think we can upgrade it all to With the reporting I only meant the method signatures in the printers and listeners. Lots of stuff going to be refactored there and |
On the other hand you could accept current PR and see the other places later.. your call.. |
Yes. The built-in collection of tests should keep us relatively safe 😂 |
Merged manually, thanks. |
No description provided.