-
Notifications
You must be signed in to change notification settings - Fork 4
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
Try turning teleproto into a wrapper around chimney #321
Conversation
The idea was to use chimney macros instead of teleproto macros. Calling Transformer.derive is easy but it works only when chimney can derive all recursive transformers. If we override some conversions by providing implicit writers, chimney doesn't care. It needs transformers. |
To make it nicer we need something like:
but in this case you can't have covariant/contravariant type parameters for |
This reverts commit 5d2c0c5.
Sounds like it could solve the problems I have with it. I'll look into it. |
Closing it in favor of #338 |
Has the version number been increased?