Skip to content
This repository was archived by the owner on Mar 27, 2023. It is now read-only.

Conversation

@kciesielski
Copy link
Member

@kciesielski
Copy link
Member Author

Not sure why the build fails. It says
The command "[ "${TRAVIS_PULL_REQUEST}" = "false" ] && sbt updateImpactSubmit || false" exited with 1.

// cannot delegate to info0 as it's protected, hence special-casing on the possible severity values
if (severity == INFO) {
info(pos, msg, force)
r.info(pos, msg, force)
Copy link
Member

Choose a reason for hiding this comment

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

shouldn't we do the same for warning, error?

Copy link
Member Author

Choose a reason for hiding this comment

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

We do it for warning:

override def warning(pos: Position, msg: String) = 
  r.warning(pos, msg)

and for error

override def error(pos: Position, msg: String) = 
  r.error(pos, handleError(pos, msg))

similarly for echo()

Copy link
Member

Choose a reason for hiding this comment

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

true, it just didn't look this way with the code folded :)

adamw added a commit that referenced this pull request Mar 15, 2016
Delegate "info" calls to wrapped Reporter
@adamw adamw merged commit 3972618 into softwaremill:master Mar 15, 2016
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Clippy 0.2.2 breaks Quill

2 participants