Julien Richard-Foy

Results 388 comments of Julien Richard-Foy

I agree. It should be possible to support this feature by using `shapeless.Default`.

Hello, I don’t plan to work on this feature, but pull requests are appreciated. I’m happy to mentor any volunteer!

Thanks for the report @marko-asplund. Would you be interested in investigating what’s going on?

I think you did a great job of sharing the test cases that fail. Thank you for this! The next step would be to debug which implicit definitions are used...

Hmm, I don’t know what’s wrong. Your setup looks good to me. Did you reload sbt?

Thanks for the investigation @marko-asplund! I guess for the second problem you’ll have to manually upcast your values: ~~~ diff - val b2 = Json.toJson(Bar2("hello", 55)) + val b2 =...

> As I guess this issue has the potential to hit many play-json-derived-codecs users who are using it with sum types, one thing could be to add a caveat in...

That’s a good point. Personally, I don’t understand this decision.

It seems that they are aware of the problem: https://github.com/playframework/play-json/issues/404

Hi, thanks for reporting. I think this is more a problem of the way the incremental build works, though…