-
Notifications
You must be signed in to change notification settings - Fork 30
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 for generic case classes fails with additional context bounds #13
Comments
ordering of context bounds does not matter: macro fails anyway. |
@vpavkin Good catch, thanks for reporting! I'll take a look. |
@travisbrown This issue is still alive in 0.9.0-M3, right? For the time being I have to keep a semiauto usage because the class in question has a [T : ClassTag] bound. |
Will you please kindly elaborate this a bit more for understanding purposes? Note: I am new to scala. |
Is there a hope that it can be fixed someday? |
Hi!
Found this issue while trying out circe-derivation 0.8.0-M2:
For Test2 all good.
For Test1 derivation fails with this (for both encoder and decoder):
The text was updated successfully, but these errors were encountered: