-
Notifications
You must be signed in to change notification settings - Fork 277
taint_analysist isn't a messaget [blocks: #3800] #4051
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
taint_analysist isn't a messaget [blocks: #3800] #4051
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.
✔️
Passed Diffblue compatibility checks (cbmc commit: 79ccaa3).
Build URL: https://travis-ci.com/diffblue/test-gen/builds/99552621
Argument lists are getting long -- simply make that |
79ccaa3
to
17d7dbb
Compare
Done! |
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: 17d7dbb).
Build URL: https://travis-ci.com/diffblue/test-gen/builds/100292616
17d7dbb
to
38f23b0
Compare
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: 38f23b0).
Build URL: https://travis-ci.com/diffblue/test-gen/builds/102433787
Use a messaget member instead. Also make use of conditional_output to avoid generating a debug string (instead of just not printing it).
38f23b0
to
f8b49a0
Compare
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: f8b49a0).
Build URL: https://travis-ci.com/diffblue/test-gen/builds/103463260
Pass a message handler to the methods that use it. Also make use of
conditional_output to avoid generating a debug string (instead of just not
printing it).