Remove UnnecessarySafeCall safeguard against ErrorType#3439
Remove UnnecessarySafeCall safeguard against ErrorType#3439BraisGabin merged 1 commit intodetekt:mainfrom
Conversation
|
We should be able to unblock this now, right? |
4a45b72 to
dfa014c
Compare
|
Seems like the change didn't make to So we will probably have to wait a bit more |
|
Kotlin compiler fix is included in 1.5.20-M1, so we should be unblocked by then. |
|
Ooops sorry I misclicked the button. |
|
I checked out this branch, rebased on main & ran a full build, so this just needs a rebase to check the CI passes on all platforms then it can be merged for 1.18.1 or 1.19.0. |
dfa014c to
dad91a1
Compare
Just rebased 👍 |
Codecov Report
@@ Coverage Diff @@
## main #3439 +/- ##
============================================
+ Coverage 83.58% 83.60% +0.01%
Complexity 3187 3187
============================================
Files 459 459
Lines 9101 9099 -2
Branches 1772 1771 -1
============================================
Hits 7607 7607
+ Misses 561 560 -1
+ Partials 933 932 -1
Continue to review full report at Codecov.
|
Opening this to recall to remove this extra patch introduced in #3419
A fix was pushed upstream in the Kotlin compiler and should land in Kotlin 1.5
As soon as we bump the
compiler-embeddableversion we can also merge this PR (as the tests should be green)