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

Improve decoding errors from finch-circe #648

Merged
merged 1 commit into from Sep 22, 2016
Merged

Conversation

clhodapp
Copy link
Contributor

Addresses #647

Ping @vkostyukov

@@ -4,6 +4,7 @@ import com.twitter.util.{Return, Throw, Try}
import io.circe.Decoder
import io.circe.jawn.decode
import io.finch.{Decode, Error}
import cats.syntax.show._
Copy link
Collaborator

Choose a reason for hiding this comment

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

I think these need to be sorted to make sbt scalastyle happy.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Yes. I just came to exactly the same conclusion. I'll just fix that...

@clhodapp
Copy link
Contributor Author

Oh no! I'm not stylish enough!

@codecov-io
Copy link

codecov-io commented Sep 22, 2016

Current coverage is 74.41% (diff: 100%)

Merging #648 into master will not change coverage

@@             master       #648   diff @@
==========================================
  Files            28         28          
  Lines           559        559          
  Methods         551        545     -6   
  Messages          0          0          
  Branches          8         14     +6   
==========================================
  Hits            416        416          
  Misses          143        143          
  Partials          0          0          

Powered by Codecov. Last update c3eaf49...22872c6

@vkostyukov
Copy link
Collaborator

Thanks @clhodapp! Merging this.

@vkostyukov vkostyukov merged commit 6db2392 into finagle:master Sep 22, 2016
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.

None yet

3 participants