Skip to content
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 @implicitNotFound for Result.ToFuture with more helpful message #434

Closed
pawelprazak opened this issue Apr 3, 2024 · 1 comment
Closed
Assignees
Labels
area/core The SDK's core code impact/usability Something that impacts users' ability to use the product easily and intuitively size/S Estimated effort to complete (1-2 days).
Milestone

Comments

@pawelprazak
Copy link
Contributor

The default compiler error can be quite puzzling without the knowledge about the implementation details, e.g.:

image

in this case the compiler expected an Output[B] but got an Option[Output[B]]

@pawelprazak pawelprazak added area/core The SDK's core code impact/usability Something that impacts users' ability to use the product easily and intuitively size/S Estimated effort to complete (1-2 days). labels Apr 3, 2024
@lbialy lbialy added this to the 0.3.0 milestone Apr 8, 2024
@lbialy
Copy link
Collaborator

lbialy commented Apr 9, 2024

done via #443

@lbialy lbialy closed this as completed Apr 9, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/core The SDK's core code impact/usability Something that impacts users' ability to use the product easily and intuitively size/S Estimated effort to complete (1-2 days).
Projects
None yet
Development

No branches or pull requests

2 participants