-
Notifications
You must be signed in to change notification settings - Fork 237
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
JSON serialize fails - could not find implicit evidence #38
Comments
I get same error when I try a package outside of com.sksamuel.avro, which all the tests are using. Strange. |
It seems to work if I undo the recent caching changes. Perhaps something in there isn't being properly scoped @jeroentervoorde |
yeah I tried 1.4.3 and it does work. |
Yes. Problem was in ToRecord macro not using a fully qualified name for SchemaFor I made a PR (#39) to fix this. I could add a test containing the examples from the README in another package to avoid this. What |
Yes that seems like a good idea.
|
Alright. I'll do that tomorrow. |
I submitted a PR for the tests |
All fixed now in 1.5.1 |
I was trying the same with 1.6.3 and got below error Error:(102, 49) Could not find implicit SchemaFor[Composer] Am I doing anything bad or should I write explicit converters |
Am I doing something daft? From the example:
gives
using sbt:
The text was updated successfully, but these errors were encountered: