-
Notifications
You must be signed in to change notification settings - Fork 1k
Update implicit-conversions.md #2674
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
Conversation
I'm not sure if it is intentional, but the Tour-of-Scala documentation does not mention how to bring implicit conversions into scope. In fact, that information is a bit hard to find anywhere else, so I thought I'll propose to add it here?
Co-authored-by: Jamie Thompson <bishbashboshjt@gmail.com>
Improved Scala 3 description. Thanks for all the suggestions!
Co-authored-by: Jamie Thompson <bishbashboshjt@gmail.com>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
very nice, thanks for contributing!
I've just remembered that you wrote all this when the next section "How are implicit conversions selected" is supposed to answer this point, by linking to the scala FAQ, maybe it would be good to merge the sections |
Sorry for wasting your time, next time, I'll install the toolchain.
Ok, that makes sense :) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for being patient :)
Thanks for being patient, too! I’m happy to have contributed. 😊 |
I'm not sure if it is intentional, but the Tour-of-Scala documentation does not mention how to bring implicit conversions into scope. In fact, that information is a bit hard to find anywhere else, so I thought I'll propose to add it here?