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

Make syntax.show extend ShowSyntax instead of Show.ToShowOps #1696

Merged
merged 1 commit into from
Jul 6, 2017

Conversation

edmundnoble
Copy link
Contributor

@edmundnoble edmundnoble commented May 22, 2017

Nobody can use the show interpolator otherwise with a-la-carte imports 😝

Edit: Thanks @alexknvl for pointing this out.

@ceedubs
Copy link
Contributor

ceedubs commented Jun 1, 2017

@edmundnoble it looks like this broke show syntax usage in a test.

@edmundnoble
Copy link
Contributor Author

@ceedubs Fixed by removing the explicit import, it's odd that it would work this way but I think it's because it's shadowed by importing it when it's already in scope (through CatsSuite).

@codecov-io
Copy link

codecov-io commented Jun 28, 2017

Codecov Report

Merging #1696 into master will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master    #1696   +/-   ##
=======================================
  Coverage   94.02%   94.02%           
=======================================
  Files         256      256           
  Lines        4201     4201           
  Branches       84       84           
=======================================
  Hits         3950     3950           
  Misses        251      251

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update bbc97b8...ea8c917. Read the comment docs.

@kailuowang kailuowang merged commit d642013 into typelevel:master Jul 6, 2017
@kailuowang kailuowang added this to the 1.0.0-MF milestone Jul 6, 2017
hseeberger pushed a commit to hseeberger/akka-http-json that referenced this pull request Nov 2, 2017
* Upgrade to circe 0.9.0-M2

* Import new implicit for cats show

See cats PR 1696
typelevel/cats#1696
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

6 participants