Skip to content
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

Report branchconditions / FailureContext #1

Open
wants to merge 6 commits into
base: master
Choose a base branch
from

Conversation

tschoesi
Copy link
Owner

@tschoesi tschoesi commented Jul 6, 2021

PR to get feedback from @mschwerhoff

Copy link
Collaborator

@mschwerhoff mschwerhoff left a comment

Choose a reason for hiding this comment

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

Looks good, modulo minor cosmetic code changes. If time permits, I'll bring this PR up in the next Viper meeting, so see if anybody objects against the changes.

var failureContexts: Seq[FailureContext] = Seq() //TODO: make immutable

}
trait FailureContext {
Copy link
Collaborator

Choose a reason for hiding this comment

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

Newline between trait declarations

rm
}
}
override def readableMessage : String = (readableMessage(false, true) + failureContexts.map(e => e.toString).mkString("\n"))
Copy link
Collaborator

Choose a reason for hiding this comment

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

  • Not your "fault", but please change to readableMessage: String (whitespace)
  • Drop the parentheses surrounding the right-hand side expression

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.

2 participants