Skip to content

goto-symex: Print (at debug level) the current assertion being converted #2728

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

Merged
merged 2 commits into from
Sep 4, 2018

Conversation

tautschnig
Copy link
Collaborator

For other step types this had already been done in "Print (at debug level) the
current SSA step being converted."

For other step types this had already been done in "Print (at debug level) the
current SSA step being converted."
prop_conv.debug(),
[&step](messaget::mstreamt &mstream) {
std::ostringstream oss;
step.output(oss);

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Why not just step.output(mstream)?

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Indeed! I have added a second commit cleaning this up across all similar bits of code in this file.

@tautschnig tautschnig merged commit 84170df into diffblue:develop Sep 4, 2018
@tautschnig tautschnig deleted the symex-assertions-debug branch September 4, 2018 09:02
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants