-
Notifications
You must be signed in to change notification settings - Fork 237
Fix issue 1515 #1516
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
Fix issue 1515 #1516
Conversation
@khatchad can you check that this fixes the crash you saw? |
Crash is gone. Thanks! |
CI is failing due to some network issue downloading Kawa. Hopefully that'll go away soon. |
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## master #1516 +/- ##
============================================
- Coverage 50.20% 50.20% -0.01%
Complexity 12653 12653
============================================
Files 1362 1362
Lines 85501 85502 +1
Branches 14739 14740 +1
============================================
Hits 42926 42926
Misses 37773 37773
- Partials 4802 4803 +1 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
Fixes #1515
Replaces a
castToNonNull
withuncheckNull
and a more flexible type variable bound.