-
Notifications
You must be signed in to change notification settings - Fork 273
strengthen type of parameter of gather_field_types #3742
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
Conversation
What makes you sure the tag was not already expanded before calling the method? |
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.
✔️
Passed Diffblue compatibility checks (cbmc commit: 813efa3).
Build URL: https://travis-ci.com/diffblue/test-gen/builds/96898981
813efa3
to
908a0f8
Compare
Well, we shouldn't expand! |
908a0f8
to
e8ba45b
Compare
Closing due to age (no further comment on PR content), please reopen with rebase on develop if you intent to continue this work. |
Rebased and re-opened for this still seems to make sense. |
408deaf
to
3758e56
Compare
The first parameter of ci_lazy_methods_neededt::gather_field_types is always a struct_tag_typet. This is now reflected in the signature.
3758e56
to
86640b4
Compare
Codecov ReportPatch coverage:
Additional details and impacted files@@ Coverage Diff @@
## develop #3742 +/- ##
========================================
Coverage 78.51% 78.52%
========================================
Files 1674 1674
Lines 191946 191945 -1
========================================
+ Hits 150715 150718 +3
+ Misses 41231 41227 -4
☔ View full report in Codecov by Sentry. |
The first parameter of ci_lazy_methods_neededt::gather_field_types is always
a struct_tag_typet. This is now reflected in the signature.