Skip to content

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