-
Notifications
You must be signed in to change notification settings - Fork 1k
zh-cn for Scala Tour: implicit-conversions.md #1191
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
0537c8d
to
17d0daa
Compare
_zh-cn/tour/implicit-conversions.md
Outdated
要关闭警告,执行以下任一操作: | ||
|
||
* 将 `scala.language.implicitConversions` 导入到隐式转换定义的上下文范围内 | ||
* 将参数 `-language:implicitConversions` 传递给编译器 |
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.
启用编译器选项 -language:implicitConversions
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.
It's better, thanks a lot.
|
||
要关闭警告,执行以下任一操作: | ||
|
||
* 将 `scala.language.implicitConversions` 导入到隐式转换定义的上下文范围内 |
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.
上下文范围
翻得好 👍
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 a lot.
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.
LGTM, thanks a lot!
@realwunan could you please try rebase against master to trigger CI again? |
It seems the CI is not working, @SethTisue . |
7bf3cf1
to
5568762
Compare
just rebase and push again, the build seems ok now |
Simplified Chinese version of Scala Tour: Implicit Conversions