Skip to content

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

Merged
merged 2 commits into from
Dec 4, 2018

Conversation

realwunan
Copy link
Contributor

Simplified Chinese version of Scala Tour: Implicit Conversions

@realwunan realwunan force-pushed the implicit-conversions branch from 0537c8d to 17d0daa Compare November 15, 2018 06:19
要关闭警告,执行以下任一操作:

* 将 `scala.language.implicitConversions` 导入到隐式转换定义的上下文范围内
* 将参数 `-language:implicitConversions` 传递给编译器
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

启用编译器选项 -language:implicitConversions

Copy link
Contributor Author

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` 导入到隐式转换定义的上下文范围内
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

上下文范围 翻得好 👍

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks a lot.

Copy link
Contributor

@liufengyun liufengyun left a 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!

@liufengyun
Copy link
Contributor

@realwunan could you please try rebase against master to trigger CI again?

@liufengyun
Copy link
Contributor

It seems the CI is not working, @SethTisue .

@realwunan realwunan force-pushed the implicit-conversions branch from 7bf3cf1 to 5568762 Compare December 4, 2018 11:51
@realwunan
Copy link
Contributor Author

just rebase and push again, the build seems ok now

@liufengyun liufengyun merged commit 158edb1 into scala:master Dec 4, 2018
@realwunan realwunan deleted the implicit-conversions branch December 4, 2018 12:41
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants