-
Notifications
You must be signed in to change notification settings - Fork 55
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
NoSuchMethodError when creating implicit validator #123
Comments
Thanks for reporting, I'll look into it shortly (things are a little sluggish these days because of the transfer of ownership, but will sort themselves out soon) |
I can't seem to reproduce this; can you specify which versions of Accord, Scala and JDK you're using? |
Perhaps you are compiling with Scala 2.12.5 with JDK 9/10? It has a known regression with macros: https://github.com/scala/scala/releases/tag/v2.12.5 |
Nope. 12.2.6 and JDK 8. |
@zbeckman Hold on, is this at compile or runtime? |
I'm getting the following error:
When attempting to create the following validator:
For the following class:
The text was updated successfully, but these errors were encountered: