-
Notifications
You must be signed in to change notification settings - Fork 137
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
Make checkParameterizedTypeIsInstantiated recursive #2915
Make checkParameterizedTypeIsInstantiated recursive #2915
Conversation
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.
👍
Codecov ReportAttention:
Additional details and impacted files@@ Coverage Diff @@
## feature/range-type #2915 +/- ##
======================================================
+ Coverage 79.61% 79.64% +0.02%
======================================================
Files 336 336
Lines 79813 79858 +45
======================================================
+ Hits 63547 63600 +53
+ Misses 13894 13886 -8
Partials 2372 2372
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
Somehow CI is complaining about data race in tests. Need to check that but the PR can be looked at in the meantime. |
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.
Looks good!
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.
Great work! 👏
Once the last test case is added, this is good to go 👍
@dsainati1 Could you please also have a look? |
Co-authored-by: Bastian Müller <[email protected]>
f25769a
to
70e16fa
Compare
70e16fa
to
3bd5990
Compare
Closes #2884
Description
This PR makes the checker function
checkParameterizedTypeIsInstantiated
recursive so that a non-instantiated type parameter is caught even if it is inside a container.See linked issue for more.
master
branchFiles changed
in the Github PR explorer