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

Derivation of big case class #69

Closed
crakjie opened this issue Oct 5, 2015 · 2 comments · Fixed by #247
Closed

Derivation of big case class #69

crakjie opened this issue Oct 5, 2015 · 2 comments · Fixed by #247
Assignees

Comments

@crakjie
Copy link

crakjie commented Oct 5, 2015

Derivation of big case class finish by a could not find implicit value for parameter e: io.circe.Encoder[A]and could not find implicit value for parameter e: io.circe.Decoder[A]

Here a gist that show the problem

@taig
Copy link
Contributor

taig commented Dec 7, 2015

I am facing the same issue with way smaller case classes that are, however, deeply nested (like 5-6 levels deep). Gradually commenting some of the fields out, then compiling, and finally reenabling commented lines to compile again will eventually lead to a working build. But a clean build always fails with the missing Encoder/Decoder error. This issue keeps me from actually using circe.

@alexarchambault
Copy link
Contributor

FYI, the example in the gist above is fine with the current snapshot of argonaut-shapeless. There has to be a way to have this working here...

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
4 participants