-
Notifications
You must be signed in to change notification settings - Fork 533
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
Add missing implicit annotations. #123
Comments
@milessabin does this issue refer to explicitly annotating the return types of implicit |
@ceedubs description updated. |
Partially addressed in #239 ... lots more to do. |
What would be a good template for the error messages? I'm thinking something like this:
Then the question is whether to keep it short (a 2-lliner) or try to elaborate possible causes / solutions e.g: "Try to use the |
I think the messages should be specific to the particular type class in question ... I'm not sure that replacing the existing default message with a similarly non-specific template would be all that much of an improvement. |
There are very many implicit arguments in shapeless without @implicitNotFound annotations. Adding them would make compiler errors more readable.
The text was updated successfully, but these errors were encountered: