-
-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
Follow up on def vs val in #940 #965
Comments
Here's a quick instance where this happens:
def to a val made the implicit it provides unresolvable (the tests will fail to compile, so it's easy to check).
|
@djspiewak yes, I saw the same behavior when I didn't believe you and tried to change it to a |
@ceedubs Doubter… ;-) |
This is no longer relevant after #1621. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
In #940 some implicit instances that seemed like they should be able to be
val
s were forced to bedef
s. It would be nice to follow up on that - to try to figure out why that was and whether we can do something about it.cc @djspiewak
The text was updated successfully, but these errors were encountered: