Open cory-p-oncota opened 8 years ago
Adding type annotations will fix this issue:
implicit val encoder: argonaut.EncodeJson[CSLAttributes] = EncodeJson.of[CSLAttributes] implicit val decoder: argonaut.DecodeJson[CSLAttributes] = DecodeJson.of[CSLAttributes]
@cory-p-oncota @AndyHu715 I am facing a similar problem with another library. inst$macro$366 does not exists in the generated code, did you find out why? It looks terribly similar to https://github.com/scala/bug/issues/10745
Using
argonaut-shapeless_6.1 % 1.1.1
, I have the following defined:The compiler reports back the following error:
I've also encountered the issue when Accord is removed, so I have isolated this issue to
argonaut-shapeless
. Any thoughts? I have been unsuccessful locating prior issues with this.